Markus Läll
Markus Läll
> Do them both at once with [multi](https://github.com/FooSoft/anki-connect/blob/master/actions/miscellaneous.md). When wanting to set a note's tags to some list then using `multi` there would still be two commands to run: -...
I was struggling with the same issue with Anki 2.1.15 on Linux, and what @garrett-hopper says is correct: if the note browser is open then just running `updateNoteFields` doesn't appear...
@TauPan That code seems to work when it's run *before* lsp itself is started, maybe you had lsp already running?
Running `wp --http=wordpress.com rest status list` fails because it probably has REST API disabled. On other default installs the command (with the domain replaced) works. This package doesn't seem to...
Thanks @considerate! @alpmestan What I was getting at was that couldn't the `safeLink` be pre-applied by `Proxy` values and one could just fill the type arguments directly at use site....
Is `flatten`/https://hackage.haskell.org/package/servant-flatten the canonical way to create client functions for nested APIs at the moment? I searched the issue tracker and found was with dedicated data types: https://github.com/haskell-servant/servant/issues/335#issuecomment-172300487 Otherwise, there...
> @eyeinsky It sure is one way that _some_ people do it. Another, perhaps more popular, approach these days is to just use records: https://docs.servant.dev/en/stable/cookbook/generic/Generic.html Thanks! That appears to solve...
(The Travis build failed with ``` The command "composer global require wp-coding-standards/wpcs phpcs --config-set installed_paths $HOME/.composer/vendor/wp-coding-standards/wpcs " failed and exited with 127 during . ``` but I have no idea...
Is this bug because nix-shell is run *after* exporting `NIX_PATH` in the `manage` script, and thus it overrides what `nixpkgs-version.sh` returns?
Does SDL2 work from regular ghci?