| 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:05 | FromDiscord | <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:22 | FromDiscord | <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:45 | FromDiscord | <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:24 | FromDiscord | <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:55 | FromDiscord | <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:57 | FromDiscord | <bung8954> In reply to @ayex "[Bung](https://matrix.to/#/%40bung87%3Amatrix.org) ": yeah, known issue, I only added macos support |
| 08:59:24 | FromDiscord | <bung8954> https://github.com/nim-community/nsheep is stable now, use combinate with `slim` , deploy to your host, CI all green now. |
| 08:59:33 | FromDiscord | <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:31 | FromDiscord | <ayex> the first iiFile.png is created though and looks like a legit png icon π€ |
| 09:01:14 | FromDiscord | <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:47 | FromDiscord | <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:57 | FromDiscord | <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:11 | FromDiscord | <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:23 | FromDiscord | <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:40 | FromDiscord | <mratsim> In reply to @meyrakle "how can i use": params get a suffix p0, p1, p2 |
| 10:13:45 | FromDiscord | <mratsim> In reply to @meyrakle "how can i use": {.emit: ["return new SeineToplevel(", params, ");"].} |
| 10:13:49 | * | syl joined #nim |
| 10:13:51 | FromDiscord | <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:19 | FromDiscord | <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:33 | FromDiscord | <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:58 | FromDiscord | <crochubourbier> (edit) "will" => "would" | "on" => "with" | "still happenwithany other enum ... " added "type" |
| 19:43:55 | shanoaice | What 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 |