eftichis0202

Results 9 comments of eftichis0202

> Fixes #1107 > > ``` > nix build > PATH=$PWD/result/bin:$PATH ./result/bin/devenv-run-tests --only 'folder with spaces' tests > ``` I tried running this and got the below as a result:...

@domenkozar Could you help me out with this?

Hi @domenkozar , this is the devenv.nix: { pkgs, ... }: { dotenv.enable = true; languages.python.enable = true; languages.python.version = "3.12.2"; languages.python.venv.enable = true; languages.python.venv.requirements = ./requirements.txt; services.postgres = {...

> @eftichis0202 I noticed that in recently released devenv 1.0.4 there are changes around .devenv/state directory being in a path with spaces and on v1.0.4 I'm unable to replicate your...

@zarelit Could you help me with the error i am getting when i run the upgrade?

@zarelit sure: ❯ devenv version devenv 1.0.3 (x86_64-darwin) ❯ devenv up ✖ No 'processes' option defined: https://devenv.sh/processes/ Error: × No processes defined Thank you for your help!

Still unresolved, stopped using devenv as noone was able to help

Hi Timothy, i am encountering the same problem with snippets and enhanced:img. I am wondering if you found a solution? the error i am getting: ``` TypeError: Cannot read properties...

i am running the latest svelte 5, installed lucide-svelte using 'pnpm add @lucide/svelte' in VS code i get: Module '"@lucide/svelte"' has no exported member 'Trash2'.ts(2305) the icon still shows up...