-
From https://github.com/vpinball/vpinball/issues/81 :
"I use single screen in portait, so I need to rotate DMD to get it right. When I set ROL=1, DMD is just black. with ROL=0 it works normally. Sa…
-
Generate Coverage report
---------------------
This should nearly at the end as it messes up the build repositories. It should be something similar to:
```
stage ('Test coverage') {
def re…
-
While digging into https://gitlab.com/tanna.dev/dependency-management-data/-/issues/599 I noticed that DMD, which uses Ecosyste.ms doesn't detect Buidlkite plugins.
> [!NOTE]
> Buildkite plugins a…
-
Had a painting cause this error and all subsequent paintings weren't downloaded
I think it's this url
https://images.saatchiart.com/saatchi/1813272/art/9253349/8316469-ZYPIWMVO-7.jpg
[Error : …
-
The Vim plugin syntastic have support for D by checking the compile errors from DMD.
A problem though for syntastic/D is that the import paths for DMD are often wrong. So the error messages are often…
-
Issue reported here since April, and not resolved:
https://issues.dlang.org/show_bug.cgi?id=18786
-
PS C:\Projects\d\foo> .\binaries\dvm.exe -v install 2.068.2
Fetching:
source: http://downloads.dlang.org/releases/2.x/2.068.2/dmd.2.068.2.windows.zip
destination: C:/Users/jonasd/AppData/Roami…
-
I work on debian, dmd.
How to compile gtkd apps? which command line should I use?
-
I see a crash trying to compile this code (already minified by dustmite):
```d
import std;
struct notrace {}
struct string_tracetail {
string value;
alias value this;
}
class ReactorFi…
yanok updated
1 month ago
-
## Description
When using the `SendSmtpEmail` class from Spidermon, even though the email is sent successfully, an error is thrown by the Twisted framework. I followed the syntax from the latest Spid…