Jonathan Dickinson
Jonathan Dickinson
Found this issue through the FAQ. On Fedora you may need to install `openssl1.1.x86_64`, e.g. ```sh sudo dnf in openssl1.1.x86_64 # Workstation rpm-ostree upgrade && rpm-ostree install openssl1.1.x86_64 # Silverblue...
@ahmetilgin With Javascript the code is sent to the browser, which then compiles it and executes it on the client machine. Minifying Javascript makes it smaller, meaning that it downloads...
I was a Nix user, maybe, 3 weeks ago. The nix workflow, especially surrounding [home-manager](https://github.com/nix-community/home-manager) is sublime. Is renders dotfile management obsolete and I had a working setup that worked...
> I'm curious any more details on what Nix does worse? * The approach used by Nix to manage packages [is running into serious human scalability issues.](https://github.com/NixOS/nixpkgs/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc) * Flakes are...
The version of ostree that ships in the ISO has this bug, you'll get further if you update: https://github.com/fedora-silverblue/issue-tracker/issues/214.
I am successfully working around this issue by using: https://coreos.github.io/rpm-ostree/compose-server/#granular-tree-compose-with-installpostprocesscommit Between `postprocess` and `commit` my build script simply: `rm -rvf "$SYSROOT_PATH/rootfs/usr/lib/ostree-boot/loader"`
FYI: I had a stab at `"async-std-runtime"` this weekend and found a pretty important detail: `poll_accept` isn't available in `async_std` (or `smol`/`async_io`, its upstream dependency). This currently seems to be...
In some situations, having the hash match the dhall cache might be desirable (as per #1280). Could a faster, and more useful, path to this include something like `toCbor`? Also,...
I am going to be trying this out in our environment (.Net and Ruby) over the next few weeks, hopefully. Thanks for sharing your code!
Some initial tests from our integration environment and load tests: Before:  After:  Looking fantastic!