meepleek

Results 13 issues of meepleek

The new world feature is really nice. However, for games with randomized layouts (think differently sized rooms like gungeon) or level chunks (spelunky) none of the current layouts work super...

new feature
experimental

The default value input is missing for enums. Why is that exactly?

enhancement

### Version 2.7.10 ### Reproduction link [github.com](https://github.com/SecretPocketCat/vue2-ssr-carousel-render-fn-not-defined-repro/) ### Steps to reproduce Clone the reproduction repo and follow the steps from the repo readme to run the SSR build and repro...

## Bevy version 0.5 and main ( 07ed1d053e7946a116ce3eef273fc93dd246f49d ) ## Operating system & version Win 11 (day1 release - 21H2) ## What you did Running cargo run a minimal hello.world...

C-Bug
O-Windows

This's is just a prep issue for the upcoming bevy 0.12 release. Time scaling was added in bevyengine/bevy#8964 with `Time` being the default. In normal systems that's `Time` (scaled) which...

enhancement

My setup currently uses MiniCssExtractPlugin which doesn't emit during SSR ``` loader: MiniCssExtractPlugin.loader, options: { emit: !ssr, }, ``` This works fine except for the components that are using the...

We're migrating our app to vite and adding SSR to it. The carousel work nicely with the dev build. However after creating the production build (`vite build --outDir dist/ssr --ssr...

# 2. Issues with the Zellij UI / behavior / crash ## Issue description Removing a tab causes pane focus to shift to the next tab ## Minimal reproduction 1....

bug

Approaching the corner of the dynamic bodies either sinks the body or yeets it across the screen. Doesn't happen consistently. ![leg_day](https://github.com/Jondolf/bevy_xpbd/assets/17273703/d03468a6-13ca-4d0f-ac36-0e78a5fe54b2) Here're my system specs in case that's relevant: `SystemInfo...

C-Bug
C-Examples

### Summary Using the `Page` component with a header (e.g. setting the title prop) causes a hydration mismatch on small breakpoints. ```tsx Make me small and refresh ``` ### Expected...

Bug
untriaged