Aram Drevekenin

Results 543 comments of Aram Drevekenin

Hum... when the plugin is already loaded, could you try `zellij start-or-reload-plugin ` and then after it recompiles and reloads try again? Also, how did you install Zellij?

`cargo install zellij --locked`? I doubt that's it though... Might be it's a mac thing (I'm on arch), this API is fairly new. Maybe @jaeheonji or @tlinford can see if...

@lannonbr - does it happen with every url? Does it happen with running a command through a plugin?

Alright. Super odd. I'm going to wait and see if the people I ping have a chance to try and reproduce. Or anyone else encountering this...

@lannonbr - another question: can you load plugins from the web? Like if you did a github release in your repo, placed the `.wasm` file there and loaded it with...

Alright, getting warmer. Would you be comfortable running a standalone project that does this? https://github.com/zellij-org/zellij/blob/main/zellij-server/src/background_jobs.rs#L256-L316 I'm curious to see if it works or you get a more specific error... If...

Well, I get next steps would be some good ol' println debugging. Would you be up to compiling the project from source and doing some back and forth?

Cool. To start us off, could you place some logs inside the linked method in background_jobs? Mostly just to see if we get there when you make the WebRequest and...

A few things that might trip you up when running from source: 1. Be sure to run the project with `cargo x run --singlepass` so that it goes through our...

Friends, I appreciate the enthusiasm and willingness to help - but let's not conflate things. The IPC error and the "received empty message from server" errors are red herrings. They're...