Danol (Daniel Čejchan)

Results 10 issues of Danol (Daniel Čejchan)

Got some small problems when trying to compile in C++20 mode, this fixes it

Hello, I tried building my solution with dsfml with --build=profile and I get: ``` C:\Users\Danol\AppData\Local\dub\packages\dsfml-2.1.1\dsfml\.dub\build\library-profile-windows-x86-dmd_2085-D8B7F0BCC7995ABC827E66BD8FAB8606\dsfml_graphics.lib(blendmode) Offset FFEDAH Record Type 0091 Error 1: Previous Definition Different : __D5dsfml8graphics9blendmode12__ModuleInfoZ ``` Any ideas...

There is a bug in the sfImage copyImage function: top & left source rect coordinates are swapped.

It would be nice if the import suggestion also suggested modules that public import given module and those who public import that module with public import etc.

enhancement

The title says pretty much everything. VS Code provides ability to fold based on indentation level, but it would be handy if we could fold/unfold function bodies regardless of level.

enhancement

There seems to be support for this in the VS Code (Rename symbols in all files), but this doesn't seem to work in D files.

enhancement

### Bug description Seems like the `extends` syntax doesn't accept interface `type` aliases. ### Steps to reproduce ``` interface IDFOutputT {} type IDFNumberOutput = IDFOutputT; class DFNumberValue implements IDFNumberOutput {}...

bug

**Describe the issue** Seems like for bit operations with integers, Parsify is only considering the first 32 bits. ``` bin(3948416048575232) // "0b1110000001110001000001000000000000000011001100000000" bin(3940650747704064) // "0b1110000000000000000001000000000000000011001100000000" bin(3948416048575232 & 3940650747704064) // "0b1000000000000000011001100000000"...

bug

It's maybe a third day I cannot load http://enet.bespin.org/.