Adam D. Ruppe
Adam D. Ruppe
I ran this on the chromium embedded framework. It has functions like this: int(CEF_CALLBACK* move_to_next_attribute)(struct _cef_xml_reader_t* self); Inside the extern(C) block. Which is OK on Linux, but on Windows, that...
The man page lists "XSuspender won’t work with Wayland." as a bug, but the real bug is anyone using Wayland, so this should be recategorized as a feature.
I've never used it myself but user complained dcd can't auto-complete dom.d in arsd-official. It probably doesn't scan the directory or import the dub things correctly.
``` $ dscanner --ast @test void foo(); test foo void ``` Yet: ``` $ dscanner --ast @test: void foo(); test foo void ``` Notice that the first one has the...
For at least the last several days, the stats for several packages have not changed at all, including vibe-d. For the score, it lists # of open issues. It says...
https://code.dlang.org/?sort=score&category=&skip=0&limit=26 click on the score there and it has https://code.dlang.org/develop#package-scoring which redirects to https://dub.pm/commandline#package-scoring which doesn't have the relevant info
D requires* a runtime library. In the gcc tree, I believe there's a libphobos directory that can just get the usual ./configure, make treatment, then included the compiled static library...
if you do one or the other it works, but both don't, i know i had it work at some point but not sure why not now, maybe it needs...
it doesn't scroll back up when the final line is deleted, it just leaves space at bottom of the window