Dadoum

Results 26 issues of Dadoum

Hello, I am making a CLI which only has subcommands, and as such I thought that is should show help when no command is given, how can I do that....

enhancement

Version tested: 0.24.0. It seems to occur in all 0.20+ (I can't get 0.25 betas to parse anything at all). DMD v2.102.1 and LDC2 v1.33.0, Linux (Fedora on x86_64). ```d...

- `ADIGetIDMSRouting`'s magic and `ADISetIDMSRouting` one are swapped. - `ADIProvisioningDestroy` is actually `ADIProvisioningSessionDestroy`.

## Description UDAs could be way more powerful if we could manipulate the element they are attached to. It would permit to get types and methods and mixin them or...

## How bug is triggered A code snipet: ```cs var index = ClangService.CreateIndex(); var trans = index.ParseTranslationUnit(objectivecfile, args, //that are actually containing "-x objective-c" null, TranslationUnitFlags.SingleFileParse); ``` ## What does...

It would be a big refactor, but will permit to not rely on the Swift's messy pkgBuild implementation

I built on Fedora Rawhide netmuxd, but I can't get it to work. Every time I plug my device, it errors and tells that the USB is busy. Output: ```bash...

[Link to the comment reporting the issue](https://github.com/Dadoum/Sideloader/discussions/28#discussioncomment-8999528)

stdc++ has been removed from macOS since a few years now and that prevents the project from compiling under macOS.

**Desktop (please provide environment info):** - OS: Fedora 40 (Linux) - IDE: Intellij IDEA 2023.3.3 - Plugin Version 1.34.1 **D compiler and tools (please provide version numbers):** - ~~dmd~~ ldc2:...

bug