Chris Biscardi
Chris Biscardi
reviving: [`9262c8f` (#3072)](https://github.com/bevyengine/bevy/pull/3072/commits/9262c8f3d229747d22fb6d7d1347e608444535f5) temp link to original discord thread: https://discord.com/channels/691052431525675048/1002129015936655361/1002480744360317008 # Objective Adds a depth pre-pass so that custom materials can access the depth buffer data when implementing effects such...
The ldtk tilemap [texture index code](https://github.com/StarArawn/bevy_ecs_tilemap/blob/93969ae426fdaa32be70625e6f725ad1cd7eddb1/src/ldtk.rs#L174-L187) uses the `src` field to calculate the tilemap index based on the pixel dimensions. There seems to be a bug in the current implementation...
If you replace the nine_patch image example with this image.  you can see that the border is flipped in the y direction (and that the border seems to be...
Heya! Is kayak's font rendering supposed to work on wasm? Everything else seems to work (ninepatch, on_event, styles, etc), but the fonts aren't rendering at all in the wasm port...
When using a macos m1 retina screen, or scaled versions of non-retina screens, the origin, xpos, ypos, width, and height of `Image` widgets are multiplied by 2. More specifically, the...
# multiple MDXs in a single file The wider ecosystem seems to have a need for multiple MDX components sourced from a single file. Consider the following examples. ### mdx-deck...
kit-cli seems to use a single examples folder with a set of files in it. Most of my projects are workspace based with multiple packages (whether lerna, yarn, or bolt),...
# Standard Pages We should ship a set of standard pages * /uses - What editor theme is that? what font? what chair do you sit in? what guitar/camera/DAW? what...
Errors in plugins are hidden by the [resolving](https://github.com/superawesomelabs/leo/blob/7651201f639a361e2e1f5964d9deac959176f303/packages/graphql-directory-api/src/gen-database/enable-plugins.js#L26-L27) code because errors such as packages which aren't installed will throw when require'd.
Errors in leo.config.js and similar can cause failure "for cosmicconfig". This results in an error you have to `DEBUG` out, which is a bad Developer Experience. ``` DEBUG=*,-babel,-css yarn start...