flyerzrule
flyerzrule
Explore posts from servers
CCoder.com
Created by flyerzrule on 3/31/2025 in #help
Waiting for IU backend
I installed the Coder plugin on Jetbrain's Gateway and when I connect to a workspace it downloads the latest version of IntelliJ Ultimate but then hangs on Waiting for IU-243.21565.193 backend My coder server is running on Ubuntu server 22 in a Docker setup I am trying to connect from Windows 11
13 replies
CCoder.com
Created by flyerzrule on 3/30/2025 in #help
IntelliJ Community
Does coder support the community version or only the Ultimate version?
3 replies
DDeno
Created by flyerzrule on 10/29/2024 in #help
Default imports not working
I have an import like this:
import Stumper from "stumper";
import Stumper from "stumper";
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.
5 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.
Error: couldn't parse owner groups ""
on main.tf line 22, in data "coder_workspace" "me":
22: data "coder_workspace" "me" {
Error: couldn't parse owner groups ""
on main.tf line 22, in data "coder_workspace" "me":
22: data "coder_workspace" "me" {
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