Charles Strahan

Results 19 issues of Charles Strahan

**Describe the bug** `target-gen` doesn't preserve `stack_size` setting under `flash_algorithm` when updating from ELF file. e.g. `target-gen elf -u some/flash-algo.elf TARGET.yaml` will remove any `stack_size` set in `TARGET.yaml`. **To Reproduce**...

bug

Hello! As part of my work on [Happybara](https://github.com/cstrahan/happybara), I've implemented a CSS selector parser and a converter from CSS to XPath: https://github.com/cstrahan/happybara/blob/to-query/happybara/src/Happybara/XPath.hs#L40 https://github.com/cstrahan/happybara/blob/to-query/happybara/src/Happybara/CSS.hs If you're interested, I'd like to fold...

Here's the output when I try to install this gem: ``` C:\Users\Charles>gem install dnssd -- --with-dnssd-dir=c:/progra~1/bonjou~1 --with-dnssd-lib=c:/progra~1/bonjou~1/lib/win32 Building native extensions. This could take a while... ERROR: Error installing dnssd: ERROR:...

I found a reproducible problem with how slimlock grabs the keyboard: 1. Click the gnome-applet icon, causing the config dropdown to appear 2. Wait for the screensaver to start (in...

The version endpoint includes the corresponding sha256 hash (base16 encoded). We ought to use that, instead of using `nix-prefetch-url`. If you'll asign this to me, I'll try to get to...

Depending on the nix-prefetch-\* scripts is a little fragile, since the flags change on occassion, as does the output format. With the recent landing of https://github.com/NixOS/nix/commit/d367b8e7875161e655deaa96bf8a5dd0bcf8229e, the next release of...

Generating the gomod2nix.toml appears to work, but I haven't tried building with this just yet. The idea is that this should allow fetching private repositories (see https://github.com/tweag/gomod2nix/issues/3). `fetchGit` does not...

### What Operating System(s) are you seeing this problem on? macOS ### Which Wayland compositor or X11 Window manager(s) are you using? N/A ### WezTerm version 20240212-074107-22f9f8d2 ### Did you...

bug

The ConvertUTF.{cpp,h} are non-free (and buggy/unmaintained), as discussed on the Debian mailing list: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823100 This poses problems for packaging/redistribution. Would it be possible to, perhaps, support linking with `libicu` for...