Ryan Gibb

Results 97 comments of Ryan Gibb

> Are there any ways we can take this forward? Simple first steps? @Profpatsch Flakes solved this for me. NixOS records the git revision of the configuration repo [0]. [0]...

This is now supported in pdfpc: https://github.com/pdfpc/pdfpc/pull/556

Hi @dinosaure. I did not have this issue, but I was only compiling the [mirage unikernel ](https://github.com/mirage/mirage-www#mirageos-unikernel). Actually I get a bunch of issues with external dependencies even at the...

It's not ideal, but this script to convert 2 points to a region may be of use to some people: ``` #!/usr/bin/env bash set -o pipefail point="$(slurp -p | cut...

Thanks for taking the time to respond @kit-ty-kate. The paths to the libraries would change, but using `nix-shell` in the directory with `default.nix`/`shell.nix` sets global flags that point to these...

It's perhaps worth noting this is the OCaml equivalent of https://nixos.org/manual/nixpkgs/stable/#how-to-consume-python-modules-using-pip-in-a-virtual-environment-like-i-am-used-to-on-other-operating-systems. What I'm proposing is supporting this workflow from opam by automatically injecting systems dependancies into `shell.nix`.

The use case was having created a switch on one branch, checking out a new branch, and trying to create a new switch. E.g. ``` $ git checkout main $...

That sounds like a better solution than what we were doing! Apologies, I think this is just a case of me being unfamiliar with OCaml's tooling. Perhaps prompting the user...

> For interacting with IMEs each environment may need additional support for placing its popup dialog - e.g. Sway may(be still) need the patch mentioned [here](https://fcitx-im.org/wiki/Using_Fcitx_5_on_Wayland#Sway) That patch works for...

I came across a confusing message in https://github.com/RyanGibb/ocaml-dns-eio/ With: ``` depends: [ "ocaml" {= "5.1.0"} "dune" {>= "3.4"} "eio_main" "dns" "dns-server" {>= "6.2.2"} "odoc" {with-doc} ] ``` I got: ```...