The power of a good standard library

2024-02-07 Thread xioren
The import statement from a project I am currently working on: import std/[asyncdispatch, asyncfile, asyncnet, base64, httpcore, logging, math, monotimes, os, strformat, strutils, terminal, times] Run Now imagine having to go find and manage third party dependencies fo

Template default parameters question

2024-02-07 Thread DMisener
Thanks ... Very nice improvement. Using a macro to work around _trailing block parameter_ messing with other template parameter defaulting is clever. Since template parameter defaulting works fine when no trailing block parameter is specified... effectively hiding that parameter from the compil

Chame 0.14.0 released

2024-02-07 Thread nrk
[Chame](https://git.sr.ht/~bptato/chame) 0.14.0 has been released. Quick ([re](https://forum.nim-lang.org/t/10367#69029)-)introduction: Chame is an HTML5 parser (implementing the WHATWG standard used by modern web browsers) that exposes low-level hooks for operating on user-provided DOM impleme

Tooling update: new version of the nimlangserver and the vscode extension

2024-02-07 Thread giaco
sure! Thanks, as suggested, I've prepared a new issue here

Tooling update: new version of the nimlangserver and the vscode extension

2024-02-07 Thread BLeAmz
It happens that there're nimsuggest processes for each Nim file I open, even though I've set nim.project to only one file, such as: ["src/main.nim"], is it the expected behavior?

How do I get the process ID of the current program?

2024-02-07 Thread dilair910
Thank you for share with us.

Tooling update: new version of the nimlangserver and the vscode extension

2024-02-07 Thread nickysn
Hi, @giaco. Can you check that your nimlangserver is the new version (running "nimlangserver -v" from the command line should print the version, if it's the new version), and that it's the only nimlangserver binary and it's in the PATH? If you're sure it's the new version, please file a bug repo

Tiger Woods CBD Gummies Scam OR Legit Exposed 2024? Where To Buy?

2024-02-07 Thread DinnQueen
> ✔️ Where to Get Bottle Online : > Tiger Woods CBD Gummies: To draw close how Tiger Woods CBD Gummiesoperates inside the frame, it is essential to discover its proposed mechanisms of motion. This phase will elucidate how the ingredients i

Unreachable code is reached

2024-02-07 Thread PMunch
There's not really an open/closed system on this forum. Just leave it like it is.

Unreachable code is reached

2024-02-07 Thread ninovanhooff
It was something else entirely. There are multiple LevelObjectEntity's to load, some of which have a gid. That's the whole reason why gid is an Option[unint32]. So for some calls to loadGid, the code would indeed return early, while for others it would run completely. The breakpoint hit for tho