Dave Zuch
Dave Zuch
@thomashoneyman I don't recall. We got rid of this though? I was thinking on this more, and I don't think we can support both styles at the same time (without...
@thomashoneyman that seems like a good solution, I might just use it. Thanks!
Was any progress ever made on this?
```console > Run nix-shell --run check-format-purescript Some files are not formatted: /home/runner/work/purescript-httpure/purescript-httpure/test/Test/HTTPure/RequestHeadersSpec.purs Error: Process completed with exit code 1. ``` Looks like there's a formatting issue in `Test.HTTPure.RequestHeadersSpec`.
Closing in favor of #197.
It seems like leading pipes are at least much less controversial than the rest of this PR. Maybe those can be extracted out into their own PR and discussed? Personally,...
> `JSON.stringify` throws a `TypeError` when the value contains a circular reference or a `BigInt`. `BigInt` doesn't extend `Json` though. And while I'm still learning TS, I can't figure out...
Well right after writing that all up I found a solution, by using type guards: ```ts type Example = Bar | Foo type Bar = { bar: Value } type...
> My recommendation here is to use function signature overloads separate the public facing API of your function from the types it uses internally: > > ```ts > function getValue(e:...
Hey @prikhi! Thanks for opening an issue. That's pretty odd, `descriptive` _should_ be highlighted. Any chance you can provide me with some sample data to reproduce this?