Samael
Samael
Fedora 29 cmake 3.12.1 cmake runs fine with `cmake -DCMAKE_BUILD_TYPE=Release -DAVP_BUILD_TYPE=DESKTOP ..` but then when I run make it has an issue with the include for libraries that are part...
as per https://github.com/buggins/ddbc/pull/92#issuecomment-770203976 I think it's worth having the project split into sub packages, so there's something like: ddbc:core ddbc:drivers ddbc:pods (or perhaps ddbc:uda?) initially just so that the pod...
during ODBC testing a created a table with some columns as NVARCHAR but the driver didn't recognise the type so I had to resort to using VARCHAR to get things...
title says it all. I've changed from an employer that uses MS-SQL to an employer that uses Oracle. I'd really like to get D into the workplace but would need...
for some time I've found dunit unusable. with my current dmd install (2.080.1) on Windows I can't run `dub test` with dunit in my project as it causes a linker...
I have _.po_ files in a project which had worked for years but noticed today that at some point the internationalisation has stopped working. This was also a problem back...
I was doing some testing recently and typed `pragma(msg, "A pragma statement")`. Interestingly I got an auto-complete option for _pragma_ whilst typing the string "A pragma statement". DCD should have...
I have a dcd.conf with `/usr/include/dmd/druntime/import` and `/usr/include/dmd/phobos` so starting dcd-server with simply `dcd-server` is enough to get going. When it comes to integrating DCD into an IDE however it's...
IDE-Version: Intellij IDEA CE 2022.2 Java-version: 17.0.3 OS: Linux D Language: 1.28.2 ``` java.lang.StringIndexOutOfBoundsException: begin 1, end -1, length 14 at java.lang.String.checkBoundsBeginEnd(String.java:4604) at java.lang.String.substring(String.java:2707) at uk.co.cwspencer.gdb.gdbmi.GdbMiParser2.parseNotifyLine(GdbMiParser2.java:646) at uk.co.cwspencer.gdb.gdbmi.GdbMiParser2.parseLine(GdbMiParser2.java:604) at uk.co.cwspencer.gdb.gdbmi.GdbMiParser2.process(GdbMiParser2.java:496)...