ae
ae copied to clipboard
An auxiliary general-purpose D library
https://github.com/CyberShadow/ae/blob/3a2ec9456c1a6568b2ef9fa909c5f29cd1b0d829/dub.sdl#L13 This causes issues when building an application that depends on `ae` from Nix: the `ae` library will have been added to the Nix store (`/nix/store/…`) but because of the...
…ation This is needed for [dmd#8378](https://github.com/dlang/dmd/pull/8378). The new alias this implemetation fixes 5973 issue and your fix becomes erroneous. `__NewAliasThis` is a temporary version which is needed to transition from...
I'm not sure what the problem is, but whenever I build with -release mode, and use `ae` as a dependency, it's failing to link with a slew of symbols in...
It seems this package can parse a URL, but cannot parse a query string into a map, or vice versa. Is that correct?
Now that dub-0.9.25 will be compatible with packages used as gitsubmodules, it's time to update the dub config and tag a new release :). https://github.com/D-Programming-Language/dub/pull/735
http://forum.dlang.org/post/[email protected]
In utils there's a lot of cool stuff, like funopt. How about separating it as an own dub package? It doesn't seem so related to the other bits. The advantage...
Is it there a list of TODOs, simple issues, or an initial suggestion for contributing? I'd like to familiarize with D, and at the same time make WA 4 come...
So I've been an `ae.utils.graphics` user and I don't have much complaints. I know it is a breaking change and not very important, but `.w` and `.h` look a tiny...