Mike

Results 118 comments of Mike

The main way I've seen to do this is with Cosmopolitan (https://github.com/jart/cosmopolitan) that steals an idea from malware and adds a bunch of binaries for different architectures to the end...

> I am not able to reproduce this. Can you still use Ctrl + F to focus the search box? No, it doesn't focus the search box. I don't know...

I've also tried changing the key combo to bring up the search popup in case it's conflicting with a site-specific binding somehow with intermittent results, but even really esoteric key...

Yeah this is a basic fact of shared libraries. Nix writes the RPATH in the binaries to point to the nix store version of the shared library. If you then...

Reviving this because I just had to implement it for our system and found a big [docker functionality caveat](#Docker%20Functionality%20Caveat). Mapping the podman command to docker is pretty straightforward. Here's the...

It sounded to me like the root of the specific problem was the `vendor` not being set in the actual rclone config file for the WebDav type when it was...

This is a more generic description of the root problem underlying the very generically named #1297. If the third solution were implemented, it would solve the following: - https://github.com/containers/toolbox/issues/1297 -...

> If I am not mistaken we're looking at this problem from the perspective of needing to provide access to these special device nodes from inside the container, but is...

Makes sense, that was my guess, but I didn't want to presume. It's just a documentation issue then.

I have a multi-user install, so it's getting the nix path by the `/etc/bash.bashrc` file calling the `nix_daemon.sh` script and not from the `~/.bashrc` or `~/.bash_profile`. To verify I confirmed...