Christopher Bennell
Christopher Bennell
I was seeing the same error when using the image from Docker Hub. At the moment, the "latest" image is 3 months old. Building the image from the repo resolved...
@srdurai Not sure if this is still relevant to you, but you can set this env var when you fire up your docker container: ``` docker run \ -e ECOSYSTEM_KEY...
Did anyone work out a workaround for this? Thanks!
I'm getting an error "**URI must contain a scheme**" in nvim when trying to run the code actions: ``` [ERROR][2024-05-23 15:25:13] .../vim/lsp/rpc.lua:734 "rpc" "/home/cbennell/.local/share/nvim/mason/bin/stimulus-language-server" "stderr" "/home/cbennell/.local/share/nvim/mason/packages/stimulus-language-searver/node_modules/stimulus-language-server/node_modules/vscode-jsonrpc/lib/common/connection.js:565 responsePromise.reject(new messages_1.ResponseError(error.code, error.message, error.data));...
> @christopher-b I published v1.0.4 to address this Thank you, @marcoroth!
I believe this issue is still present. Thanks.
I am tracking work [here](https://github.com/christopher-b/literal/commits/array/). I'll do a PR when I have a bit more done.
I'll take a crack at ``` assoc collect! compact compact! ``` `#collect` can be aliased to `#map`, yeah? Or perhaps vice-versa, to match the implementation of `Array`.
I've moved my PR out of draft. Please feel free to review at your leisure.