Shikanime Deva

Results 53 comments of Shikanime Deva

I recently looked at `riak_core` and `partisan` more deeply and I was wondering if this might be relevant instead of reinventing the wheel. Since its kind of battle tested and...

If I understood correctly, here is an example of how i use the libcluster callbacks to form my Horde cluster and connect to the rest as another service in a...

@meicale @dzmitry-lahoda Devcontainer features aim to remove the necessity for a specific pre-configured container image. You can achieve this by using a JSON configuration that includes an image, features, an...

I believe that devcontainer features does solve this issue discussion, thanks for the debate 🤗

Is there any contribution documentation I can consult to estimate the possibility of adding support for Ubuntu as an alternative backend to Busybox?

Hello, I would love to work on a this ( ˶˃ᆺ˂˶) The implementation of `lib.fromHex` is quite trivial, was there an issue with it ? (🔄 reading the additional context)

Over the past year, I have been utilizing volumes for caching on my system with minimal issues, except for nix-collect-garbage that obviously will wipe more data than necessary. A notable...

I have a rough idea of how to add this feature, I may look into it in the near future.

In the build context, bind is primarily used to manage short-lived configuration files such as the source directory, `requirements.txt`, `go.mod`/`go.sum`, or `Cargo.toml`/`Cargo.lock`. These files typically do not need to persist...

This is something I was also thinking about, similarly in the nix ecosystem we have cachix which is a remote build cache and bazel also has his own. At some...