<< 07-05-2026 >>

00:12:09*beholders_eye quit (Ping timeout: 255 seconds)
02:40:46*rockcavera quit (Remote host closed the connection)
04:15:49*skippy8 joined #nim
04:22:23*deavmi quit (Quit: Eish, load shedding!)
04:30:45*oculux joined #nim
04:31:24*deavmi joined #nim
04:33:26*kick455 quit (Ping timeout: 265 seconds)
06:10:11*xet7 quit (Remote host closed the connection)
07:19:45*przmk quit (Ping timeout: 245 seconds)
07:20:44*przmk_ joined #nim
07:32:05FromDiscord<ayex> [bung87 (Bung)](https://matrix.to/#/%40bung87-59f2c890d73408ce4f7befee%3Agitter.im) saw your ide project drift πŸ™‚ - so I cloned and compiled it. unfortunately on both linux(debian) and win11 I get a "SIGSEGV\: Illegal storage access. (Attempt to read from nil?)" for drift/src/ui/icons.nim(110) loadIcons
07:32:22FromDiscord<ayex> [bung87 (Bung)](https://matrix.to/#/%40bung87-59f2c890d73408ce4f7befee%3Agitter.im) saw your ide project drift πŸ™‚ - so I cloned and compiled it. unfortunately on both linux(debian) and win11 I get a "SIGSEGV\: Illegal storage access. (Attempt to read from nil?)" for drift/src/ui/icons.nim(110) loadIcons .
07:32:45FromDiscord<ayex> [bung87 (Bung)](https://matrix.to/#/%40bung87-59f2c890d73408ce4f7befee%3Agitter.im) saw your ide project drift πŸ™‚ - so I cloned and compiled it. unfortunately on both linux(debian) and win11 I get a "SIGSEGV\: Illegal storage access. (Attempt to read from nil?)" for drift/src/ui/icons.nim(110) loadIcons . is this a known issue?
07:40:24FromDiscord<ayex> [Bung](https://matrix.to/#/%40bung87%3Amatrix.org) [bung87 (Bung)](https://matrix.to/#/%40bung87-59f2c890d73408ce4f7befee%3Agitter.im) saw your ide project drift πŸ™‚ - so I cloned and compiled it. unfortunately on both linux(debian) and win11 I get a "SIGSEGV\: Illegal storage access. (Attempt to read from nil?)" for drift/src/ui/icons.nim(110) loadIcons . is this a known issue? the last id I can echo out before the SIGSEGV is drift\_icons/
07:40:55FromDiscord<ayex> ah nvm it seems to be known in issue 2 already πŸ™‚
08:06:21*SchweinDeBurg quit (Quit: WeeChat 4.8.0-dev)
08:19:14*beholders_eye joined #nim
08:19:29*skippy8 quit (Quit: WeeChat 4.8.1)
08:52:57FromDiscord<bung8954> In reply to @ayex "[Bung](https://matrix.to/#/%40bung87%3Amatrix.org) ": yeah, known issue, I only added macos support
08:59:24FromDiscord<bung8954> https://github.com/nim-community/nsheep is stable now, use combinate with `slim` , deploy to your host, CI all green now.
08:59:33FromDiscord<ayex> thanks for the feedback. when using the proposed pr code for icons.nim it starts (and pretty fast too πŸ™‚ ) but of course without icons.
09:00:31FromDiscord<ayex> the first iiFile.png is created though and looks like a legit png icon πŸ€”
09:01:14FromDiscord<bung8954> In reply to @ayex "thanks for the feedback.": yeah, can just skip the image part, startup fast, low memory usage. well that's uirelays adventage.
09:02:47FromDiscord<bung8954> In reply to @ayex "the first iiFile.png is": I can't remenber clearly, possiblely my pr is about render image on edit area.
09:04:57FromDiscord<bung8954> ideally, agentic cli + drift for daily usage.
09:24:27*SchweinDeBurg joined #nim
10:06:47*syl quit (Quit: C-x C-c)
10:08:11FromDiscord<ayex> well, the llm-stuff is not for me, but having a native ide with quick startup time, editable in nim (for plugins and/or adjustments)↡↡does sound attractive πŸ™‚
10:08:23FromDiscord<ayex> well, the llm-stuff is not for me, but having a native ide with quick startup time, editable in nim (for plugins and/or adjustments) does sound attractive πŸ™‚
10:12:40FromDiscord<mratsim> In reply to @meyrakle "how can i use": params get a suffix p0, p1, p2
10:13:45FromDiscord<mratsim> In reply to @meyrakle "how can i use": {.emit: ["return new SeineToplevel(", params, ");"].}
10:13:49*syl joined #nim
10:13:51FromDiscord<mratsim> (edit) "{.emit:" => "`{.emit:" | "");"].}" => "");"].}`"
10:27:23*hygo quit (Quit: WeeChat 4.7.1)
10:28:16*hygo joined #nim
12:07:59*The_Camel left #nim (Leaving)
12:30:11*beholder1 joined #nim
12:33:53*beholders_eye quit (Ping timeout: 265 seconds)
13:59:54*beholder1 quit (Ping timeout: 265 seconds)
14:01:24*beholders_eye joined #nim
18:31:05*beholders_eye quit (Ping timeout: 272 seconds)
18:33:55*oculux quit (Ping timeout: 264 seconds)
19:12:19FromDiscord<crochubourbier> hey, does anybody know why case statement macros don't work on enum types ? is it because it would remove the exhaustiveness check ?
19:15:33FromDiscord<crochubourbier> because I dont see the problem if you accept only your custom enum type, you could handle the checking yourself for this specific type and the default behavior will still happen on any other enum
19:15:58FromDiscord<crochubourbier> (edit) "will" => "would" | "on" => "with" | "still happenwithany other enum ... " added "type"
19:43:55shanoaiceWhat will happen if a thread spawned by std/typedthreads throws an uncaught Error? Will joinThread(s) relay the error when it is called?
20:38:38*skippy8 joined #nim