359 questions
0
votes
0
answers
251
views
Is there a way to write a file directly to external storage in Expo?
I'm developing an app similar to KeePassXC that encrypts and decrypts data from/to files. Reading a file is straightforward with expo-document-picker, but when I try to save new data to the file I ...
0
votes
1
answer
33
views
Saving a part's position with data store
I've been trying to figure out how to use DataStores and I tried to make a script in a click detector that saves the part's position. When you rejoin and click the part it moves the cube to that part. ...
1
vote
3
answers
2k
views
Canvas App Form Not Updating Last Edited Text Field
We built a Canvas App that is connected to a SharePoint list. Forms within the app update various data columns in the list. Everything has been working up until yesterday. When we attempt to save data ...
0
votes
1
answer
60
views
saving / loading data
hello i am trying to make a cookie clicker for a school project but i dont know how to save multiple data intov your program u can find the save / load data under here its c# WPF
private void ...
0
votes
0
answers
112
views
Save grid to separate vtk and field data to separate
I have unstructured grid and dynamic fields of data (cell data).
If I save field data to vtk format file I need to save grid in every of these files.
How can I save grid in separate file and fields in ...
1
vote
1
answer
1k
views
SwiftData is not persisting the data relationships after the app closes
I have been researching this for days now but I can't find the answer....
I'm loading a single JSON file and decoding into 3 SwiftData classes
The loading and decoding works fine and the views of the ...
0
votes
1
answer
446
views
How to use page.client_storage in Flet for ToDoList App
I'm trying to save the tasks between the app restarts but I get the following error:
Exception in thread Thread-24 (add_clicked):
ValueError: Circular reference detected
Then the next restart I get ...
3
votes
1
answer
3k
views
Cannot download Saved AI Models in Kaggle working dir, and models were lost
I ran a CNN model for image analysis, my model and weights saved to kaggle/working, however I spent hours trying to download these using combination of methods, clicking the … adjacnent to the file ...
0
votes
1
answer
837
views
Issue with uploading and displaying images copied directly into Summernote editor
I'm facing an issue with uploading images that are copied directly into the Summernote editor without using the image button. Here's a brief overview of the problem and the steps I've taken so far:
I ...
0
votes
1
answer
96
views
How to save a range of images when under a loop in python
In case there is a range of image say the dimensions is said to be (45,128,128) and I have displayed it. Seeing the result now I have decided that I need a range of images between, say, 25-36 so I end ...
1
vote
0
answers
40
views
Saving data with Shared Preferences - increment saved value a save it again
maybe it's not so clear from the title, but I dont't know how else to put it.
Imagine you have a quiz. You finished it with some amount of wrong and correct answers (e.g.: total questions 20, wrong ...
0
votes
0
answers
557
views
Saving data into data frame from Shiny app
I am trying to save the data from the Shiny app to the data frame. Currently I do it locally with the hope that I can do it remotely later. However I have troubles even saving it locally. It does not ...
0
votes
1
answer
29
views
having trouble saving numbers
pretty new to learning python and wanted to give myself a challenge, but have ran into an issue where i cannot get my numbers to change. If I subtract a number from it then subtract another number ...
1
vote
1
answer
59
views
Why does my FindGameObjectByTag() find the same object twice even though it's destroyed?
I'm trying to make a level saving script for an infinite level generator and its going alright so far. My level generation works in "tiles" which build together to make a maze like structure....
1
vote
0
answers
110
views
saving output from an while loop in an dataframe
I have this while loop that shows the days of the year with an interval of 7 but when I try saving it in a dataframe it gives me the total amount of values but I need the values separate.
i <- 1
...
0
votes
0
answers
35
views
Read line by line and saving matching column to a new document python - Beginne
I need to say that I am a beginner at coding and maybe this can be easy if you are more experienced but I couldn't find any problem similar to mine so I am sending here.
I have a huge document (~40 GB)...
0
votes
1
answer
391
views
Multiple textareas into one text file
I wanted to ask how can I write multile text areas into a html and then connect them into the javascript, because I was able just to connect one. My idea is that the first text area will be for one ...
1
vote
0
answers
179
views
Saving data from Websocket in Mysql, is better to save in real time or make bulk inserts?
I'm receiving data from a websocket and saving it in MySQL.
Currently I'm saving it in real time, I mean, I save it after receiving it, this usually means a multiple inserts with small data in just ...
0
votes
1
answer
580
views
Hibernate - MappingException - Unkown Entity
When trying to save Student using session, I get this error though I used
.addAnnotatedClass(Student.class)
in Configuration and used
<mapping class="com.hibernate_demo.models.Student"/...
1
vote
1
answer
3k
views
Is it possible to create an Excel file with R? [closed]
General question: is there an R package out there that creates an Excel file? Or saves data frames as excel files? Or is it only possible to write files that already exist in a specific directory? If ...
0
votes
2
answers
85
views
Uploaded images don't save in destination folder
I am new here, nice to meet you.
I'm trying create a clean copy of a picture uploaded by a user after security checks, and to save this copy in a designated folder and in my DB. I'm working with XAMPP ...
2
votes
2
answers
697
views
How to convert a .dm3 file (with annotation and scale bar) to .jpg/jpeg image?
I wonder how to convert a dm3 file into .jpg/jpeg images? there is test annotation and scale bar on the image. I setup a script but it always show that "the format cannot contain the data to be ...
-2
votes
1
answer
317
views
How to save an Uploded ImageView in javafx
I am working on a JavaFX project(application), i have all my methods setup adn it all works include a Customer Upload Image method (he can upload his photo), I have also a Serializable File that ...
0
votes
1
answer
128
views
Connect Sharepoint List to Sharepoint webpage
I am trying to connect a Sharepoint List to Sharepoint webpage and would like to perform below operation by clicking on button
Insert data into Sharepoint list
Retrieve data into Sharepoint list
...
0
votes
1
answer
226
views
Back4App, how to update a relational data array
Whenever I've tried to save Reviews class data to my Post class, the terminal output this message and i'm not sure how to update the relational data in back4app correctly Here is the error message.
...