Vladimir Panteleev

Results 710 comments of Vladimir Panteleev

This is a breaking change. I suggest that you write a custom helper function.

I wouldn't be opposed to it if there was considerable demand for such a feature. Otherwise, I'd like to keep the number of helper functions to the minimum required in...

Yes, this is due to a problem in the Dub package manager. See commit 363227fb3953276f0d6e1c0eb2ef7d2e0118a5e6 for details. It also describes this exact problem and a workaround.

I am OK with a workaround if Walter/Andrei are OK with the DMD PR breaking code. However, I don't think `__NewAliasThis` is a good idea. It would be better to...

Reduced it to https://issues.dlang.org/show_bug.cgi?id=22044 Fun!

Are you looking for [decodeUrlParameters](https://github.com/CyberShadow/ae/blob/904d5b6ab7a15b3ecac499ef41bb40a88fd64e1e/net/ietf/url.d#L169#L169) and [encodeUrlParameters](https://github.com/CyberShadow/ae/blob/904d5b6ab7a15b3ecac499ef41bb40a88fd64e1e/net/ietf/url.d#L140)?

> Also, does this project really have no documentation? I haven't been thorough in writing DDoc for definitions in the library's early days (as it's not something that's useful for...

Yep, good stuff, but maybe someone more familiar with writing dub configs could do it. What needs to be updated in the dub config?

@MartinNowak @Paxa I updated `dub.sdl` and now the demos and external apps using `path="..."` work, but attempting to use it without `path` downloads an old version, apparently "1.0.1" though I...

I tried setting `importPath` to `".."`, but that causes Dub to scan everything in ae's parent directory. In my filesystem I keep my other projects there, so this does not...