andre2007

Results 150 comments of andre2007

I don't know wheter this helps you: you can rename application ```dub``` to a new file name. Create a file ```dub``` in the same directory which is a bash script...

Using DLS in combination with the specific IntelliJ D Language plugin causes an issue at the moment. See here https://github.com/gtache/intellij-lsp/issues/54

Just as information. LSP works now very well together with DLS. I had to set the initialization timeout to e.g. 60 seconds. Also I installed LSP version v1.5.2 manually via...

Also ldc is showing the location of the config file https://github.com/ldc-developers/ldc/issues/3116

Hello @ikod Yes, I assume this is the difficult part. Adam also has Websockets in his implementation (based on his own http implementation instead of curl). https://www.github.com/adamdruppe/arsd/tree/master/http2.d Maybe you can...

Also d-unit (https://code.dlang.org/packages/d-unit) is quite interesting here. It is very similar to JUnit (Java) and also has as JUnit compatible XML output. It has also means to just list the...

I did some more tests. It seems just the default port of dcd-server 9166 is blocked by the firewall. One port lower or higher works without problem. Therefore if you...

Also my vote goes for YAML. It is well known in the industry. Although there should be no need to edit the settings file manually but dub should be capable...

In your example you do not use exact versions but `~>`. Therefore there might be a new package version available. As there is no upgrade command for single file dub...

I thought I saw in the dub coding s.th. like a 24 hours logic. I should not check if last server call was made within last 24 hours. But if...