Mike Bierlee
Mike Bierlee
When committing code from within the IDE, the IDE will freeze during the "Performing Code Analysis" step. A hard kill and restart is required, cancel will do nothing. I don't...
```bash core.exception.AssertError@source\hunt\framework\util\uninode\Core.d(551): unittest failure ---------------- 0x0000000140318F32 in d_unittestp 0x000000014024E329 in hunt.framework.util.uninode.Core.UniNodeImpl!(hunt.framework.util.uninode.Core.UniNode).UniNodeImpl.__unittest_L537_C11_1 at D:\Temp\hunt-framework\source\hunt\framework\util\uninode\Core.d(551) 0x0000000140254622 in void hunt.framework.util.uninode.Core.__modtest() 0x000000014061F2F9 in int core.runtime.runModuleUnitTests().__foreachbody2(object.ModuleInfo*) 0x00000001403C75E7 in int object.ModuleInfo.opApply(scope int delegate(object.ModuleInfo*)).__lambda2(immutable(object.ModuleInfo*)) 0x00000001405F8484 in int...
``` \dub\packages\collie-0.10.16\collie\source\collie\channel\pipeline.d(185,9): Deprecation: front ? _ctxs = addBefore(_ctxs, ctx) : _ctxs must be surrounded by parentheses when next to operator ~= \dub\packages\collie-0.10.16\collie\source\collie\channel\pipeline.d(188,13): Deprecation: front ? _inCtxs = addBefore(_inCtxs, ctx) :...
In https://github.com/Dav1dde/gl3n/blob/a010ceac612072ee5e945be75c577af630ed0674/gl3n/linalg.d#L2097-L2108 It is stated that the inverse of a quaternion is the same as its conjugate. This is not correct. The conjugate is what it is doing now, the...
### Discussed in https://github.com/mbierlee/poodinis/discussions/44 Originally posted by **vnayar** November 3, 2023 For context, when autowiring an instance that has already been pre-defined, the system avoids `@Autowire` for values that have...
When trying to compile the protobuf files from [Stability-AI](https://github.com/Stability-AI/api-interfaces/tree/main/src/proto) I get the following error: > project.proto: is a proto3 file that contains optional fields, but code generator protoc-gen-d hasn't been...
When including SCOD into DUB's template project (`dub init`), I get a linking error when running `dub run -b ddox`: ``` --------------------------- Unexpected OPTLINK Termination at EIP=0040F60A --------------------------- EAX=051E0000 EBX=00438C70...