Tripp Lilley
Tripp Lilley
As a workaround, in your spacemacs layers config, you can set the `chrome-exec-path` layer variable: ``` emacs-lisp (chrome :variables chrome-exec-path "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome") ``` (assuming you're using a standard install...
> What are you looking to do with these models? Our goal is to continually publish Smithy models for every AWS service as features launch. I'm not the OP, but...
> Checkout this https://github.com/boto/boto3/tree/develop/boto3/data Yes, that's what I'm currently using 😄
> This might be a bit tricky to implement depending on the availability of a good Java rst parser. A Sphinx extension would be a more idiomatically correct way to...
For anyone else dealing with this, you can work around it by using "loose" Plug'n'Play mode until there's an update. ```shellsession $ yarn config set pnpMode loose ➤ YN0000: Successfully...
Apparently there are other missing dependency declarations, too 😅 ```shellsession $ yarn run docsify serve -p 3006 (node:39416) [MODULE_NOT_FOUND] Error: docsify-cli tried to access ansi-colors, but it isn't declared in...
> Project Tempel have a package [tempel-collection](https://github.com/Crandall/tempel-collection) @dunmaksim : Link is broken. Correct link is: https://github.com/Crandel/tempel-collection
``` $ nix --version nix (Nix) 2.13.3 ``` ``` $ jq .nodes.organist flake.lock { "inputs": { "flake-compat": "flake-compat", "flake-utils": "flake-utils", "nixpkgs": "nixpkgs_3" }, "locked": { "lastModified": 1719421167, "narHash": "sha256-zLLUxIAoUxjKFvYPlJVyB9vOxNqb5R4eBfr02MP4jUI=", "owner":...
Yes, I just (finally) updated and it works fine now :sweat_smile: . Thanks! ``` $ nix --version nix (Nix) 2.18.4 ```
(oops, sorry - I closed it because it's "fixed", but then I saw the "keeping this issue open until then" note and re-opened it)