Results 22 comments of Simon Wanner

I think that might be caused by a change to fabric-loader after 1.16.5. Which version of that are you using? The 1.16.5 version of QuickCarpet will receive no further updates,...

Well, you can't currently use flying machines to get elytra like in ProtoSky, since all entities are removed as well. As for the structure selector: I'm not sure I want...

> The bytecode instruction format and VM architecture will change repeatedly in the near future, and I don't intend to maintain the JIT through all these changes. How much change...

Addressed most of the comments and left comments on the rest. Also rebased on master for the SourceGenerator changes.

Fixed errors when compiling with `ENABLE_UNICODE_DATABASE_DOWNLOAD=off`

Fixed the new conflicts again. Looks like CI breaks on linting `Meta/generate-libwasm-spec-test.py` which I didn't touch.

Resolved conflicts and made `create_unicode_url` return `ErrorOr` instead of setting the URL to invalid. `git range-diff 8e03206..ba5c6b3 ebb822d..b99ab77`: ``` 1: 9a1050a407 = 1: d8b9a7c0b8 LibUnicode: Add Punycode::decode 2: b7c19a21ed =...

Rebased on master, dropped all the per-chrome commits in favor of 26a6974

I haven't touched PPC before so this is what I found searching the internet: According to https://www.kernel.org/doc/ols/2001/ppc64.pdf user effective addresses have their top 21 bits cleared, so there wouldn't actually...

The source seems to be es-module-shims inserting a `{"x":"blob:..."}` into an iframe for feature testing. ``` at at about:blank:1:98 at at at doOnload (https://node-projects.github.io/web-component-designer-demo/node_modules/es-module-shims/dist/es-module-shims.js:371:32) at https://node-projects.github.io/web-component-designer-demo/node_modules/es-module-shims/dist/es-module-shims.js:388:47 at Promise at https://node-projects.github.io/web-component-designer-demo/node_modules/es-module-shims/dist/es-module-shims.js:332:13...