Spencer C. Imbleau

Results 183 comments of Spencer C. Imbleau

> I suppose, in this case, you are trying to fix some global browser dictated style for `` elements, instead of trying to introduce this declaration for a specific component?...

For anyone who may experience this, just separate your css for the time being, e.g. ``` border-width: ${BORDER_WIDTH}; border-style: solid; border-color: ${border}; ```

I'm also having this issue, Rust 1.76 stable, but I'm on M1 (arm) apple, not x86. I also filed this under lazy_static: https://github.com/rust-lang-nursery/lazy-static.rs/issues/217 Other resources I found: https://stackoverflow.com/questions/77710297/encountered-e0195-lifetime-parameters-or-bounds-on-type-target-do-not-match

I think I just moved over to `once_cell` instead of `lazy_static`. This crate is basically abandoned

Thanks John, appreciate the quick reply. > `ReloadEndpoint` enables you to decide whether you want to do your own endpoint refreshing, or if you want to have the SDK do...

Feel free to checkout https://github.com/vectorgameexperts/bevy-vello, which has text and supports JSON lottie/svg. It uses compute shaders for rendering through Vello, which is also much more performant.

> Are any of these still needed? These instructions were for Glazier. Not sure.

Hmm. I was not aware `-b` affected pronunciation. Maybe this issue should be asking to decouple brief text output and brief pronunciation.Please excuse my brevity as this was sent from...

Hey @cpetzold ! Thank you for the PR. One of us will review this soon. cc: @seabassjh

> I don't have a use case for multiple VelloRender'ing cameras. My use case is that I want to render an infinite 2d grid alongside my vello scene, and my...