Fisch37

Results 5 issues of Fisch37

The `AsyncPath.walk` method does not return an `AsyncGenerator` as expected, but instead a synchronous `Generator` object. This appears to be because of `.walk` not being defined in `AsyncPath` and thus...

I have just now been experimenting with the new version of the Sim and found out that the + and - functionality that allows to create input and output groups...

It may just be that I am stupid and maybe missed something, but I've run into a problem with the addFile command. It requires a File datatype, but I am...

Title... Attempting to parse an integer array fails with a SyntaxError if the array contains a negative number. This effectively means that any SNBT containing a UUID fails as those...

bug

When comparing compound tags the bar for equality is set _extremely_ low. Two compound objects are equal if they have the same type (guaranteed) and their names are the same....

bug