t. m. k.
t. m. k.
Isn't this explicit in [map2](https://package.elm-lang.org/packages/elm/json/latest/Json-Decode#map2) type signature: `map2 : (a -> b -> result) -> Decoder a -> Decoder b -> Decoder result` Also remember that "the order of arguments...
I think it's p...
> Of course there should be some type of `featurep!` check around it but I don't know the module name. `(featurep! ui: tabs +centaur-tabs)`
@cdaringe Just tried it and you're right indeed. To bootstrap, you may need to perform the following two steps: 1. Copy some config files cp node_modules/edition-node-gulp/patternlab-config.json . cp node_modules/edition-node-gulp/gulpfile.js ....
FWIW just tried the current `master` with the following example: ``` js var Download = require('./'); new Download({mode: '755'}) .get('https://github.com/kevva/elm-bin/blob/2.0.0/vendor/win/elm-platform-win.tar.gz') .dest('downloads') .run(function(err, files) { if (err) console.log(err); console.log(files); }); ```...
I have the following function definition in `programs.fish.shellInit` ```fish function __nix_darwin_fish_macos_fix_path -d "reorder path prioritizing darwin-nix paths" # Fish initialization for login shells rebuilds $PATH by emulating calling /usr/libexec/path_helper #...
I did also find it puzzling as a beginner at the time and thought I had reported this already but apparently I didn't, sorry!. I eventually found the syntax announcement...
I'm observing the same behavior (using doom emacs latest version)
Seeing a similar issue every time I run claude code.