Dadoum

Results 26 issues of Dadoum

Fixes #244 and #409 ## Summary: This PR allows the modded roles to make use of the binds of the game ## Known issues: - Portal maker and Hunter admin...

✨ enhancement

I was myself making an AltServer for Linux when I saw yours. Mine was incomplete but I managed to generate Anisette on Linux in a lighter and more efficient way...

In the [GTK 3 documentation](https://developer.gnome.org/gtk3/stable/GtkStyle.html), the Style struct is defined: ```c typedef struct { GdkColor fg[5]; GdkColor bg[5]; GdkColor light[5]; GdkColor dark[5]; GdkColor mid[5]; GdkColor text[5]; GdkColor base[5]; GdkColor text_aa[5];...

Hey, thanks for your work! However, I can't get `botan.cert.x509.x509self` to work. When imported, the D compiler is complaining: ``` ../../.dub/packages/botan-1.13.4/botan/source/botan/cert/x509/crl_ent.d(27,18): Error: template instance `RefCounted!CRLEntryImpl` template `RefCounted` is not defined...

```d import ldc.attributes; import ldc.llvmasm; void test(void* del) @naked { __asm("jmp *$0", "{rax}", del); } ``` This causes LDC to output a stacktrace without writing any readable error.

A-ice-on-invalid

In GDC, I can use `@attribute("sysv_abi")` to force the function to follow the Sys V calling convention. In LDC, I tried to use `@llvmAttr("sysv_abi")`, but it didn't change the calling...

It has briefly been discussed [here](https://github.com/ikod/dlang-requests/issues/10) a while ago, but I bring back the idea. The thing is that vibe-d is quite big, and I would like to avoid having...