David DeSimone
David DeSimone
Update on this - I think that pulling the JS VM into a separate thread ended up being a little too ambitious. I am going to try a new approach...
Thinking this over, specifically handing over allocation to the v8 GC, one of the issues I am having is that the rusty_v8 doesn't have great bindings for finalizer callbacks, and...
> That's very nice indeed. Your createCommand is much cleaner. > > It would be great if you could do another PR with the `createCommand` so we can already start...
My usage of downloading golang manually is a work around for https://github.com/flathub/org.freedesktop.Sdk.Extension.golang/issues/82 - once that is fixed we can just use the SDK extension.
The code work for this is pretty much done. This is mostly admin work, with one code change. The remaining work: - [ ] Testing, testing, testing. This is going...
Thanks for the report - hopefully this will be addressed once https://github.com/DavidDeSimone/OpenCloudSaves/pull/107 is released.
Let me take a look at this on my Deck tonight and get back to you - one issue we are having right now is that game lists are not...
To completely remove your current rclone and cloud settings, you can delete ~/.var/app/io.github.daviddesimone.opencloudsaves/config/OpenCloudSave/opencloud_perfs.json And ~/.var/app/io.github.daviddesimone.opencloudsaves/config/rclone/rclone.conf Alternative solutions are to backup your user_overrides.json and to reinstall the app on steam deck...
This shouldn't be too hard - I'll target for 0.19 since I want to feature lock 0.18 soon.
Good suggestion, will target for 0.19. I may reconsider having dry-runs enabled be a default setting, once this feature is enabled. In theory it should cover what dry run is...