Pete Hayman

Results 29 issues of Pete Hayman

### Description Working with `machine.transition()` and other implementations of `StateValue`, the type is not provided. The type safety is provided elsewhere, ie [state.matches](https://github.com/statelyai/xstate/blob/6abfc5afa7945fcb6b58cc9911bd37bec9ac573d/packages/core/src/State.ts#L318): ```typescript TSV extends TResolvedTypesMeta extends TypegenEnabled ?...

bug

Does as-pect support a watch mode? At the moment i'm using [onchange](https://www.npmjs.com/package/onchange) but its a little clunky and I cant get working outside of npm scripts: ``` //-i = run...

# Objective We can currently set `camera.target` to either an `Image` or `Window`. For OpenXR & WebXR we need to be able to render to a `TextureView`. This partially addresses...

C-Enhancement
A-Rendering
C-Breaking-Change

### Summary I've started getting this warning from walrus, I've tracked it down [here](https://github.com/rustwasm/walrus/blob/867641d2c89ebfa60886dbf789b3bc39536033fe/src/parse.rs#L48-L49) in the source but still cant work out what I'm doing to trigger the error. Everything...

question

The site looks great in 16:9 but can feel overcrowded in thinner ratios, alongside another window in 8:9 for instance. I'd love to be able to collapse the sidebar and...

It'd be great to explore a method for laying out the data of components in a 'linear' manner, as seen in the [sparse set ECS](https://www.youtube.com/watch?v=WB5bRKKGRUk&t=1807s) approach. I originally had ideas...

# Objective - Some types are missing reflection attributes, which means we can't use them in scene serialization etc. - Effected types - `BorderRadius` - `AnimationTransitions` - `OnAdd` - `OnInsert`...

D-Trivial
A-ECS
A-UI
C-Usability
S-Ready-For-Final-Review
A-Animation
A-Reflection

I'm working with the Starlight Basics template and it seems the `tabWidth` setting is working correctly with inline code blocks but being ignored for imported files in the `` component....

It seems we can convert from RON to JSON but the inverse has unexpected behavior, calling `ron::to_string_pretty()` on a `serde_json::Value` outputs json, not ron. ```rust use anyhow::Result; pub fn ron_to_json(ron_str:...

help wanted
feature

Wonderful to see the release of official vanilla js support, any pointers on how to get started with it?