Marcel Körtgen

Results 49 comments of Marcel Körtgen

There has not been much activity on this issue over the last 3 years. At least for me self-hosting devdocs is not relevant anymore so i would close this

I just tested the Dockerfile sample from above and it does not seem to work as the installation of zero seems to need `make, g++, ...` I am not exactly...

@asadm Woah, awesome! I see how the yarn commit would fix the issue. Just updated to 1.0.15 and i can confirm that zero now works flawlessly on windows. Thx a...

@asadm i think g++ takes the lion share here

Great work! I guess, since node-gyp relies on an effective build chain (gcc), it won't probably get much better than this. The best reference i could find is https://github.com/nodejs/docker-node/issues/282 However,...

I would love testkube to discover tests/suites from other namespaces as well. One use case for us is that we like to use namespaces for isolating deployment environments (such as...

Hi @Sensei6x9 , I can see duplicate enum values for DollarSign in `IconChar.cs` as well as in the Professional-icons (DuoTone, ProIcons), cf.: - https://github.com/awesome-inc/FontAwesome.Sharp/search?q=DollarSign `FloppyDisk` only found once in code....

I can confirm this reproducing it using VS2022 / WinForms net6-windows and the latest NuGet package Lots of duplicate all through the collection ![image](https://user-images.githubusercontent.com/7235760/184105434-73f895fa-0cb9-4c75-84d3-ae098c54b8de.png)

Added a unit test reproducing the error. In fact `Enum.GetValues(...). -> ToString()` may produce lots of duplicates.

Hi @Sensei6x9 , No problem, thanks for bringing this to my attention. The bug is fixed, yet for the next release I wanted to compile some other fixes as well....