Carlos Bensant

Results 8 comments of Carlos Bensant

Not even an update on Twitter: - https://twitter.com/tyteen4a03/status/1549711931476512769 - https://twitter.com/drag137/status/1514968995883061248 - https://twitter.com/KasleyNorman/status/1529578674961645568 - https://twitter.com/dolfbarr/status/1521163088237674496 - https://twitter.com/sseraphini/status/1557040724209799171 - https://twitter.com/Astro_Nate_/status/1507368846235156483

@thenapoleon Thank you for reporting this. @MaxGenash Any solution or workaround? I'm having the exact same issue. It looks like I'm going to need to download the theme files from...

The UX experience is being affected by this issue (there should be a way to disable it).

I was about to send a PR with the correction as well. @neilbryson Thank you for doing that!

A few years ago, this library helped to build an offline-first application and I would like to know what alternatives there are out there to achieve the same as it...

I have the same use case as @cris-dray. I have a state property in my context `loadingStatus.text` that I want to be updated every time a state transition occurs.

Based on [vck3000](https://github.com/vck3000)'s [response](https://github.com/statelyai/xstate/discussions/1294#discussioncomment-39162), I can see this has been the current implementation for a long while, I would like to understand but it doesn't make sense as for me,...

My current implementation looks like this but I have plenty of actions and state transitions (to notify the user, to update timestamp, etc): ``` import { setup, assign } from...