matkuki
matkuki
I have a different problem: ``` C:\...\nim_builder_d\libzip_all.c.o:libzip_all.c:(.text+0x117): undefined reference to `zError' C:\...\nim_builder_d\libzip_all.c.o:libzip_all.c:(.text+0x2dcb): undefined reference to `crc32' C:\...\nim_builder_d\libzip_all.c.o:libzip_all.c:(.text+0x2e71): undefined reference to `deflateInit2_' C:\...\nim_builder_d\libzip_all.c.o:libzip_all.c:(.text+0x2f1c): undefined reference to `deflateEnd' C:\...\nim_builder_d\libzip_all.c.o:libzip_all.c:(.text+0x2f8a): undefined reference to...
Here is the same problem with `Nim 2 RC1`: ``` C:\>choosenim update devel Updating devel Info: Using the 'GITHUB_TOKEN' environment variable for GitHub API Token. Downloading Nim latest-devel from GitHub...
Hey @daniel-j > It happened to me the other day too on Windows, I think when trying to upgrade to 1.6.12. Deleted everything choosenim and nimble related and reinstalled, and...
@ftsf Will this be merged? I'm really looking forward to this!
- [ ] Trees / TreeWidget - [ ] Code editor - [ ] Color picker - [ ] Popup message dialog (modal)
@elcritch I have to be honest here, most of my experience with `GUI` design is with libraries `Qt` and `IUP`, so please keep this caveat in mind when reading my...
Adding the `lib/core` and `lib/system` to the `nimscript` search path fixes almost all except these 4 errors: ``` C:\Users\matic\.choosenim\toolchains\nim-1.6.8\lib\core\macros.nim(1168, 49) template/generic instantiation of `$` from here C:\Users\matic\.choosenim\toolchains\nim-1.6.8\lib\system\dollars.nim(145, 21) template/generic instantiation...
@BoshenGuan Can you give more details on how to fix `ISSUE-2`? I'm getting lots of missing events with moving large numbers of items into a directory. P.S.: Found it: https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-readdirectorychangesw#remarks
@BoshenGuan I still don't know how to handle a `nbytes == 0` situation. I have tried increasing the `BUFFER_SIZE`, it makes it a bit more consistant, but still there are...
Here is a very detailed answer of why there is no escaping missing events: https://stackoverflow.com/a/49888600/2603918