Chris Biscardi

Results 84 comments of Chris Biscardi

Yea, react-boilerplate 3 just implemented it for development. There's an accompanying post, but I'm on my phone.

Should probably make this a webpack-dev-server. Current solution is running python's SimpleHttpServer or similar as a separate process.

webpack's errors for these kinds of issues suck pretty bad from a user perspective. Let's also try to head them off before they hit webpack and provide cleaner messages with...

The PR is almost compiling. Two major outstanding issues are accessing the active 3d camera (`ActiveCameras` was removed in https://github.com/bevyengine/bevy/pull/4745) and some material related api changes since the original depth...

@superdump said they're choosing to pursue a different approach, so closing this.

It still seems like something is still going on here. The image gets bigger than the ninepatch when on a 4k monitor compared to a 1080p monitor. ## 1080p ![Screen...

Looks fine to me on https://github.com/bevyengine/bevy/commit/7e837f5bf4e83e2875e012b0dd02051334445992 ## Windows ```rust AdapterInfo { name: "NVIDIA GeForce RTX 2080 Ti", vendor: 4318, device: 7687, device_type: DiscreteGpu, driver: "NVIDIA", driver_info: "536.23", backend: Vulkan }...

could do that. Might be better to pick a day with some interesting parsing and put a few different crates on display in a separate video. winnow, chumsky, combine, etc...

I haven't made the video yet, but I've been working on building up parsing examples in the day-02-parsing crate: https://github.com/ChristopherBiscardi/advent-of-code/tree/2d5c19735e147c2df1ce1efc62d8f74147fba268/2023/rust/day-02-parsing I did write a Pest example (and I have more...

Hey! thanks for the suggestion! I'll probably make these updates before merging. Pointing out the differences for the sake of conversation: * [phf](https://docs.rs/phf/0.11.2/phf/index.html) for a static map * [.then_some](https://doc.rust-lang.org/std/primitive.bool.html#method.then_some) for...