flyerzrule
Explore posts from serversDefault imports not working
I have an import like this:
I can't call any of the methods that exist on the default export. The Stumper object contains all of the exports from the entire library. I have the ability to use
Stumper.default
but I feel like that should not be necessary.4 replies
CCoder.com
•Created by flyerzrule on 4/3/2024 in #help
Error: couldn't parse owner groups ""
Everything has been working fine for the past few months, but this morning I ran into this error when starting my workspace.
The template is a nodejs version of the Docker starter template. When I create a new template with the Docker starter template I get the same error. I am not sure what changed.
18 replies
CCoder.com
•Created by flyerzrule on 3/16/2024 in #help
PATH getting overwritten
Hello, I am trying to setup a Rust dev container. I am using the official image but when I create a workspace it overwrites the PATH and removes /usr/local/cargo/bin from it. If I pull down the image locally, the PATH is as it should but not when using Coder
10 replies