Elias Batek

Results 95 comments of Elias Batek

What does that mean in practice? ```patch { static if (scanProcedure != ScanProcedure.borderRightOnly && scanProcedure != ScanProcedure.cornerBottomRightOnly - && scanProcedure != ScanProcedure.cornerTopRightOnly) + && scanProcedure != ScanProcedure.cornerTopRightOnly + && scanProcedure...

Workaround: getting rid of the `gdc` binary in $PATH makes it work apparently

> I don't think missing executables of dmd and dub can be fixed here The respective error messages should probably get improved and tell the user what to do. >...

Given the numerous possibilities for typos in e.g. `continue` or `immutable` completion for those would come in really handy.

```sdl name "test" targetType "none" subPackage { name "mycode" sourcePaths "source" importPaths "source" targetType "executable" } dependency ":mycode" version="*" ``` `dub build`s fine, makes serve-d error though ``` Dub Error:...

stacktrace on latest commit: ``` Dub Error: No configuration available 2022-06-06T02:23:17.657 [error] extension.d:793:delayedProjectActivation Exception starting dub: object.Exception@workspace-d/source/workspaced/com/dub.d(246): Cannot use dub with invalid configuration ---------------- ??:? ??:? ??:? workspace-d/source/workspaced/com/dub.d:246 source/served/extension.d:782 source/served/extension.d:694...

Seems like it's caused by `line-height: normal` ## CSS edit ![#344-quickfix; css editor; disable: line-height:normal](https://user-images.githubusercontent.com/15967408/40315744-83c2f8ee-5d1c-11e8-8cd0-71d400cedd96.png) ## Preview ![quickfix works](https://user-images.githubusercontent.com/15967408/40315871-e08e4916-5d1c-11e8-90bf-64dd6a289954.png)

This problems also occurs on the `arsd-official:cgi` page: https://code.dlang.org/packages/arsd-official%3Acgi

I would prefer to use an array for this, too. Another advantage of dub using the SPDX list would be support of many more licenses. It would even allow to...

Apart from this I’ve had a great experience and pretty much fun using Dagon. Everything else worked out of the box so far. Kudos for how easy it is to...