-
Hello,
would it be possible to add a `--silent` or `--quiet` option to `spago build` so we don't have these messages :
```
File changed, rebuilding: "/home/jgoux/Projects/eurofins/colisage/pures…
jgoux updated
5 years ago
-
https://github.com/justinwoo/spacchetti-cli/commit/4e9c20e93d92b18168678dd28a070e901adc3428
-
As we discussed some time ago with @justinwoo, the name of this repo/program has a bit of a name clash with the [spacchetti package set repo](https://github.com/justinwoo/spacchetti), and this is supe…
-
https://github.com/spacchetti/spago/releases/tag/0.6.0.0
These release notes shoudl also include psc-package-* commands sometime
-
Following up from [this Discourse thread](https://discourse.purescript.org/t/how-do-we-avoid-ecosystem-incoherence-in-the-future/209/18), a big problem seems to be that when we have breaking changes i…
-
I often mistakenly run `spago build` from some subdirectory. This, correctly, fails with a message about missing `packages.dhall`. However, it also creates a new `spago.dhall` file in the current dire…
-
Apparently some people would really like to emphasize Year and Month first rather than to just use the normal western time stamp.
Current:
```
DDMMYYYY
09122018
```
Requested:
```
YYYY…
-
We're tossing around a whole lot of `env`, so they're association lists by necessity. However, they're annoying to work with.
- Defining them is verbose, a bit less since I'm doing postprocessing b…
-
There should be some tests so that we have some kind of assurance that we don't break stuff.
Anything is good to start, even just a bash script that installs the binary, runs some commands and chec…
-
Is there a way to make this work? React project build system complains about rules of hooks being broken.
`Line 658: React Hook "React.useState" is called in function "exports.useState_" which is…