soul-codes

Results 4 issues of soul-codes

Currently, the `manySepBy` combinator would return the things that are separated while discarding the separator. I would like to propose a variant of this combinator that returns a projection that...

Currently, something like `1e7` would fail the float parser where it could be interpreted as `1e+7`. FWIW, JavaScript allows `1e7` so it would be nice to have this baked into...

Thank you for this project, I absolutely love the simplicity of hook-based knobs! I would like to be able to use this to debug different components simultaneously. I tried first...

Test case ```md This is a [link to a linked header](#this-header-is-linked) # This header is [linked](#somewhere) ## Somewhere ``` This reports a deadlink for `#this-header-is-linked` for 3.12.x but a live...