Arun
Arun
@aleks-f @obiltschnig here is my first attempt to address #3277 Please take a look and let me know. I'm not sure if this should go to master or devel branch...
@aleks-f I'm not sure about the cancelled tests.
I think that this PR needs to be even more accurate. C++ has only `const` and `volatile` (which is a different subject) as qualifiers for function parameters. D improves over...
With 0.8.2, I find that even with multiple worker threads, only one thread is always active. This could be the reason why vibe.d performance poor. ```d import core.thread; import vibe.d;...
@dan0mau It appears that chrome multiplexes the connection. siege works fine though. See https://forum.dlang.org/post/[email protected]
Just to clarify it would be nice to have this not only for structs, but also for other "field holders" as well (packages, classes, enums, function local variables, etc). Regarding...
ping @stefan-koch-sociomantic
ping @UplinkCoder @stefan-koch-sociomantic It would be nice to have.
@rahmanusta Yes, it is reproducible on Windows 10. It works fine on MacOS though.
Uninstalling and reinstalling 1.7.0 fixes this issue. This could be an issue with the upgrade from 1.6.8 to 1.7.0.