SettingDust
SettingDust
> I think the current lockfile was generated with Yarn classic (v1), not Berry (v2/v3). ya
> It's not really possible to "bundle" a package-manager with a repo. [Corepack](https://nodejs.org/dist/latest-v20.x/docs/api/corepack.html) will adress this but it's still in an experimental stage the requires opt-in so it's not really...
> Why do something like this? Every package manager should work, no? > > And if another package manager changes the `package-lock.json`, just don't include the changes in the commit....
> > False. [yarnpkg.com/features/zero-installs](https://yarnpkg.com/features/zero-installs) > > I stand corrected, however that's a "feature" of Yarn Berry that also requires the PnP feature of Yarn Berry to be utilised. Noop. It's...
Fine with below. Need more testing ``` mixin.world.player_chunk_tick=false mixin.collections.entity_filtering=false mixin.alloc.entity_tracker=false mixin.alloc.deep_passengers=false mixin.entity.fast_retrieval=false mixin.chunk.entity_class_groups=false mixin.collections.entity_by_type=false mixin.alloc.empty_iterator=false mixin.shapes.specialized_shapes=false ```
Another crash ``` java.lang.NoSuchFieldError: emissiveRenderMode at net.puzzlemc.gui.PuzzleClient.lambda$lateInit$78(PuzzleClient.java:249) at net.puzzlemc.gui.screen.widget.PuzzleButtonWidget.renderButton(PuzzleButtonWidget.java:19) at MC//net.minecraft.client.gui.widget.ClickableWidget.render(ClickableWidget.java:78) at net.puzzlemc.gui.screen.widget.PuzzleOptionListWidget$ButtonEntry.render(PuzzleOptionListWidget.java:87) at MC//net.minecraft.client.gui.widget.EntryListWidget.renderEntry(EntryListWidget.java:462) at MC//net.minecraft.client.gui.widget.EntryListWidget.renderList(EntryListWidget.java:447) at MC//net.minecraft.client.gui.widget.EntryListWidget.render(EntryListWidget.java:227) at net.puzzlemc.gui.screen.PuzzleOptionsScreen.render(PuzzleOptionsScreen.java:91) at MC//net.minecraft.client.gui.screen.Screen.renderWithTooltip(Screen.java:110) at MC//net.minecraft.client.render.GameRenderer.render(GameRenderer.java:945) at MC//net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1219) at MC//net.minecraft.client.MinecraftClient.run(MinecraftClient.java:802) at...
It has the same result with Spyglass.
 The result is the first and the last in spec 0.8.3
Totally forget. I remember `coordsAtPos` won't work if the line hasn't rendered. https://discuss.codemirror.net/t/when-would-coordsatpos-return-null/5497/2 `getBoundingClientRect` is the relative position of the viewport (should be negative if `coordsAtPos` is null). The height...
I can try to fix by myself. But I don't know the possible reason. Looks like the sentry is blocked. But isn't causing error in my own browser Developer tool...