-
```json
{
"name": "parsing-dataview",
"ref": "v3.2.1",
"compiler": "0.15.4"
}
```
-
Currently we have an `Addition` operation and an `Update` operation. Their only difference is that an `Addition` takes a `newLocation :: Location` field that lets us know where to fetch the package so…
-
```
{
"newPackageLocation": {
"githubOwner": "imsaravana369",
"githubRepo": "purescript-default"
},
"newRef": "v1.0.0",
"packageName": "purescript-default",
"buildPlan": { "compiler": "0.15.4"…
-
{
"newPackageLocation": {
"githubOwner": "tonicebrian",
"githubRepo": "purescript-halogen-bootstrap5"
},
"newRef": "v2.1.0",
"packageName": "halogen-bootstrap5",
"buildPlan": { "compiler": "0.1…
-
The PureScript manifest includes a field called `repository`, which indicates either a GitHub owner + repo or a URL to an arbitrary Git repository online, along with an optional `subdir` key that note…
-
Thank you very much for this package.
When I play around this package, I stumbled upon this case.
- I have this beautiful element (drop down with dynamic autocomplete that updated realtime on chan…
-
The server implementation for this project is very limited. This bit me when trying to receive a POST request on a page and interact with the request body data. We need to be able to receive POST data…
-
The new registry includes support for automatically releasing new package sets each day. However, there are several commonplace scenarios in which packages will not automatically be added to the sets,…
-
Websocket connection to ogmios and datum cache fail about 50% of the time and there is nothing communicated back to the caller of the CTL functions (i.e., an error logs to the console but frontend is …
-
After a couple jam sessions in the browser using the vscode extension for JIT compilation of PureScript via github.com/mikesol/wagsi, there are more and more tweaks I find myself doing to the VSCode e…