Matthew

Results 5 issues of Matthew

**Describe the bug** I recently attempted to upgrade fp-ts and io-ts in my project and received a ton of compiler errors for declared events: ``` - "fp-ts": "2.12.1", - "io-ts":...

I am using Visual Studio Code as my editor which is on my path. My config looks like: ``` * editor = code * pager = less pages_directory = /Users/matthewpflueger/.um/pages...

Hi, Are there any known strategies for working with Crux when multiple windows are opened in MacOS and/or iPad apps (maybe even iOS apps)? As I understand it, each window...

PostCSS warns about the missing from option which could result in wrong source map. Explicitly add the from option to avoid the warning.

I am doing a join, group by, then order by on two objects like this (table definitions are at the end of the issue): Plans .join(States) .on((p, s) => p.stateCode...

bug