Zennii

Results 5 comments of Zennii
trafficstars

I'm also having an issue with this nodeOrNew function, in Firefox 97.0: I'm parsing some XML into an SVG in a pretty simple way: ``` let newBg = SVG(xhttp.responseXML); let...

You don't need test.cu, it seems like that's just for building the tests (Which are not the miner). It should have built the miner.exe fine by that point. If not,...

I've come across this issue as well. Ubuntu 18.04 and `libwebkit2gtk-4.0` package is installed (If that's even necessary or useful). Here is the minimal code that consistently produces the issue...

Also having this issue (backpacked-forge-1.20.1-2.2.5), and when the file is made immutable, the server crashes. Doesn't seem to crash when the file is readonly but the field still changes, so...

Figured it out by looking through the code, the max `backpackInventorySize` is 7. It's not very obvious just from the config and unintuitive how it enforces the maximum. If you...