anderium

Results 6 comments of anderium
trafficstars

Oh, I just realised that there's a slight workaround for the array index assignment. The following expression changes only one element of an array: ``` a = [0, 1]; f(y,...

Possible solution === Alright, I decided to try and make something that solves this, and I think I've got something that should work for most cases! I'm not sure if...

Anyone stumbling on this, there's the following workaround: ``` {% set temp = items[foo] %}{{ items[temp] }} ```

Let's analyse it, under the preface that I didn't actually run any of this and it's purely manual code analysis. To be on the same page, the issue is that...

Alternatively, if you allow shulkerboxes to contain stacks of 0 items the problem goes away. A stack of 0 items would get priority over normal inventory/shulkerbox slots when putting the...

I've dug around a bit, and found that it's because the `transformUnits` function incorrectly appends a null byte when used here: https://github.com/wierkstudio/ciphereditor/blob/534ff1ae5be0e9883529fea3c7abd57fdcd9f270/extensions/essentials/src/binary-to-text.ts#L197-L199 The parameters have values `[…, length=18], 6, 8`....