Ole
Ole
This adds support for applying a configuration to a NixOS container. Note, this requires the respective container to already exist and be started. --- Example: Hive configuration (partial): ```nix {...
This adds a Nix flake for Smos. Try it out: `nix run github:vapourismo/smos/feature/flake#smos` The above requires experimental features to be enabled: `nix-command flakes` Packages that depend on `smos-stripe-client` weren't added....
The configure script that ships with the `hacl-star-raw` opam package [relies on the shebang and `/usr/bin/env`](https://github.com/project-everest/hacl-star/blob/master/dist/configure#L1) to dispatch itself to `bash`. Unfortunately `/usr/bin/env` is not available on every platform. Would...
This PR is an attempt to implement [SSE](https://www.w3.org/TR/2009/WD-eventsource-20090421/) for the Servant client-side. --- ### Small example ```haskell import qualified Data.Aeson as Aeson import Network.HTTP.Client.TLS import Servant.API import Servant.Client.Core.ServerSentEvents (JsonEventStreamT (..))...
Make calling `sendRequest` a little easier by allowing to re-use hedis' `RedisArg` class.
### Describe the bug Building the C API with non-standard `--target-dir` value causes the build to fail. Interestingly if one provides the `--target` flag (e.g. `--target aarch64-apple-darwin`) additionally, the build...
I think the examples highlight what this wrapper is supposed to accomplish. ``` -- Simple usage with DerivingVia: data Foo = Foo Int String deriving Generic deriving Binary via GenericBinary...
## Summary When the crate that depends on `hermit` contains a Cargo configuration (e.g. `.cargo/config.toml`), the compilation of the kernel in the build script of the `hermit` crate will use...
Configuration items `uda.taskwarrior-tui.{un,}mark-selection.indicator` are not used when rendering the corresponding symbols in the main table. Example configuration: ``` uda.taskwarrior-tui.selection.indicator=a uda.taskwarrior-tui.mark.indicator=b uda.taskwarrior-tui.unmark.indicator=c uda.taskwarrior-tui.mark-selection.indicator=x uda.taskwarrior-tui.unmark-selection.indicator=y ``` The result [looks like this](https://asciinema.org/a/0IohG6kPrsAUcOQUsa79TbfYq). `x`...