Peter Becich

Results 104 issues of Peter Becich

**Description of the change** Clearly and concisely describe the purpose of the pull request. If this PR relates to an existing issue or change proposal, please link to it. Include...

Can a minor version or fix version be released and published to Pursuit? This would include material changes to the library such as: - https://github.com/purescript-halogen/purescript-halogen/commit/ec9ea1a57ef9f53d86d24fe15cdd3a26f4ab6a4c - https://github.com/purescript-halogen/purescript-halogen/commit/a78e34bfcbd8bd00875aa8cf42c9c30a20b5559d - https://github.com/purescript-halogen/purescript-halogen/commit/4b2144adad9b3809c45d79349ce6b5e97585b11e The...

### Description of the change Run the GitHub Actions additionally on `arm64` Ubuntu https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/ TODO ### Checklist: - [ ] Added the change to the "Unreleased" section of the changelog...

badge links to https://www.npmjs.com/package/spago/v/next

Can a new release of `harbor-operator` be published? I see the last was 1.3 in July 2022: https://github.com/goharbor/harbor-operator/releases Thank you

https://github.com/wimpysworld/nothing-but-nix https://github.com/haskell/hackage-server/pull/1391#issuecomment-2957288948

`hackage-mirror` helps development by populating the database. Like: ``` ... mirroring BNFC-meta-0.4 mirroring BNFC-meta-0.4.0.1 mirroring BNFC-meta-0.4.0.2 mirroring BNFC-meta-0.4.0.3 mirroring BNFC-meta-0.5 mirroring BNFC-meta-0.6 mirroring BNFC-meta-0.6.1 ... ``` This can be done...

Currently https://hackage.haskell.org/package/servant has a short description that points to the tutorial. The intent of this PR is to add more to this page so that it serves as an overview...

Feature suggestion/request: * Rename `spago-unstable` to `spago-next`. This will continue to correspond to the latest release on NPM: https://www.npmjs.com/package/spago/v/next (I see this is updated like so: https://github.com/thomashoneyman/purescript-overlay/pull/114/files) * Create a...

This PR adds two executables to the Postgres `Pagila` example. 1. `cabal run` prints the migration to the screen to help understanding. ``` $ cabal run Migration steps: Initial commit...