David Baynard

Results 30 issues of David Baynard
trafficstars

Hello, I'm seeing a build failure for the following, on 0.7.2. If I had to guess, I'd assume it's because my OS (NixOS) has a new timezone file. I see...

The `default.nix` defines various values that consumers may which to override, such as the nixpkgs version. These variables can be declared instead in the arguments to the top level function,...

https://github.com/susliko/tla.nvim/blob/e419c75e805ab6d9967c7325bf35734c372d3d4b/lua/tla/config.lua#L5 When `JAVA_HOME` is unset, this line causes a crash in neovim 0.9, even when the `java_executable` is specified in the setup. I'm guessing there's a lazy-configuring solution? Perhaps the...

Hello, There's a type of clue that the data model doesn't appear to handle. Where the clue is spllit over two (or more) runs there are multiple rows. So there...

Unlike `ResponseWriter.Write`, `io.Copy` doesn't add the deferred headers. Deferred headers are applied _after_ the proxied response. This (not standalong) is CORS configuration, for example, that only works with the change....

Following the CORS configuration in https://github.com/caddyserver/website/issues/324#issuecomment-1629691031 I see that my endpoint using caddy-s3-proxy doesn't defer the response headers. ~~Could it be because this module doesn't call `next.ServeHttp(w, r)` in the...

It is not obvious how to use `Fuse.parseInput`, and if supplied an incorrect argument it errs, silently. 1. Narrowing the type clarifies intent (in code and in editor integrations). 2....

I use this grammar with neovim and I would like to take advantage of the language injection functionality. One elegant way to do this is to parse the language indicated...

Simple change, would have saved me multiple hours of work. I assume [Reverse\_proxy with custom http payload - Help - Caddy Community](https://caddy.community/t/reverse-proxy-with-custom-http-payload/21304/2) still holds. > That\[every proxy request modifying the...

This might be a recurrence of #26 (hence the near-duplicate title). Edit: whoops, hit 'submit' before I was done. I think this is an issue with the cargo/rustc changes rather...