Samael
Samael
The error is weird as there's no column called Test, I suspect it's simply a misleading error and that the cause of the problem is that `user` is a reserved...
DECIMAL can be various types depending on the precision that was used: Precision | Storage bytes -- | -- 1 – 9 | 5 10-19 | 9 20-28 | 13...
I'm going to see about getting this tested with Oracle, maybe as part of CI. Oracle provide images (4.765GB) on https://container-registry.oracle.com that can be used for testing but it will...
@chubbard any chance of getting new release on maven central soon?
Gradle 4.1 is now available with support for Java 9 modules and Java 9 itself should be released next month. Could this issue get picked up again
seems to be a Windows problem. I basically generated a new project using dub then dumped the source from [example.d](https://raw.githubusercontent.com/nomad-software/dunit/master/source/example.d) into the project (also changed an assert to make a...
ok, I've just done pretty much same on Windows (the problem I had before was that there was no main method in the project). Still though the output of `dub...
essentially yeah, not so much that it looks nice. More that it's consistent and useful. eg; if running `dub test` had output something like stated in the readme: ``` +----------------------------------------------------------------------...
on that basis perhaps `org.jetbrains.intellij.sdk` would be a better name
> What's the point in removing it? 3DNow was deprecated over a decade ago. Supporting hardware that far back as well as current systems isn't likely to be maintainable so...