triallax
triallax
I find this to be a bit strange. Is there any difference that warrants one being re-exported but not the other, or was this an oversight? Edit: this change appears...
**Description of the change** Make `Data.Traversable` re-export `product`. Fixes #137. --- **Checklist:** - [x] Added the change to the changelog's "Unreleased" section with a reference to this PR (e.g. "-...
**Description of the change** Just made `apply` point-free. I know this sounds like a weird change to make a full PR for (and it is), but it's just been nagging...
**Description of the change** Derive `newtype` instances instead of "normal" instances where possible, which produces smaller code. --- **Checklist:** - [x] Added the change to the changelog's "Unreleased" section with...
These functions are already present in `purescript-stringutils` but many people, especially ones coming from JavaScript, expect them to be present in the main strings library. Should I make a PR...
**Description of the change** Add `startsWith` and `endsWith` functions to `Data.String.CodeUnits`. Fixes #127. I know that there's still a bit of disagreement over whether this should be done or not,...
These lines are currently in https://repo-default.voidlinux.org/void-updates/void-updates.txt: ``` bash 5.1 patch 016 -> 5.2 https://www.gnu.org/software/bash/bash.html bash 5.1 patch 016 -> 5.2 patch 1 https://www.gnu.org/software/bash/bash.html bash 5.1 patch 016 -> 5.2 patch...
Relevant IRC discussion: https://github.com/sharkdp/numbat/issues/139#issuecomment-1795026339 After Numbat fetches currency exchange rates, they are stored for the duration of the session without ever being refreshed. This is problematic for long-running sessions because...