Andrew Engelbrecht

Results 76 comments of Andrew Engelbrecht

I'm not the author of this package, and I'm not really maintaining my own alternative NEAT implementation these days, but the one I wrote does work, and there are demos...

also, i forgot to mention that the dgamelaunch.conf file probably shouldn't be in there, since it specifies the directory to chroot into.

Actually, with some more testing, I see that the dgamelaunch program, as it currently is built, is needed in the chrooted directory, in order to watch games. Maybe it could...

> I'm afraid you can't do that. Normal isolate spawned by main isolate, but in this plugin the isolate created by BackgroundService class, on the other words we have 2...

I'm referring to the "Alarms", and would like to be able to choose a long duration for it. The reason I don't just use the Sleep Timer and manually add...

> > As for an indefinite duration, I tried the alarm last night, but it only lasted 15 minutes. > > It could be due to battery optimisation settings. See...

what about setting certificate checking 'on' by default, without a check-box, at least for now? that seems like the safest option. if there are a few people who use self-signed...

``` $ codium --verbose [56568:0425/211043.079940:FATAL:credentials.cc(127)] Check failed: . : Permission denied (13) ``` File permissions are correct under the config directory: ``` chmod -R u+rwX ~/.config/VSCodium chown -R andrew:andrew ~/.config/VSCodium...

> Weird! What about `~/.vscode-oss`? Same issue after changing permissions on that directory. As odd as it seems, perhaps this is a [Chromium bug](https://askubuntu.com/questions/1471028/fatalcredentials-cc127) triggered by the kernel version?

The Snap and Flatpak versions do work. The Snap version seems to act less containerized, so it's able to access system dependencies like `/usr/bin/clang++`, which is needed for Flutter integration,...