Kyle Butt

Results 15 issues of Kyle Butt

```elixir defp print_charmap(charmap) do IO.inspect(charmap, label: "Your character") end def run() do with :ok The function run/0 should not explicitly return the result, but return whatever IO.inspect returns (which is...

The current behavior if you try to complete :e %:p:h or something similar replaces only the h with the path, which isn't the desired behavior, because then nvim tries to...

The no_symbol_match makes command line completion a lot less useful. It disables any matches for file names with symbols in them. This prevents completing things like ":b foo/bar" to ":b...

* Reuse the existing TLS options. * Add two new flags, one to enable DNS-over-TLS, and the second to disable cert checks for DNS-over-TLS. * Factor out the connection code...

cncf-cla: yes
lgtm
size/L
ok-to-test

libinotify emulates linux's inotify interface via a worker thread and kqueue watches on the files. The interface is compatible, but we need to change two things: First, where we find...

There was a null dereference bug in fuse if the subtype was null. subtype is supposed to be optional, as demonstrated by the code, so test it for null before...

I have two bazel repositories, and I'd like for one to depend on the other. One defines an `esbuild` macro. (I tried with an `esbuild_bundle` rule as well), The second...

bug

Also export `mkRouteData`, `mkRouteDispatch` and `mkRouteSubDispatch` to allow separation of the data type from the routable instance. Bump the version while we're at it, as there are new features exposed....

**Describe the bug** I am seeing bazel 7.1.1 and a nixpkgs GHC 9.8.2 produce dynamically linked binaries for `haskell_cabal_binary` rules, via `stack_snapshot`. `haskell_binary` rules still produce statically linked binaries. The...

type: bug

Currently a monorepo with multiple components doesn't work with the current pnpm2nix. You can try to build the entire monorepo, but then fail to copy out all of the `node_modules`...