-
One way to resolve issues similar to #392, #382 and #335 once and for all is to give up on the ability to upload packages directly and just reuse package-sets as a source for docs generation: it is a…
-
What do you think about adding `devDependencies` option (to both `Package` and `Config`)? The motivation here is that most test frameworks are pretty big, with lots of transitive dependencies and diff…
-
magnific popup seems rather abandoned.
What about switching to something else (like for example [PhotoSwipe](https://photoswipe.com/)) that supports gestures (zoom, swipe, ...)?
-
**Edit: There's a lot of commentary on this issue before [this issue is summarized by `rhendric`](https://github.com/purescript/purescript/issues/3493#issuecomment-882001403). Current discussion follo…
-
if you do
```
YOUR_PROJECT_DIR_FULLPATH=$HOME/example
YOUR_PROJECT_DIR_RELATIVE_PATH=example
cd $SOME_OTHER_DIR
```
then
```
$ spago --config $YOUR_PROJECT_DIR_FULLPATH/spago.dhall list…
-
While reviewing this PR, https://github.com/purescript/registry/pull/234#discussion_r711108420, I discovered that modifying the `spago.dhall` file's `packages`' key's content isn't reflected in comman…
-
We should be able to generate documentation for all the libraries in the package set (and/or just the libraries used in the project), in a similar way to what `stack haddock` does for Haskell projects…
-
We'll collect here all the things scheduled for deprecation, removal and general breakage to happen before `1.0`.
This list will be kept up to date as time goes.
- [x] Remove `psc-package` comp…
-
This is Step 1 in the publishing flow described in https://github.com/spacchetti/spago/issues/142#issuecomment-473684622
We'd add a `spago bump-version $new-version` (taking a version number, or `p…
-
This is Step 2 in the publishing flow described in https://github.com/spacchetti/spago/issues/142#issuecomment-473684622
We'd add a `spago publish` to push a new version to both the Bower registry …