- Wrocław, Poland
- @AndaristRake
Highlights
- 98 discussions answered
Block or Report
Block or report Andarist
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
emotion-js/emotion Public
👩🎤 CSS-in-JS library designed for high performance style composition -
changesets Public
Forked from changesets/changesets
🦋 A way to manage your versioning and changelogs with a focus on multi-package repositoriesTypeScript 2
-
-
babel/babel Public
🐠 Babel is a compiler for writing next generation JavaScript. -
This plugins helps with annotating top level functions calls with #__PURE__ comment.
2,724 contributions in the last year
Activity overview
Contribution activity
April 2022
Created 66 commits in 14 repositories
Created 3 repositories
- Andarist/crx-react-devtools TypeScript
- Andarist/downlevel-dts JavaScript
- Andarist/fast-safe-stringify JavaScript
Created a pull request in microsoft/TypeScript that received 14 comments
Improve prop type key when mapping over tuple
This makes it easier to map over tuples by allowing T[K & number] on the "right side" to preserve the per-position type of the input tuple.
A TS qu…
Opened 33 other pull requests in 13 repositories
statelyai/xstate
10
merged
1
open
-
Added a
StateValueFromhelper that can be used to extract valid state values from a machine -
Fixed an issue with typegen types not being able to provide events that had a union of strings as their
type - Fixed an issue with inline functions in the config object used as transition actions not having their argument types inferred
- Andarist/spawn stuff
- Fixed issues with respawning the same actor within a macrotask
- Add missing changeset about changes in the core from #3200
-
Consistently dispose internal handles in
waitFor -
waitForfixes for cases when starting towaitForstopped interpreter - Fixed an issue that caused sending the same event multiple times to the inspector for restarted services
- Fixed an issue that prevented some states, containing broken~ toJSON, from being sent correctly to the inspector
-
Fixed synchronous races in
waitFor
microsoft/TypeScript
3
open
2
merged
- Instantiate conditional types when providing conditional types
- Fixed string literal completions for partially-typed strings when overload could get matched
-
Run
mochausingprocess.execPathinstead of harcoding"node" - Fixed an issue with contextual type for intersection properties
- Add additional tests for intra expression inference
statelyai/xstate-tools
3
merged
storybookjs/storybook
1
open
2
merged
emotion-js/emotion
1
closed
2
merged
antfu/webext-bridge
1
merged
jacksteamdev/crx-react-devtools
1
merged
microsoft/TypeScript-Website
1
open
DefinitelyTyped/DefinitelyTyped
1
open
sandersn/downlevel-dts
1
open
chromaui/learnstorybook.com
1
open
storybookjs/frontpage
1
open
storybookjs/design-system
1
open
Reviewed 51 pull requests in 16 repositories
statelyai/xstate
22 pull requests
- [v5] Explicit spawn
- [core] Fix sendTo types
- Made xstate-inspect target the new viz
-
Fixed an issue with typegen types not being able to provide events that had a union of strings as their
type - Link to Stately Editor
-
Add
xstate.stopevent and fix exit handlers execution -
Allow passing
InfinitytowaitForas timeout - Added docs for waitFor
- Attempt to fix the deferred children problem
- Added a failing test for inference with inline actions
- Andarist/spawn stuff
- Fixed issues with respawning the same actor within a macrotask
- Update showcase.md
-
[core] Add
waitForhelper -
waitForfixes for cases when starting towaitForstopped interpreter - Fixed an issue that caused sending the same event multiple times to the inspector for restarted services
- Fixed an issue with "maximum call stack size exceeded" errors being thrown when registering a machine with a very deep object in its context
- Update public roadmap in docs
-
Fixed synchronous races in
waitFor -
Refactor
@xstate/reactto useSyncExternalStore -
[v5] Remove
createModel - Update typescript.md
emotion-js/emotion
6 pull requests
- Allow any Node, including ShadowRoot, as container
- Merge main into ts-migration
- POC: Eslint Codemod utils added to eslint plugin ** this is still WIP **
- feat(eslint-plugin): migrate to typescript
-
[@emotion/jest] Pass through
includeStylesoption increateEnzymeSerializer -
[@emotion/jest] Add
includeStylesoption tocreateSerializer
statelyai/xstate-tools
4 pull requests
- Fixed a bug where children of states entered from transitions would not have their entry actions or invocations typed properly
- Fixed issues with typegen generation for quotes in actions, delays, guards, services and event types
- Made choose actions work when declared in machine options
- Fix parser to include description from transition object
storybookjs/storybook
3 pull requests
redux-saga/redux-saga
3 pull requests
microsoft/TypeScript
2 pull requests
changesets/action
2 pull requests
facebook/react
1 pull request
thysultan/stylis
1 pull request
microsoft/TypeScript-Website
1 pull request
DefinitelyTyped/DefinitelyTyped
1 pull request
sandersn/downlevel-dts
1 pull request
mui/material-ui
1 pull request
radix-ui/primitives
1 pull request
statelyai/xstate-viz
1 pull request
statelyai/eng-blog
1 pull request
Created an issue in vercel/next.js that received 1 comment
Docs: React 18 + _document.getInitialProps double-render issue
What is the improvement or update you wish to see?
Emotion maintainer here

