ryuukk

Results 93 comments of ryuukk

I don't think that's needed, there is no point adding more code there only just to satisfy the need of a 3rd party library, they should maintain that code

D added support for that in master, should be merged before next version ![image](https://user-images.githubusercontent.com/44361234/229380887-9bc54cbe-462a-487c-8743-ece3cceef925.png) cc @WebFreak001 https://github.com/dlang/dmd/pull/15030

I have a version without changing the function arguments, isntead i just have a new field in the Context I also have some basic mouse functionality That's in D, it's...

for newest blender version, there is now a new project: https://github.com/haz00/blender-g3d-exporter

It may be a problem with sublime text, i'll try to reproduce the freeze again and check sublime's log And i'll try with vscode as well

Code is not very complex, i got a freeze right now, while i was typing at line: 303 ![image](https://github.com/Pure-D/serve-d/assets/44361234/50ca7daa-5087-44d0-b9fb-51dde8e4af34) Notice the syntax check is also frozen I checked in the...

I don't think it's slow, i left it for few minutes and still no response, main thread definitely is frozen and stuck on libdparse code

It froze again with your commit.. i suspect problem might be in workspace-d In this while loop: https://github.com/Pure-D/serve-d/blob/a5929bbb8c24995202ca14754b8de294c9c1d49e/workspace-d/source/workspaced/com/dcdext.d#L2188-L2272 That's at least where the debugger says it stopped at ``` serve-d.exe;;7FF6BD93BDEC...

I disabled syntax check with: ``"d.enableLinting" : false,`` and it no longer seems to freeze, so that's definitely something in that loop that is stuck in endless loop I'll try...

I found the part of my code that trigger the freeze, i'll try to reduce the code so i can share it (can't share the whole thing since it's private)