Charles Strahan

Results 19 issues of Charles Strahan

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...

enhancement
help needed

# I am submitting a new Community Plugin ## Repo URL https://github.com/cstrahan/obsidian-requirejs/ ## Release Checklist - [ ] I have tested the plugin on - [ ] Windows - [...

Changes requested

Hello, Nix package maintainer here. I saw the "node_modules as CAS" bullet-point on the project's homepage, and it raised a potential red flag for me. In Nixpkgs, it's not uncommon...

Hello, Is there a means (or would be possible to add support) for a way to view `defmt` logs while a micro controller is already running (i.e. without resetting it...

type: enhancement

The following tests fail to compile (I'm using GHC 7.10.1 RC): ``` tests/test.hs:220:5: Non type-variable argument in the constraint: MonadWriter T.Text m (Use FlexibleContexts to permit this) When checking that...

This makes it possible to install under poetry (and similar). Before this change, you'd get an error like so: PackageInfoError Unable to determine package info for path: /home/cstrahan/src/cal-riden-psu/../rd6006 Fallback egg_info...

We have a need for indexing into an unfinished message, something like so: ```rust let mut map = HashMap::new(); for i in 0..children.len() { let child = children.get(i); // on...

**Describe the bug** If I have `teensy4-bsp` as a dependency _and_ `defmt_rtt`, I run into the follow linker error: ``` error: linking with `rust-lld` failed: exit status: 1 | =...

Would it be feasible to add support for specifying 24 bit true color styles in `$EXA_COLORS`?

features › terminals

**Describe the bug** Because `target-gen test` hard codes `const ALGORITHM_NAME: &str = "algorithm-test";` for the target name, `target-gen test` fails to use any required target-specific reset sequences, as `probe-rs` resolves...

bug