-
Hi,
As usual - thanks for providing and maintaining this lib!
`fetch` supports `FormData` as a payload:
https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch#uploading_a_file…
-
When attempting to share, I receive an alert with the message:
```
From try.purescript.org
Failed to create gist
```
This is caused by a failed `POST`:
```
Request URL: https://api.github.com/g…
-
Good morning,
I have a record in a `Foreign` object, and when I try to turn it into a Purescript record using `read'` I get the following error:
```
Error at property "channel": Type mismatch: ex…
-
HTTP spec allows for repeated headers in requests and responses.
https://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2
~As far as generating responses go, there's the alternative of comb…
-
I want to use purescript for my front end, but I'm trying to figure out how to integrate this with Devel.
I looked at [yesod-purescript](https://github.com/mpietrzak/yesod-purescript)
but it's not…
-
In `plasma-mvp-sidechain` [`Amount` of `Output`](https://github.com/f-o-a-m/plasma-mvp-sidechain/blob/develop/plasma/output.go#L15) and [`fee` of `Transaction`](https://github.com/f-o-a-m/plasma-mvp-s…
-
Trying to publish my package `postgresql` and `node-stream-pipes` and getting the following error:
```
2024-06-25T19:51:22.212Z Cannot register this package because it has unregistered dependencie…
-
The PureScript registry is built to support packages using the [new manifest format](https://github.com/purescript/registry/blob/master/v1/Manifest.dhall) in a `.purs.json` file. However, we also supp…
-
I was wondering how one would go about implementing a handler for pre-flight CORS requests? Thanks!
-
create a GET endpoint to retrieve all the transactions of a given protocol/process (which is the correct one of the two?)
- what should be the payload of the request? Which data should it contain?
…