9,964 questions
Advice
0
votes
3
replies
105
views
How do I save/copy sections of my R script into R markdown?
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
Unity crashes after I run my save file script
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
Saving plot from grid.arrange() as file with text
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
My level import/export is not working properly when using hotkeys
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
How can I save the address information within the Customer controller, considering the address is in a separate table?"
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
custom size for addEasyprint with leaflet.extras2
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
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
Approach for Handling CRUD Operations with Two Related DataGridViews and Save Changes Button
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
Button to save edit in its current model and then return you to previous Details view of a different model
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
PencilKit: Saving drawing to Photos
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
How to edit title/axes of already compiled matplotlib plots
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 a way to use saveAll to update existing rows based on candidate key, not primary key?
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
Flutter Media Store permission to save pdf file in Mobiles Download folder
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
Spring JpaRepository auto incrementes id instead of using the on i set
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
Having trouble getting the add message button to saveData on refresh
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 ...