David Reaver

Results 6 issues of David Reaver

Oftentimes when manually writing `ToJSON` instances, we have fields with `Maybe` types and we want to just hide the field if its value is `Nothing`. I usually resort to something...

help wanted

Hello! I have some algorithms that are always in the market. They are either long or short 100% of the time. If I am currently long, I would like to...

feature request

@MichaelXavier recently found a pretty egregious bug where the JSON instances for the top-level fields weren't dropping enough characters. We should probably add some tests for that. I'm thinking we...

Hello! I'm really excited you all have built this project. It is much nicer to debug LLVM IR issues in my compiler when I can see it printed, versus when...

Hello! I noticed today that when I `INSERT` with `executeMany`, there are multiple insert queries instead of a single query. SQLite supports lists of values to insert mutliple rows in...

enhancement
question

It seems `megaparsec` has changed a ton, so I'll need to figure that out.