Shikanime Deva
Shikanime Deva
In the last few days I have completely switched to nixpkgs, as it is a proven distribution agnostic package manager with high isolation and reproducibility principles. That covers most libraries...
> nixos based container would be awesome, given how hard it install nix into docker:) From what I've tried, NixOS itself is not really container friendly, as it relies heavily...
@Chuxel Dev Container Features (still reading) is kind of how I used Makefile (could be reproduced using Bake) to define container dependencies and Dockefiles as a scripting platform, but I...
Hi @tiborsimko! Speaking of Helm's Tiller, there have been several attempts in the community like the [Operator Framework Helm Operator](https://github.com/operator-framework/operator-sdk/blob/master/doc/proposals/helm-operator.md) or [bitnamy's Helm CRD](https://github.com/bitnami-labs/helm-crd). Well, fortunately the next major version...
I had a lot to do since then, I'm working on it right now 😇
After some experimentation, Helm turns out not to be a suitable tool. It makes the YAML less readable, less easy to maintain, hard to extend, difficult to share template configuration...
Hello @everyone Of course, to start with, I started the project using Helm since it is the tool I used the most. Since September, I have moved all my work...
My use case was on validating an OpenAPI configuration that may have some recursive types like Schema object type like: ```elixir config :openapi, # ... spec: [ paths: [ "/foo":...
I wrote a simple design document that should highlight some points about how we can implement Flutter in CodeGen assuming a minimal knowledge of the xLayers flow (CodeGen services). https://docs.google.com/document/d/1xO6GvXif8AAubMrvTeC2PglcpQrWdVmvIY2bDfxOQl4/edit?usp=sharing
@derekkraan I was thinking, can we replace the `keys_#{registry}` ETS by an actual `Elixir.Registry` on each node, this can lead to fewer updates to keep this API up to date...