Nix NodeJS | 208 Members | |
| 59 Servers |
| Sender | Message | Time |
|---|---|---|
| 21 Dec 2023 | ||
| yeah very active | 16:36:31 | |
| i do not think ill figure this out people on the svelte server also have no clue lmao | 17:03:52 | |
In reply to @peter-lustig:matrix.orgwould you be opposed to privately sharing your project? i am very curious to learn where and how this is happening | 17:05:54 | |
In reply to @peter-lustig:matrix.orgI actually have the same problem, I did the same procedure a few minutes ago. | 17:24:57 | |
In reply to @lily:lily.flowersI will share my project with you. | 17:25:32 | |
| 22 Dec 2023 | ||
peter-lustig: The error you and I were having was resolved in SvelteKit 2.0.6 release (couple of hours ago). By upgrading to the latest version via npm install @sveltejs/kit@latest, $env/dynamic/private works properly. | 12:16:47 | |
| * peter-lustig: The error you and I were having was resolved in SvelteKit https://github.com/sveltejs/kit/releases/tag/%40sveltejs%2Fkit%402.0.6 | 12:21:51 | |
| 23 Dec 2023 | ||
| 14:28:56 | ||
heho, im packaging a nodejs cli for nixpkgs currently. The package gets build but when running it, ill get spawn node ENOENT because the syscall is just spawn node without the correct nixpkgs path. Is there an elegant way to solve this? | 14:30:54 | |
In reply to @serowy:matrix.orgYou could wrap it to provide the node bin as part of PATH | 15:24:00 | |
| 22:22:37 | ||
| 24 Dec 2023 | ||
In reply to @adis:blad.isWe need to optimize for both. Otherwise we make the experience for you better and for everyone with faster internet connection much worse which sucks. | 15:19:56 | |
| 28 Dec 2023 | ||
| 12:56:16 | ||
| 29 Dec 2023 | ||
| how shitty is the v8 gc? | 18:02:30 | |
| 18:02:37 | |
| the machine had 4G in use, 4G cached/buffered | 18:03:54 | |
| 19:15:55 | ||
| Hi, ich versuche meine Netxjs App nach mit nix zu bauen. | 19:29:57 | |
| 19:30:09 | |
| er baut die binary aber im result/bin order fehlt der next/static ordner | 19:30:40 | |
| 19:33:06 | |
*
| 19:33:11 | |
*
| 19:33:20 | |
| * result/bin/ └── parkfuchs | 19:33:35 | |
| gibts im result/ Ordner sonst irgendwas? | 19:36:01 | |
In reply to @whentze:matrix.orgnein | 19:36:09 | |
| rip | 19:36:32 | |
In reply to @whentze:matrix.org* nein, warte doch lib/node_modules | 19:36:37 | |
In reply to @hexa:lossy.networknot really; that error basically means that it couldn't find anything eligible for garbage collection (and ran out of allowed memory), even after a full GC cycle, and that usually means there is a memory leak in the application | 19:36:42 | |
| vielleicht musst du die InstallPhase erweitern | 19:36:55 | |