<< 18-01-2025 >>

00:25:10FromDiscord<Robyn [She/Her]> ~~Never~~
00:49:07*GnuYawk67 quit (Quit: The Lounge - https://thelounge.chat)
00:49:37*GnuYawk67 joined #nim
02:03:09FromDiscord<takemichihanagaki3129> From [Learn X in Y minutes](https://learnxinyminutes.com/nim/), is this a valid Nim code?↵Or it was at some time... https://media.discordapp.net/attachments/371759389889003532/1329994459332739174/image.png?ex=678c5d5d&is=678b0bdd&hm=254f19a0b7d232d86f8e1452e8360ee5ec9071fc76ed0bb5df31d060a0b079f0&
02:03:18FromDiscord<takemichihanagaki3129> (edit) "time..." => "time ago?"
02:11:57strogon14Why don't you ask the compiler? Do you have an actual error?
02:12:57FromDiscord<takemichihanagaki3129> In reply to @strogon14 "Why don't you ask": This is what I'm getting...↵I always use `newHouse` procs to initiate it. https://media.discordapp.net/attachments/371759389889003532/1329996924736114810/image.png?ex=678c5fa9&is=678b0e29&hm=5eac0ec1885ffdabdaf668133ac5461b91ba058c3425a82b458adca31b6619b7&
02:18:48FromDiscord<spotlightkid> drop the parentheses after `Room` in `new Room`.
02:23:02FromDiscord<takemichihanagaki3129> In reply to @spotlightkid "drop the parentheses after": Ohhh, thank you a lot!
03:36:57FromDiscord<xtrayambak> In reply to @takemichihanagaki3129 "Ohhh, thank you a": You could also just do `Room()`
03:40:04FromDiscord<xtrayambak> In reply to @justunknown666 "hi guys , i'm": Welcome :^)↵↵Basically any editor that supports LSP can be used to write Nim - I personally use Neovim with the [nim.nvim](https://github.com/alaviss/nim.nvim) plugin. You just need to install nimlsp (imo it's better than the official nimlangserver) and install the Nim extension from the VSC marketplace
04:07:27FromDiscord<lainlaylie> https://github.com/nim-lang/Nim/pull/24620
04:08:15FromDiscord<lainlaylie> what a shame, now the authors of libraries i use will never fix them and I'll be stuck with the warning spam↵(i like the feature)
04:45:28FromDiscord<janakali> @lainlaylie I believe you can turn this on per module, at least that's how it works now with `{.experimental: "strictDefs".}`