Aphexus

Results 47 issues of Aphexus

Recently I upgraded Visual Studio 2022 to latest(I didn't upgrade for several months) and upgraded VisualD too (everything to latest). Ever since I've been having major issues. 1. I cannot...

Seriously, I would expect that some of the weights were trashed to limit performance.

I typically have all the labels off on the taskbar in Win11 for programs. I just like to see icons. I've been having everything groups. I just let Win11 update...

I've been playing around with the code to try to improve recognizing books. These are issues I've noticed: 1. Sometimes two or more books are grouped. This seems to be...

It shouldn't be too hard to extend it to be able to scan covers and bar codes and then keep a list. There are some book cataloging programs out there...

I have a custom class that is virtually identical to the following: class X { // add toData/fromData} class Y(T) : X { T Data; this(T d) { Data =...

I added some named tuples and orange gives errors related to it: ..\Libraries\Orange\serialization\Serializer.d-mixin-2017(2017): Error: expected 1 arguments for `getAttributes` but had 2 ..\Libraries\Orange\serialization\Serializer.d-mixin-2017(2017): Error: expected 1 arguments for `getAttributes` but...

How do I prevent missing fields from erroring out? I see some functions have throwOnError but I'd like to just ignore missing fields(and use their default values). Also, these functions...

enhancement

One must have a consistent way to identify nodes for a various reasons. Id is not robust. If it changes then it can break code even though nothing else has...

The error handling routine is broke. Uses goto error: and static if where the error label is not defined in the errored branch. These lines occur around 1200 in serializer.d...