Sam A. Horvath-Hunt
Sam A. Horvath-Hunt
See: b3d8ab0e52, #141 Notably this isn't an issue with `S.omitFrom`.
`Struct.omit` [now behaves more sensibly](https://github.com/samhh/fp-ts-std/issues/141), however this leaves a space where a `Record.omit` should be. `Record.pick` should possibly be included too for symmetry? ```hs omit :: Array string -> Record...
https://hackage.haskell.org/package/nonempty-containers `NESet`, `NEMap`. Probably call the prefix `NonEmpty` for consistency with arrays.
In fp-ts 2.13 `flip` is overloaded to include a curried variant: https://github.com/gcanti/fp-ts/pull/1748 Ensure they behave equivalently with inference, thinking of functions with optional parameters.
`make` fails with these errors: ``` 1 warning and 4 errors generated. make[4]: *** [stpncpy.o] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive]...
The [current type signature](https://gcanti.github.io/fp-ts/modules/Functor.ts.html#flap) of `flap` is: ```hs Functor f => a -> f (a -> b) -> f b ``` It would be better if it were: ```hs Functor...
Can be restarted with `:lsp-restart`. Probably my config.
Relevant: https://github.com/helix-editor/helix/issues/7079#issuecomment-1555922822 No luck with this (`config` borrowed from the relevant project's VSCode ESLint config): ```diff diff --git a/home/editor.nix b/home/editor.nix index 15b3d80..5e94eac 100644 --- a/home/editor.nix +++ b/home/editor.nix @@ -58,6 +58,15...
I can init the [templates](https://github.com/samhh/dotfiles/commit/1a708133ebb35a481cbb4e04848a615704a57106) in this repo like so: ```console $ nix flake init -t #template-name ``` I think that repo path could be replaced with a name were...
Missing, can reuse `URL.clone`.