Sam Pullman

Results 9 comments of Sam Pullman

It's been quite a while since we implemented the workaround, so I may have forgotten something, but it's pretty much: 1. Build `@parcel/watcher` with an arm64 prebuild 2. Include somewhere...

I think migrating this to Vue3 is pretty easy: - `beforeDestroy` -> `beforeUnmount` - Use `render() { return Vue.h('div'); }` instead of `render(h) { return h('div'); }` - Maybe something...

Yeah, this unfortunately relies on `wgpu` adding support for ES 2.0 (unlikely), or GGEZ adding support for multiple backends. Maybe OSMesa would work through wgpu at some point? For Raspberry...

There are a couple unit tests, eventually there might be an overhaul if CI can be improved to handle integration testing. Until then I think it makes sense to close...

Closing, text layout appears to be working as intended.

I can't reproduce this, I don't have time to set up an example repo to include imports but the problem could be related to plugin order. Or, unless I misunderstand...

I can't reproduce on a Mac M1. Is there any error message logged when switching back from fullscreen fails?

Temporary fix in #1274, keeping this open until a long term solution is found.

It's not as clean as `skeptic`, but as of 1.54 it should be possible to manually include all the doctests using `#[doc = include_str!("../../README.md")]` ([seen here](https://doc.rust-lang.org/rustdoc/write-documentation/the-doc-attribute.html)). Some more work would...