Danila Danko
Danila Danko
Hello! Currently, I find the docs on uploading a package a bit confusing. ## What I read 1. [Uploading packages](https://hackage.haskell.org/upload): If you upload a package or package candidate and no...
I found only the number 32MB (I assume the value is given in bytes) in the `dist/restore/index.js` after a build. ```js function getUploadOptions(copy) { const result = { uploadConcurrency: 4,...
In my project, I spent a couple of hours trying to determine the reason for an exception `withBinaryFile: does not exist (No such file or directory)`. After reading the current...
- Added an overlay so that one can add `nix2container` to `pkgs`. - Moved all attributes into `nix2container`, so that one doesn't need to write `nix2container.nix2container`. - Simplified `callPackage` expressions...
Please make a release with a SemVer-compliant version on VS Code marketplace. I'm working on https://github.com/nix-community/nix-vscode-extensions. I noticed your [extension](https://marketplace.visualstudio.com/items?itemName=perfsee.perfsee-vscode) version on VS Code Marketplace doesn't follow SemVer. The version...
I'd like to ignore directories generated by `bnfc`. They don't change, so it'll be convenient to configure them in `.hlint.yaml`.
Hi, @natefaubion! Currently, `spaghetto` doesn't provide shell completions (https://github.com/purescript/spago/issues/977). Is it possible to generate them using your library? If not yet, `optparse-applicative` [approach](https://github.com/pcapriotti/optparse-applicative#bash-zsh-and-fish-completions) may be helpful.
Depends on https://github.com/NixOS/rfcs/pull/166. TL; DR: Some day, there will be a standard Nix formatter. Here are some reasons to switch from `alejandra` to that formatter (https://github.com/thomashoneyman/purescript-overlay/pull/71#issuecomment-1925346520).
Upstream: https://github.com/purescript/spago/issues/977
With current nixpkgs: - `GHC` with `js-backend` doesn't build. https://github.com/NixOS/nixpkgs/issues/286397 https://github.com/NixOS/nixpkgs/pull/302552 This PR isn't in master yet (https://nixpk.gs/pr-tracker.html?pr=302552). Currently not updating to a `nixpkgs/staging-next` commit because of multiple cache misses....