Nathaniel van Diepen
Nathaniel van Diepen
I think this is good to include with #445, say the supported versions (including minimum, as we do technically drop support for older versions). For toltec packages the big barrier...
I built from master on Friday and have had no issues signing in.
I think I built off of c56f0f3ad8f3547e41d4377b4f9cd2779876f1c0 though. If there is an issue with login not working on the latest commit, I think your issue should be about that, and...
You probably could provide logs after sanitizing out any personal information like IP addresses.
I've been working on a prototype: https://github.com/Eeems/toltec-installer
> I don't think it's possible to do for our device as QtWebEngine requires opengl.... So use MESA or another software only implementation of opengl?
Ah, so I think I understand. This is not a bug, but an enhancement request to change the default sleep timeout of Oxide to 5 minutes? As @lights0123 mentioned, the...
Looks like the code you'll want to start looking at are the following: - Delete: https://github.com/ddvk/rmfakecloud/blob/5d31dc08e6e804f899b8d9fd63ca86dd4c59e880/internal/app/handlers.go#L385 - Update: https://github.com/ddvk/rmfakecloud/blob/5d31dc08e6e804f899b8d9fd63ca86dd4c59e880/internal/app/handlers.go#L423 - Upload - https://github.com/ddvk/rmfakecloud/blob/5d31dc08e6e804f899b8d9fd63ca86dd4c59e880/internal/app/handlers.go#L651 - (External) https://github.com/ddvk/rmfakecloud/blob/5d31dc08e6e804f899b8d9fd63ca86dd4c59e880/internal/app/handlers.go#L202 - (Blob storage) https://github.com/ddvk/rmfakecloud/blob/5d31dc08e6e804f899b8d9fd63ca86dd4c59e880/internal/app/handlers.go#L515...
I'm not convinced that we really care to do this. Are we saying that no package can have a generic name ever? In my opinion it should really be first...
Perhaps manually emit readyReadStandardOutput and readyReadStandardError? https://github.com/Eeems/oxide/blob/master/applications/system-service/application.h#L399-L416