codex icon indicating copy to clipboard operation
codex copied to clipboard

UI experiments for coda

Results 7 codex issues
Sort by recently updated
recently updated
newest added

GHC 8.6 and 8.8 don't have unlifted newtypes, so Option is a type synonym for those versions. There are no tests, so I haven't tested this. It builds across all...

Hi! I've noticed the conditions passed to `while` and `till` seem to need to be inverted - but then in some cases the parsing would never stop till a SEGFAULT...

Hi-- the repo looks really fascinating! Would you mind providing some quick, simple examples of how to invoke the parser on some basic examples, just to make diving into the...

Started work on fresh wrapper for stb_truetype with the stb_rect_pack as well.

WIP

And https://github.com/haskell-vanguard/integer-logarithms is indeed 404 for me.

Hey, looks like hkd needs a base bump, still compiles fine in ghc 9.10 with `allow-newer: base` though.

I'm working my way through the implementation of parsnip right now and something I've begun to wonder is whether using a null-terminated bytevector internally is actually the best choice. It...