Jules Aguillon

Results 84 issues of Jules Aguillon

Add support to `albatross-tls-endpoint` for listening on a systemd socket. This is useful to let systemd open priviledge ports safely. The '--port' option is kept for compatibility and could also...

Related issues: https://github.com/Julow/Unexpected-Keyboard/issues/30 https://github.com/Julow/Unexpected-Keyboard/issues/171 https://github.com/Julow/Unexpected-Keyboard/issues/191 https://github.com/Julow/Unexpected-Keyboard/issues/164 The [compose key](https://en.wikipedia.org/wiki/Compose_key) is a good way to type rarely needed characters. For example, `Compose, -, >` types `→`, `Compose, ', e` types `é`....

This adds `--help=commands`, which prints the list of all the sub-commands accepted by the executable. This list can be used to quickly navigate between the different manpages and can be...

The reducer seems to reuse old values, perhaps using physical equality on the elements of the sequence ? It could be useful to pass a custom equality function and to...

this is probably impossible.

package request
ocaml

This is a retry of https://github.com/ocaml/ocaml/pull/10544 In OCamlformat, we use a patched version of the parser as we need locations on every nodes among other things. We would like to...

The `inputType` field passed to IMEs contains two variations at once: `TYPE_TEXT_VARIATION_PASSWORD` and `TYPE_TEXT_VARIATION_URI`. Only one is expected.

Add a command to call 'nix-shell' and then update the editor's environment as if it was inside the new shell. It's sometimes useful to fire up a nix-shell just to...

I get this error when I run `dune-release opam submit`: ``` dune-release: [ERROR] The URL to your remote fork of opam-repository gh:Julow/opam-repository does not seem to point to a github...

Hi, I'm building from one template and intent to release my project with the most free license possible. The intention is to make an alternative template. If the templates are...