levitatejay
levitatejay
I'm getting the updater hanging too as well as the empty log file... I guess it is occurring on this line in the Updater: `while (!FileEx.CheckWriteAccess(updateeFilePath))` I'm not sure how...
@Tyrrrz My application closes itself with `Environment.Exit(0)` after calling `_updateManager.LaunchUpdater` When I try to delete the .exe I get: _"The action can't be completed because the file is open in...
> Still can't reproduce this on my end :( > Could any of you provide a minimal repro project that exhibits the problem? https://github.com/levitatejay/self-contained-update-stuck Steps to reproduce: 1. Create a...
Okay I've tried the following: - Builds with VS2019 Community & VS2019 Preview Community - Two separate computers running Windows 10 & Windows Defender - Different directories (My Documents, C:/,...
I tried running SelfContainedUpdate.exe inside the AppData/Local/Onova/SelfContainedUpdate directory but that made no difference. When I select "Yes" to update it and after a long of time I see Onova.Updater is...
I think there is still no way to programatically open the modal in the latest release Can't use `useSetIsWalletModalOpen`
@MananTank Thanks that's worked great for sign in. I haven't been able to find a way to programatically open the Detail Modal (with the Send/Receive/Buy). Do you know if there's...
Yes it appears that if there is power loss within around 60 seconds of calling `nconf.save()` the config file will be 0 bytes on next system start.
> It only happens when testing through iOS devices, it **won't work** emulating Chrome DevTools w/ iOS user-agent. Your repro is reliable for me, I toggle Chrome dev tools and...
I fixed this in my project by upgrading to v0.9.1 and adding `noBodyStyles` and `preventScrollRestoration={false}`