Spencer C. Imbleau

Results 183 comments of Spencer C. Imbleau
trafficstars

@alice-i-cecile looks like @irate-devil has no GitHub activity over the last month and change... Maybe choose a different reviewer?

> Is is possible to change color of SVG? I assume you mean at runtime. I knew someone would want to do this eventually :) You *can* change Lottie colors...

I was waiting off on implementing dynamic color reassignment until work is done to complete a retained-scene structure in vello for runtime modifications (This would've ideally been used by `velato`...

From my understanding, Dragos doesn't work at Rive anymore and this was very much a side project within Rive. It seems unlikely Rust bindings or the Bevy integration will be...

My issue is that I want to be able to derive `GraphQLQuery` on a `example.graphql` file like so, with `async-graphql`: ```rust #[derive(GraphQLQuery)] #[graphql( schema_path = "src/schema.json", query_path = "src/assets/upload.graphql", )]...

Wow, that worked! Thank you @Toasterson !

@rcoh - I was using the `native-tls` feature before, which didn't break on WASM. Since `native-tls` was removed, the only option was `rustls`. Without the `rustls` option, I received a...

Would node make a difference here vs `wasm-pack test --chrome/--safari/--firefox`?

Hey I'll look into this soon. Don't close it :)