Fabrizio Ferrai
Fabrizio Ferrai
This PR aims to add type signatures (as Clojure Specs) for the whole `datahike.api` namespace. ~It's marked as WIP because we're not there yet.~ A few notes and questions: -...
As of elementaryOS 0.3, the notifications with the Numix GTK theme are shown with a transparent background. This can be a problem on white backgrounds (like webpages, pdfs, basically everything)...
Since the inception of [the upcoming Registry](https://github.com/purescript/registry) almost two years ago, the idea of "reimagining Spago's config" format has been on the table, because the changes in package format give...
TODO Fix #723
It should be basically an alias for `purs graph $(spago sources)` The only caveat here is that we should probably check that the version of `purs` is at least `0.13.8`,...
It looks like this happens because Spago fires up a Nodejs process that might not terminate. When reloading the watcher the old process is left running and a new one...
In #570 we figured that if a user does a `spago install` while a `spago build -w` is running, then the new package is not picked up. We could fix...
In #426 we added basic support for alternate backends. As discussed in https://github.com/spacchetti/spago/issues/355 we should write down a "CLI spec" that alternate backends can conform to so that they'd work...
I am not sure why we're publishing releases that don't have a date attached, but only the compiler version (e.g. `psc-0.13.8`), are they needed for something? cc @justinwoo