Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/statelyai/xstate

Actor-based state management & orchestration for complex app logic.
https://github.com/statelyai/xstate

v5 - avoid mutation of `state.children`

davidkpiano opened this issue about 3 years ago
[core] Add failing test for general `model.assign(...)` actions

davidkpiano opened this pull request about 3 years ago
[core] feat(interpreter): allow to provide errorListeners

roggervalf opened this pull request about 3 years ago
Docs: Add example of using selectors to get child actors state/context

overtune opened this issue about 3 years ago
Docs: add note that `state.can` should come from resolved state

davidkpiano opened this issue about 3 years ago
Check if `process` is defined

davidkpiano opened this pull request about 3 years ago
Added XStateError for attaching metadata to errors within XState

mattpocock opened this pull request about 3 years ago
Removed StateNode as a valid type for transition targets

mattpocock opened this pull request about 3 years ago
v5: event vs. _event

davidkpiano opened this issue about 3 years ago
Added a toPromise function to allow modelling machines as promises

mattpocock opened this pull request about 3 years ago
Rewrote the docs landing page

mattpocock opened this pull request about 3 years ago
Added createActorContext

mattpocock opened this pull request about 3 years ago
Implemented input

mattpocock opened this pull request about 3 years ago
Add `self` to invoke meta

davidkpiano opened this pull request about 3 years ago
Added NodeJS Counter Example

aceslick911 opened this pull request over 3 years ago
Pass events with type `xstate.*` through the inspector to the receiver

farskid opened this pull request over 3 years ago
Align send functionality for `spawnBehavior` with interpreted machine

christoph-fricke opened this pull request over 3 years ago
Add `state` and `_event` to invoke metadata

davidkpiano opened this pull request over 3 years ago
Spawned Behavior Does Not Fully Support Actorref's `send` Type

christoph-fricke opened this issue over 3 years ago
doc: v5 contributor local dev setup

auphofBSF opened this pull request over 3 years ago
[core] Improve action types with specific event generics

davidkpiano opened this pull request over 3 years ago
Add `when` action creator

Silverwolf90 opened this pull request over 3 years ago
Added createSelector

mattpocock opened this pull request over 3 years ago
CDN for @xstate/inspect

a-y-u-s-h opened this issue over 3 years ago
feat(lit-controller): scaffold lit-controller package

ChrisShank opened this pull request over 3 years ago
default to new visualizer URL in @xstate/inspect

jebeck opened this pull request over 3 years ago
[v5] Avoid ad-hoc `State` creation

davidkpiano opened this issue over 3 years ago
Add a failing test for context composition using multiple `provide` calls

Andarist opened this pull request over 3 years ago
feat(core/behaviors): add stop callback

ChrisShank opened this pull request over 3 years ago
Added an @xstate/redux package

mattpocock opened this pull request over 3 years ago
adds complete listener from subscribe to the Interpreter's stopListeners

chanced opened this pull request over 3 years ago
[examples] CameoParison Svelte with actors

annaghi opened this pull request over 3 years ago
[examples] CameoParison Svelte with machine

annaghi opened this pull request over 3 years ago
ActorRef<any> is wider than desirable when representing a machine

VanTanev opened this issue over 3 years ago
Remove `Object.defineProperty` usage in v5

davidkpiano opened this issue over 3 years ago
Let generics be inferred for `assign()` in fsm

tajakobsen opened this pull request over 3 years ago
Experiments with global event type in sendParent

mattpocock opened this pull request over 3 years ago
XState CLI integration experiments

mattpocock opened this pull request over 3 years ago
Added a failing test for #2415

mattpocock opened this pull request over 3 years ago
xstate-inspect from a local viz?

polx opened this issue over 3 years ago
[core] Action meta objects are different

fraserdrops opened this issue over 3 years ago
[v5] Consistent renaming: options & definition

davidkpiano opened this pull request over 3 years ago
The third argument passed to services has no "state" prop

rlaffers opened this issue over 3 years ago
Delay function can't access current state where it is referenced

ilmarmors opened this issue over 3 years ago
Assign action in entry get a wrong state

Sczlog opened this issue over 3 years ago
Machine stops due to Fast Refresh

bard opened this issue over 3 years ago
Passing a ref to @xstate/inspect crashes/throws

alavkx opened this issue over 3 years ago
Allow modeling "done.invoke" events for model.assign(...)

davidkpiano opened this pull request over 3 years ago
[core] Improve raise() typings

davidkpiano opened this pull request over 3 years ago
Nested parallel states don’t bubble up the `done` event

johnnydecimal opened this issue over 3 years ago
Errors should respect source maps & unhandled rejections

davidkpiano opened this issue over 3 years ago
Add links to XState docs and API in JS Docs

santicros opened this pull request over 3 years ago
Minor LifecycleSignal-related cleanup

Andarist opened this pull request over 3 years ago
Adding a second event to a model seems to cause type errors

joneshf opened this issue over 3 years ago
[docs] Verify TypeScript examples in docs

VanTanev opened this pull request over 3 years ago
[DOCS] Typescript example are type correct

niallpaterson opened this pull request over 3 years ago
Typescript documentation example is not type-correct

niallpaterson opened this issue over 3 years ago
[docs] Run Grammarly on docs

VanTanev opened this pull request over 3 years ago
Inspector does not stringify Map() and Set() objects

VanTanev opened this issue almost 4 years ago
createSchema<TContext>() type inference breaks down in some cases

VanTanev opened this issue almost 4 years ago
Speedup execution of "yarn dev" tests

VanTanev opened this pull request almost 4 years ago
Inconsistent options of spawn vs invoke for specifying ID

rlaffers opened this issue almost 4 years ago
XState Inspector can be slow

VanTanev opened this issue almost 4 years ago
Added a runtime warning for "unreachable" `onDone` for parallel states

Andarist opened this pull request almost 4 years ago
Typescript can't type the typestate event object of invoked services

critocrito opened this issue almost 4 years ago
docs: fix links

lekterable opened this pull request almost 4 years ago
Sending (self) transition from transition to final state doesn't work

FokkeZB opened this issue almost 4 years ago
Fixes 1682 - missing from docs

jamestharpe opened this pull request almost 4 years ago
False positive when testing transitions

TheDutchCoder opened this issue almost 4 years ago
External self transitions require target to re-enter the state node

slowselfip opened this issue almost 4 years ago
Sending an event to 'false' freezes child machines (and maybe xstate)

ratacat opened this issue almost 4 years ago
[v5] More SCXML tests

davidkpiano opened this pull request about 4 years ago
onTransition does not fire after every transition

tomByrer opened this issue about 4 years ago
getShortestPathPlansTo and getSimplePathPlansTo missing from docs

jamesholbert opened this issue about 4 years ago
[core] Add .onError() handler to service

davidkpiano opened this pull request about 4 years ago
machine ignores invocation when starting from arbitrary state

kristofkalocsai opened this issue over 4 years ago
Document stopping actors.

nathanhammond opened this pull request over 4 years ago