Julien Reichardt
Julien Reichardt
@bararchy unfortunatly not for now. Like it was before, methods (`.get`, `.post`...) yields the response to the block. I think this will require a redesign of the `HTTP::Client`, to remove...
We could give the permission by default in the manifest: `xdg-data/applications/Bottles:create`, then make Bottles create the shortcuts there.
`:create` may not be necessary: https://github.com/flathub/flatpak-builder-lint/issues/110
Here is a related Golang issue with useful insights: https://github.com/golang/go/issues/5838. Even if `posix_spawn` is not used, using directly `clone` or `vfork` can be considered to improve performance. It has been...
Any comparison operator can be concerned by such inconsistencies, like `===`, `>=`, `
Hi @aspi1234, I just tried on Debian 14 without issues with `podman`. That's a container engine you could also try, it has the same commands as `docker`.
I'm not sure, may be because the docker runtime needs more provileges for its deamon, which runs as root.
Having `Process.owner=(user : System::User)` is strange, like [File::Info#owner : Int32](https://crystal-lang.org/api/master/File/Info.html#owner%3AUInt32-instance-method) (that returns and user id, or uid). Whatever is the API, we should use the `user` word instead of `owner`....
> be great if atomiswave bios is not needed by default It means implementing HLE emulation, which requires lots of work.
Please add it for 1.0.0 @bcardiff , it won't be hard to do! Another example is [NodeJS](https://nodejs.org/dist/latest/), there are a `SHASUMS256.txt`, `SHASUMS256.txt.asc` and `SHASUMS256.txt.sig`. Just the first would be still...