Ryan Gibb

Results 24 issues of Ryan Gibb

**Is your feature request related to a problem? Please describe.** I want to be able to use a build environment for a project listing the dependencies on the command line...

feature

**Describe the bug** I an getting an `error: hash mismatch importing path` for my [NixOS configuration](https://github.com/RyanGibb/nixos) source path when copying it to a remote machine. **Steps To Reproduce** ``` $...

bug

E.g. if the use has typed `what`, remove `what` from the completion. ![image](https://github.com/hrsh7th/cmp-buffer/assets/22669046/1ab36c32-a979-43ad-b098-1eab0c8835f6)

### Bug Description I get many error messages like: ``` [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Null check operator used on a null value #0 _isPressed. (package:keyboard_shortcuts/keyboard_shortcuts.dart:51) #1 WhereIterator.moveNext (dart:_internal/iterable.dart:441) #2 _isPressed (package:keyboard_shortcuts/keyboard_shortcuts.dart:55)...

bug

Support an alternative workflow where pindepends are picked up from an [opam lockfile](https://opam.ocaml.org/doc/man/opam-lock.html) instead of using the Opam solver with `opam admin list`.

> To prevent your account from being temporarily restricted or permanently disabled, ensure that no other users or tools have access to your account and that you're following our Terms...

bug

### Description Nix does not preserve attrset order, instead sorting attributes by alphabetical order https://github.com/NixOS/nixpkgs/issues/81986. However, aerc displays accounts based on their order in `.config/aerc/accounts.conf`. This PR introduces a `accounts.email.order`...

mail

Nix doesn't install packages in the traditional sense -- instead it puts them in a store and makes them available through environment variables. I.e., `nix-shell -p gcc` will drop us...

AREA: DEPEXTS

I had the default system switch with 4.14.1, upgraded my system ocaml compiler to 4.14.2, and then did an `opam install` which failed to upgrade the compiler package. Doing an...

KIND: BUG
AREA: ENGINE

``` dune build -p bin_prot -j 7 File "xen/dune", lines 1-6, characters 0-111: 1 | (rule 2 | (targets cflags.sexp) 3 | (deps 4 | (:first_dep cflags.sh)) 5 | (action...

forwarded-to-js-devs