J Kenneth King
J Kenneth King
It would be useful to have a JSON-Schema code generator: https://json-schema.org/ Which would enable this tool to reach language ecosystems that have JSON-Schema parsers.
Another valuable language ecosystem to target would by Typescript https://www.typescriptlang.org/
```json { "synced": true, "__synced": true } ``` Will generate a record with a duplicated field name ``` data TopLevel = TopLevel { topLevelSynced :: Bool, topLevelSynced :: Bool }...
**Is your feature request specific to Fourmolu?** - [x] Yes, this feature is not relevant to Ormolu **Describe the current + desired formatting** ```hs {-| This example @ test @...
This change updates aiohttp to >= 0.22.1 and updates the code to the new APIs.
This depends on #6 The reaping process should set the event's state to "expired" and pass them through the streams channel.
Just to see what _would_ get submitted to the repository before committing to it.
I'm working on a community client for Haskell and have encountered an interesting error when linking `libtb_client.so`: ``` /home/agentultra/Projects/tigerbeetle-hs/dist-newstyle/build/x86_64-linux/ghc-9.6.6/tigerbeetle-hs-0.1.0.0/x/tigerbeetle-hs/build/tigerbeetle-hs/tigerbeetle-hs: Relink `/nix/store/x3v27x8fz9di2nv2j91xgsypvxgy34g9-libtb_client/lib/libtb_client.so' with `/nix/store/h7zcxabfxa7v5xdna45y2hplj31ncf8a-glibc-2.40-36/lib/libm.so.6' for IFUNC symbol `sin' ``` Upon digging...