David Baynard

Results 30 issues of David Baynard
trafficstars

BSD (and therefore macos) ping uses the `-t` flag for timeouts, not the `-w` for the linux tool (or the `-w`/`--timeout` for the GNU inetutils variant). I’ve submitted NixOS/nixpkgs#195532 to...

I noticed a few escaping issues: 1. The input name is just piped raw into the output. https://github.com/ggerganov/whisper.cpp/blob/ac521a566ea6a79ba968c30101140db9f65d187b/examples/main/main.cpp#L342 2. Likewise for the output file. https://github.com/ggerganov/whisper.cpp/blob/ac521a566ea6a79ba968c30101140db9f65d187b/examples/main/main.cpp#L425 The font, by contrast, is...

enhancement
good first issue

https://github.com/org-formation/org-formation-cli/blob/416dbaaf6f531a76278d8226850336a4398eec58/src/plugin/impl/rp-build-task-plugin.ts#L127-L130 Is there a way to execute this for multiple types in parallel, so the total wait time is roughly a minute, the time it appears to take for the...

Hello, I'm seeing zip file corruption, from (I believe) the following. https://github.com/org-formation/org-formation-cli/blob/416dbaaf6f531a76278d8226850336a4398eec58/src/util/initial-commit-util.ts#L49-L64 Specifically, I created a zip that includes a lockfile (a pnpm-lock.yaml file). That lockfile is correct in the...

I would find it very convenient to use a flake interface to install postgrest. I have a fork that makes some minimal changes, to start this, in a backwards compatible...

enhancement
nix

The unnecessary rebuilds make development work excruciating; it takes over 5 minutes to unpack and build the 1600 dependencies of one tool on my machine. The `node-packages.nix` file that is...

It needs a new module. https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Grids https://css-tricks.com/snippets/css/complete-guide-grid/

I've added some css that introduces a discreet, linear gradient where lines wrap (in print css, only). The second commit restricts it to the case without line numbers, only. The...

This starts with just some boilerplate to test a client — more to follow.

To begin: - [x] Update to work with servant-0.15 - [x] Separate server package - [ ] `servant-client` - [ ] `servant-foreign` - [ ] Tests