Sultan Al Isaiee

Results 13 comments of Sultan Al Isaiee

I can confirm this , can not build qt6 static not with qmake nor with cmake

which platform and what nim version you are running ? could it be same like this ? https://github.com/nim-lang/nimble/issues/1038

https://www.foxoman.net/dll-symbol-visibility-in-nim-hiding-nimmain

Any update on this ? or has it been done ?

Move the NimMain inside dllmain proc like this: ```nim import winim/lean proc NimMain() {.cdecl, importc.} proc DllMain(hinstDLL: HINSTANCE, fdwReason: DWORD, lpvReserved: LPVOID): BOOL {.stdcall, exportc, dynlib.} = NimMain() if fdwReason...

Did you tried https://github.com/foxoman/zed-nim

You defined this error in /internal/packet.nim file in your library, line 66: ``` if packetCache.hasKey(packetname): error("Redefining the " & packetname, body) ``` On the first start of nimsuggest, it start...

Thank you for sharing this information and the bug report to help us track it.

> I physically changed my indents.scm to this to test out. Seems to be working for me - > > > (_ "[" [@start](https://github.com/start) (block) "]" [@EnD](https://github.com/EnD)) [@indent](https://github.com/indent) > >...

Can you please test using this theme created to fully support nim https://github.com/foxoman/nebula-pulse-zed-theme let me know please