newSeq() named inconsistently?

2024-03-24 Thread ggibson
For this reason I was often confused learning nim if `init` implied I should pass a value to be initialized C-style, or if it instead actually created something for me. I know there's the existing low-level memory function of the same name, but I like the idea of a version of Nim that uses these

About a VFS library

2024-03-24 Thread scippie
If you don't specifically need a real VFS, you can always create an SQLite database with a simple table containing a filename and a blob containing the data. If you need more things like creation/modification date/time, you can add those columns too. You can even add a deleted column/flag if you

About a VFS library

2024-03-24 Thread PMunch
On Linux at least you can use [libfuse](https://github.com/PMunch/libfuse-nim/). I assume there are similar solutions for the other OSes which you can wrap in a similar way. Maybe if you find all of them it'd be a good idea to create a convenient wrapper over virtual filesystem.

Smart Hemp Gummies Canada : Can It Really Help Us

2024-03-24 Thread NormaHLind
Smart Hemp Gummies Canada : Can It Really Help Us What are Smart Hemp Gummies? Smart Hemp Gummies are a sort of dietary enhancement that contains cannabidiol (CBD), a compound got from the hemp plant. ➲➲Click Here➲Official Website➲Huge Discount These gummies are intended to offer the potential m

Serena Leafz CBD Gummies Canada: Reports Updated Check It

2024-03-24 Thread NormaHLind
Serena Leafz CBD Gummies Canada: Reports Updated Check It Serena Leafz CBD Gummies Canada are an all-normal dietary enhancement that uses cannabidiol (CBD), a hemp plant extricate, to improve its belongings. With careful meticulousness, these enjoyable gummies give the restorative advantages of

Do we have a list of breaking changes in the next major release?

2024-03-24 Thread giaco
is the latest compiler/stdlib test suite runnable with old compiler version? That might partially answer this question.