close
Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Filter by
Sorted by
Tagged with
Filter by Employee ID
Advice
0 votes
3 replies
105 views

I have ran all of my code in an R script. Now to put it into certain sections in my R markdown file, I need to copy and paste certain sections of that code into for example, the results and summary ...
Score of 0
1 answer
120 views

I'm trying to create a save file that save the position and speed of all objects in the scene, however when OnSave() is called, the unity editor completely freezes and doesn't seem to do anything. ...
Tooling
0 votes
1 replies
52 views

I made a plot with ggplot2 and grid.arrange() and I wish to save the plot I made, but while keeping the axis titles I added manually with grid.arrange() (bottom = "text", left = "text&...
Score of 1
1 answer
81 views

I am using base64 as a way to encrypt level strings because in my web game "slidtrix" a main feature is supposed to be exporting your level so other people can play it but my code (below) is ...
Score of 0
0 answers
43 views

I have a Customer table storing customer information like first name, last name, etc., and a separate Address table. In the customer creation/editing view (UI), I also collect address information from ...
Score of 3
1 answer
96 views

I'm creating some html files for colleagues where they can explore a leaflet map interactively, then save a copy for presentations. Unfortunately the downloads from addEasyprint in leaflet.extras2 are ...
Advice
2 votes
3 replies
43 views

SaveImage() does not seem to update 'File location' under: Image Info/Image/Info Is there a command for adding the file location? I could close and re-open the file, but that seems burdensome ...
Score of 0
0 answers
69 views

In a C# desktop application I have two related DataGridViews (dgvAlgorithm and dgvParameter) and a save changes button (btnSave). Both DataGridViews are related to 3 tables: (algorithm, parameter, ...
Score of 1
1 answer
78 views

I am using ASP.NET MVC. I have a PIF controller and on the details view, I have data showing from a variety of other models, one of which is called SAEs (I will use this as the example). For each of ...
Score of 1
1 answer
177 views

I am attempting to save a PencilKit drawing to Photos. But all I get is a yellow background. Code explanation: I added a blue square with a pencil to show that this view exports correctly. This does ...
Score of 1
1 answer
149 views

I expect the answer is "not possible". I am compiling some matplotlib plots that take a long time to produce. The plots are generated based on data that also takes a long time to produce, ...
Score of 0
2 answers
251 views

Is there any way to save records (updating as required) using a composite candidate (alternative) key? We are using Spring Boot 3.4 and Java 21. Something similar was asked 9 years ago based on old ...
Score of 0
1 answer
283 views

My functionality is to save a PDF file in the mobile's download folder using my Flutter app, for that, in the Android manifest I added the below permission and the functionality is working perfectly &...
Score of 1
1 answer
73 views

I have an SomeEntity, and want to create a new entry on the data base with the same "someId" but diferent "seqNum". @Getter @Setter @NoArgsConstructor @AllArgsConstructor @...
Score of 0
1 answer
51 views

Haven't attempted to play around or make a site in over 20 years so still rusty. I am trying to get my code to be able to saveData to localStorage on a server I just bought. I'm not sure how to set up ...

15 30 50 per page
1
2 3 4 5
665