Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
XState
State machines and statecharts for the modern web.
Collective -
Host: opensource -
https://opencollective.com/xstate
- Website: https://xstate.js.org/
- Code: https://github.com/davidkpiano/xstate
Avoid notifying subscribers when snapshot didn't change
github.com/statelyai/xstate - Andarist opened this pull request almost 2 years ago
github.com/statelyai/xstate - Andarist opened this pull request almost 2 years ago
Simplify target resolution internals
github.com/statelyai/xstate - Andarist opened this pull request almost 2 years ago
github.com/statelyai/xstate - Andarist opened this pull request almost 2 years ago
[v5] Dead-letter queue
github.com/statelyai/xstate - davidkpiano opened this pull request almost 2 years ago
github.com/statelyai/xstate - davidkpiano opened this pull request almost 2 years ago
[v5] Actor reset
github.com/statelyai/xstate - davidkpiano opened this pull request almost 2 years ago
github.com/statelyai/xstate - davidkpiano opened this pull request almost 2 years ago
Docs: some anchor links not working
github.com/statelyai/xstate - johtso opened this issue almost 2 years ago
github.com/statelyai/xstate - johtso opened this issue almost 2 years ago
Other templates
github.com/statelyai/xstate - davidkpiano opened this pull request almost 2 years ago
github.com/statelyai/xstate - davidkpiano opened this pull request almost 2 years ago
Bug: `@xstate/react` `useInterpret` With Passed State Renders Initially With Initial State
github.com/statelyai/xstate - Alex-Yakubovsky opened this issue almost 2 years ago
github.com/statelyai/xstate - Alex-Yakubovsky opened this issue almost 2 years ago
Bug: some "in" guard state references do not work
github.com/statelyai/xstate - fwienber opened this issue almost 2 years ago
github.com/statelyai/xstate - fwienber opened this issue almost 2 years ago
Bug: Inappropriate error message
github.com/statelyai/xstate - 7777chaitanya opened this issue almost 2 years ago
github.com/statelyai/xstate - 7777chaitanya opened this issue almost 2 years ago
Bug: spawned actor in lazy context is orphaned with `.withConfig`
github.com/statelyai/xstate - tmikeschu opened this issue almost 2 years ago
github.com/statelyai/xstate - tmikeschu opened this issue almost 2 years ago
Bug: `Attempted to read state from uninitialized service` warnings logged after machine has stopped on React <18
github.com/statelyai/xstate - giancarlo88 opened this issue almost 2 years ago
github.com/statelyai/xstate - giancarlo88 opened this issue almost 2 years ago
Bug: Raise action causing typescript errors
github.com/statelyai/xstate - xylophonehero opened this issue almost 2 years ago
github.com/statelyai/xstate - xylophonehero opened this issue almost 2 years ago
Bug: No types on Deno
github.com/statelyai/xstate - guy-borderless opened this issue almost 2 years ago
github.com/statelyai/xstate - guy-borderless opened this issue almost 2 years ago
[Documentation] - Service Schema Typescript
github.com/statelyai/xstate - JayeshVP24 opened this pull request almost 2 years ago
github.com/statelyai/xstate - JayeshVP24 opened this pull request almost 2 years ago
feat(test): add tag support
github.com/statelyai/xstate - tivac opened this pull request almost 2 years ago
github.com/statelyai/xstate - tivac opened this pull request almost 2 years ago
Bug: 'spawn(machine)' does not validate missing actions like 'useMachine(machine)' does
github.com/statelyai/xstate - kirill578 opened this issue almost 2 years ago
github.com/statelyai/xstate - kirill578 opened this issue almost 2 years ago
Bug: useMachine's state initialization doesn't trigger `always` transitions
github.com/statelyai/xstate - edygar opened this issue about 2 years ago
github.com/statelyai/xstate - edygar opened this issue about 2 years ago
Sort imports on save in VS Code, and sort existing files
github.com/statelyai/xstate - mellson opened this pull request about 2 years ago
github.com/statelyai/xstate - mellson opened this pull request about 2 years ago
Bug: Promise is invoked despite transition
github.com/statelyai/xstate - bugii opened this issue about 2 years ago
github.com/statelyai/xstate - bugii opened this issue about 2 years ago
[Typescript][@xstate/fsm] Config interface property 'initial' should be of type TState['value']
github.com/statelyai/xstate - GTRanger opened this issue about 2 years ago
github.com/statelyai/xstate - GTRanger opened this issue about 2 years ago
Bug: Error in Action not catchable (UnhandledPromiseRejectionWarning) causes nodejs to crash
github.com/statelyai/xstate - gfauchart opened this issue about 2 years ago
github.com/statelyai/xstate - gfauchart opened this issue about 2 years ago
Bug: Actions and services not invoked after transitioning back using history state
github.com/statelyai/xstate - rjdestigter opened this issue about 2 years ago
github.com/statelyai/xstate - rjdestigter opened this issue about 2 years ago
chore: upgrade husky@8 and lint-staged@15
github.com/statelyai/xstate - chimurai opened this pull request about 2 years ago
github.com/statelyai/xstate - chimurai opened this pull request about 2 years ago
docs: feature the xstate catalogue in the examples section, not just the home page
github.com/statelyai/xstate - Glutnix opened this pull request about 2 years ago
github.com/statelyai/xstate - Glutnix opened this pull request about 2 years ago
add failing test cases for invoked observable listeners
github.com/statelyai/xstate - with-heart opened this pull request over 2 years ago
github.com/statelyai/xstate - with-heart opened this pull request over 2 years ago
upgrade jest and ts-jest
github.com/statelyai/xstate - with-heart opened this pull request over 2 years ago
github.com/statelyai/xstate - with-heart opened this pull request over 2 years ago
add support for action groups
github.com/statelyai/xstate - with-heart opened this pull request over 2 years ago
github.com/statelyai/xstate - with-heart opened this pull request over 2 years ago
Bug: Initial state can't be restored for machines with transitioned child machines
github.com/statelyai/xstate - faustAbc opened this issue over 2 years ago
github.com/statelyai/xstate - faustAbc opened this issue over 2 years ago
Bug: typegen causes error on valid `sendParent` call with custom `TSentEvent`
github.com/statelyai/xstate - with-heart opened this issue over 2 years ago
github.com/statelyai/xstate - with-heart opened this issue over 2 years ago
[Typescript] `StateValue` is not typesafe
github.com/statelyai/xstate - mrchantey opened this issue over 2 years ago
github.com/statelyai/xstate - mrchantey opened this issue over 2 years ago
Bug: Typescript issues using state.matches(...)
github.com/statelyai/xstate - BarrBozzO opened this issue over 2 years ago
github.com/statelyai/xstate - BarrBozzO opened this issue over 2 years ago
[Typescript] Bug: Using assign with only partial context causes TS error
github.com/statelyai/xstate - schontz opened this issue over 2 years ago
github.com/statelyai/xstate - schontz opened this issue over 2 years ago
Bug: Errors thrown by @xstate/test@alpha with Playwright do not contain information about failed paths
github.com/statelyai/xstate - Devessier opened this issue over 2 years ago
github.com/statelyai/xstate - Devessier opened this issue over 2 years ago
[@xstate/react/useSpawn @xstate/vue/useSpawn] feat: spawn with option in useSpawn
github.com/statelyai/xstate - cy-98 opened this pull request over 2 years ago
github.com/statelyai/xstate - cy-98 opened this pull request over 2 years ago
Bug: No TS error for missing actions on spawned machine
github.com/statelyai/xstate - simonflk opened this issue over 2 years ago
github.com/statelyai/xstate - simonflk opened this issue over 2 years ago
Bug: Svelte: import not working on Svelte REPL and CDN links in docs not working
github.com/statelyai/xstate - oskarhane opened this issue over 2 years ago
github.com/statelyai/xstate - oskarhane opened this issue over 2 years ago
Add UMD builds backs in the core
github.com/statelyai/xstate - Andarist opened this pull request over 2 years ago
github.com/statelyai/xstate - Andarist opened this pull request over 2 years ago
Naive jest console message
github.com/statelyai/xstate - aisflat439 opened this pull request over 2 years ago
github.com/statelyai/xstate - aisflat439 opened this pull request over 2 years ago
Description key should appear in the Jest console.
github.com/statelyai/xstate - aisflat439 opened this issue over 2 years ago
github.com/statelyai/xstate - aisflat439 opened this issue over 2 years ago
Added failing test for self-events
github.com/statelyai/xstate - mattpocock opened this pull request over 2 years ago
github.com/statelyai/xstate - mattpocock opened this pull request over 2 years ago
Remove redundant `babel.config.js#overrides`
github.com/statelyai/xstate - Andarist opened this pull request over 2 years ago
github.com/statelyai/xstate - Andarist opened this pull request over 2 years ago
v5 - Bug: Context from machine.withContext() is ignored for React's useMachine
github.com/statelyai/xstate - Valkendorm opened this issue over 2 years ago
github.com/statelyai/xstate - Valkendorm opened this issue over 2 years ago
refactor: :label: stronger types for `StateValue` when using Typegen
github.com/statelyai/xstate - brunocrosier opened this pull request over 2 years ago
github.com/statelyai/xstate - brunocrosier opened this pull request over 2 years ago
Bug: invoked machine event data not passed to onDone when onDone is array
github.com/statelyai/xstate - Jakkc opened this issue over 2 years ago
github.com/statelyai/xstate - Jakkc opened this issue over 2 years ago
Bug: @xstate/svelte + @xstate/fsm does not work with vite
github.com/statelyai/xstate - andy1li opened this issue over 2 years ago
github.com/statelyai/xstate - andy1li opened this issue over 2 years ago
Drop support for handling promises returned by `fromCallback`
github.com/statelyai/xstate - Andarist opened this pull request over 2 years ago
github.com/statelyai/xstate - Andarist opened this pull request over 2 years ago
Bug: throwing an error within `onReceive` in invoked callback service isn't being caught by `onError`
github.com/statelyai/xstate - koenoe opened this issue over 2 years ago
github.com/statelyai/xstate - koenoe opened this issue over 2 years ago
Bug: `on: { '*': ... }` typing has broken after upgrade to v4.32
github.com/statelyai/xstate - huan opened this issue over 2 years ago
github.com/statelyai/xstate - huan opened this issue over 2 years ago
docs: Showcase addition
github.com/statelyai/xstate - stefanoslig opened this pull request over 2 years ago
github.com/statelyai/xstate - stefanoslig opened this pull request over 2 years ago
Improve example templates
github.com/statelyai/xstate - davidkpiano opened this pull request over 2 years ago
github.com/statelyai/xstate - davidkpiano opened this pull request over 2 years ago
Add a failing test case for inline action objects inference
github.com/statelyai/xstate - Andarist opened this pull request over 2 years ago
github.com/statelyai/xstate - Andarist opened this pull request over 2 years ago
[xstate/fsm] v3 (WIP)
github.com/statelyai/xstate - davidkpiano opened this pull request over 2 years ago
github.com/statelyai/xstate - davidkpiano opened this pull request over 2 years ago
Added a failing test for pure actions returning an array of strings
github.com/statelyai/xstate - mattpocock opened this pull request over 2 years ago
github.com/statelyai/xstate - mattpocock opened this pull request over 2 years ago
XState Cheatsheet
github.com/statelyai/xstate - davidkpiano opened this pull request over 2 years ago
github.com/statelyai/xstate - davidkpiano opened this pull request over 2 years ago
Fixed issues with respawning the same actor within a macrotask
github.com/statelyai/xstate - Andarist opened this pull request over 2 years ago
github.com/statelyai/xstate - Andarist opened this pull request over 2 years ago
docs: translate reddit.md to simplified Chinese
github.com/statelyai/xstate - AlexStacker opened this pull request over 2 years ago
github.com/statelyai/xstate - AlexStacker opened this pull request over 2 years ago
Attempt to fix the deferred children problem
github.com/statelyai/xstate - Andarist opened this pull request over 2 years ago
github.com/statelyai/xstate - Andarist opened this pull request over 2 years ago
Update typescript.md
github.com/statelyai/xstate - ScreamZ opened this pull request over 2 years ago
github.com/statelyai/xstate - ScreamZ opened this pull request over 2 years ago
Added `InternalEventFrom`
github.com/statelyai/xstate - Andarist opened this pull request almost 3 years ago
github.com/statelyai/xstate - Andarist opened this pull request almost 3 years ago
Bug: [vue/xstate-inspect] Impossible to inspect in iframe
github.com/statelyai/xstate - SteamWind opened this issue almost 3 years ago
github.com/statelyai/xstate - SteamWind opened this issue almost 3 years ago
Improved type safety for `spawn`ed actors
github.com/statelyai/xstate - Andarist opened this pull request almost 3 years ago
github.com/statelyai/xstate - Andarist opened this pull request almost 3 years ago
Bug: Root invocations should never be restarted
github.com/statelyai/xstate - davidkpiano opened this issue almost 3 years ago
github.com/statelyai/xstate - davidkpiano opened this issue almost 3 years ago
Bind methods on state
github.com/statelyai/xstate - NullVoxPopuli opened this pull request almost 3 years ago
github.com/statelyai/xstate - NullVoxPopuli opened this pull request almost 3 years ago
Bug: Custom Guards typescript
github.com/statelyai/xstate - MatheusPires99 opened this issue almost 3 years ago
github.com/statelyai/xstate - MatheusPires99 opened this issue almost 3 years ago
Bug: Rejected promises do not provide typed data
github.com/statelyai/xstate - josephfh opened this issue almost 3 years ago
github.com/statelyai/xstate - josephfh opened this issue almost 3 years ago
Bug: embedded visualizer not working in docs
github.com/statelyai/xstate - codingedgar opened this issue almost 3 years ago
github.com/statelyai/xstate - codingedgar opened this issue almost 3 years ago
Bug: Request?: bind all class methods by default.
github.com/statelyai/xstate - NullVoxPopuli opened this issue almost 3 years ago
github.com/statelyai/xstate - NullVoxPopuli opened this issue almost 3 years ago
allow machines to use sendParent when they are not invoked/spawned
github.com/statelyai/xstate - pollen8 opened this pull request almost 3 years ago
github.com/statelyai/xstate - pollen8 opened this pull request almost 3 years ago
Add dev-time warning for invoke ID confusion
github.com/statelyai/xstate - davidkpiano opened this issue almost 3 years ago
github.com/statelyai/xstate - davidkpiano opened this issue almost 3 years ago
Removed TS troubleshooting sections
github.com/statelyai/xstate - mattpocock opened this pull request almost 3 years ago
github.com/statelyai/xstate - mattpocock opened this pull request almost 3 years ago
Added failing test for typecheck of choose
github.com/statelyai/xstate - mattpocock opened this pull request almost 3 years ago
github.com/statelyai/xstate - mattpocock opened this pull request almost 3 years ago
Can't reassign actions to more specific types
github.com/statelyai/xstate - andy-zhou opened this issue almost 3 years ago
github.com/statelyai/xstate - andy-zhou opened this issue almost 3 years ago
Added failing test for strange Promise.reject issue
github.com/statelyai/xstate - mattpocock opened this pull request almost 3 years ago
github.com/statelyai/xstate - mattpocock opened this pull request almost 3 years ago
Error propagation from entry actions execution using interpreter
github.com/statelyai/xstate - ahamid opened this issue almost 3 years ago
github.com/statelyai/xstate - ahamid opened this issue almost 3 years ago
[do not merge] Allow wildcard transitions to act as "error handlers"
github.com/statelyai/xstate - Andarist opened this pull request almost 3 years ago
github.com/statelyai/xstate - Andarist opened this pull request almost 3 years ago
Wrapping component with the GlobalStateProvider
github.com/statelyai/xstate - mcastrigno opened this pull request almost 3 years ago
github.com/statelyai/xstate - mcastrigno opened this pull request almost 3 years ago
Can't skip a state for testing by filtering on meta.
github.com/statelyai/xstate - DavidOrchard opened this issue almost 3 years ago
github.com/statelyai/xstate - DavidOrchard opened this issue almost 3 years ago
[core] "Extra" generic for actions, guards, etc.
github.com/statelyai/xstate - davidkpiano opened this pull request almost 3 years ago
github.com/statelyai/xstate - davidkpiano opened this pull request almost 3 years ago
[v5] Pass error to parent for errorListener
github.com/statelyai/xstate - roggervalf opened this pull request almost 3 years ago
github.com/statelyai/xstate - roggervalf opened this pull request almost 3 years ago
Add `assertEventType` helper
github.com/statelyai/xstate - tom-sherman opened this pull request almost 3 years ago
github.com/statelyai/xstate - tom-sherman opened this pull request almost 3 years ago
[v5] `onError`
github.com/statelyai/xstate - davidkpiano opened this pull request almost 3 years ago
github.com/statelyai/xstate - davidkpiano opened this pull request almost 3 years ago
[core] Add support for handling communication errors
github.com/statelyai/xstate - davidkpiano opened this pull request about 3 years ago
github.com/statelyai/xstate - davidkpiano opened this pull request about 3 years ago
Vue 2 docs not clear nor complete
github.com/statelyai/xstate - allestaire opened this issue about 3 years ago
github.com/statelyai/xstate - allestaire opened this issue about 3 years ago
Multiple ways to initialise machine context
github.com/statelyai/xstate - JoshuaAmaju opened this issue about 3 years ago
github.com/statelyai/xstate - JoshuaAmaju opened this issue about 3 years ago
`interpreter.state.can()` does not work with `createModel`
github.com/statelyai/xstate - huan opened this issue about 3 years ago
github.com/statelyai/xstate - huan opened this issue about 3 years ago
[Unexpected warning]: Machine given to `useMachine` has changed between renders
github.com/statelyai/xstate - github0013 opened this issue about 3 years ago
github.com/statelyai/xstate - github0013 opened this issue about 3 years ago
v5 - avoid mutation of `state.children`
github.com/statelyai/xstate - davidkpiano opened this issue about 3 years ago
github.com/statelyai/xstate - davidkpiano opened this issue about 3 years ago
[core] Add failing test for general `model.assign(...)` actions
github.com/statelyai/xstate - davidkpiano opened this pull request about 3 years ago
github.com/statelyai/xstate - davidkpiano opened this pull request about 3 years ago
[core] feat(interpreter): allow to provide errorListeners
github.com/statelyai/xstate - roggervalf opened this pull request about 3 years ago
github.com/statelyai/xstate - roggervalf opened this pull request about 3 years ago
Docs: Add example of using selectors to get child actors state/context
github.com/statelyai/xstate - overtune opened this issue about 3 years ago
github.com/statelyai/xstate - overtune opened this issue about 3 years ago
Docs: add note that `state.can` should come from resolved state
github.com/statelyai/xstate - davidkpiano opened this issue about 3 years ago
github.com/statelyai/xstate - davidkpiano opened this issue about 3 years ago
Check if `process` is defined
github.com/statelyai/xstate - davidkpiano opened this pull request about 3 years ago
github.com/statelyai/xstate - davidkpiano opened this pull request about 3 years ago
Added XStateError for attaching metadata to errors within XState
github.com/statelyai/xstate - mattpocock opened this pull request about 3 years ago
github.com/statelyai/xstate - mattpocock opened this pull request about 3 years ago
Removed StateNode as a valid type for transition targets
github.com/statelyai/xstate - mattpocock opened this pull request about 3 years ago
github.com/statelyai/xstate - mattpocock opened this pull request about 3 years ago