Elias Batek
Elias Batek
**I'm submitting a bug report** * **Library Version:** [email protected] (according to `npm list`) **Please tell us about your environment:** * **Operating System:** Windows 10 * **Node Version:** 6.9.4 * **NPM...
*I'm aware that this idea is pretty controversial.* I think it would be better, if `D-Scanner` & co pinned the `libdparse` dependency to one specific version instead of `~>`. I...
```d if (sth) { this._foo = bar; /+ my: comment +/ if (sthElse) { bar = foo; } /+ another: comment +/ else if (thingy2) { this._foobar = barFoo; }...
I incidentally managed to write some code that would actually look good after applying `dfmt` :slightly_smiling_face: Well, then I extended it... #### 3 conditions - totally fine ```d bool someFunction()...
``` serve-d v0.7.4 with workspace-d v3.7.0 Included features: "d", "workspaces" Built: Sat May 21 23:05:29 2022 with compiler LDC v2.99 on linux littleEndian dub, dfmt and dscanner are bundled within...
Suggest variable names based on type ```d this(const Config · ) ``` suggest: `config`
Currently there’s no completion for keywords like `continue`, `immutable`, `if`, `else` etc.
It would be pretty cool to have auto-imports (import suggestions). Means e.g. ```d void main() { auto f = new File| } ``` Intellisense would now suggest `File` from `std.stdio`...
https://code.dlang.org/packages/vibe-d%3Ahttp The said page ends with line 269: ```html Line 268: Line 269: ```
Unfortunately this library doesn’t work with recent D compilers. In my case it’s the following error message: ``` /home/elias/.dub/packages/concepts-0.0.8/concepts/source/concepts/implements.d-mixin-27(39,32): Error: `;` expected /home/elias/.dub/packages/concepts-0.0.8/concepts/source/concepts/implements.d-mixin-27(39,33): Error: declaration expected, not `(` ../../source/oceandrift/db/dbal/driver.d(230,33): Error:...