P. Mitana
P. Mitana
The errors for some reason are not present when building the botan itself, but I see them when I try to build a project using it. Fedora 36 + DMD...
Botan fails to build with DMD 2.084. ``` Performing "debug" build using /usr/bin/dmd for x86_64. botan-math 1.0.3: target for configuration "regular" is up to date. memutils 0.4.11: target for configuration...
Hello, I found a little hole in vibe.web.auth: imagine a situation, where I want everyone to be able to access the endpoint, but still want to *know*, whether this is...
Stack trace: ``` core.exception.ArraySliceError@../../../.dub/packages/vibe-d-0.9.5-beta.2/vibe-d/data/vibe/data/bson.d(443): slice [4 .. 18446744072697260404] extends past source array of length 8 ---------------- ??:? _d_arraybounds_slicep [0xeeef65] ../../../.dub/packages/vibe-d-0.9.5-beta.2/vibe-d/data/vibe/data/bson.d:443 const @property @safe std.datetime.systime.SysTime vibe.data.bson.Bson.get!(std.datetime.systime.SysTime).get() [0xb9dea8] ```
I need to support long GET queries in my application (I'm implementing a service that generates images based on the GET parameters to be embedded in Markdown file). However, above...
Let's assume we have collection with the following data: ``` {text: "a", number: 1} {text: "a", number: 2} {text: "b", number: 1} {text: "b", number: 2} ``` We want to...
For some time I haven't been looking into project structure. Finally I did:  The `.idea/libraries` directory contained whopping 14,257 items!!! Over time, DUB's dependencies are added over and over...
Let's assume the following structure: ``` project |- dub.json |- module | |- res | |- str | | |- i18n | |- dub.json ``` project/dub.json: ``` { "name": "project",...
Hello, I have noticed a nasty regression. Every time I add a newline, the IDE freezes for a second or two. It is very irritating. The bug was not present...
### Description of the feature With the iPhone X having started a new trend (it may be arguable, but still is a fact), more devices will probably follow the path...