- Wrocław, Poland
- @AndaristRake
Highlights
- 104 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 1
-
-
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,851 contributions in the last year
Activity overview
Contribution activity
June 2022
Created 16 commits in 9 repositories
Created 2 repositories
- Andarist/chrome-extension-tools TypeScript
- Andarist/tty-table JavaScript
Created a pull request in storybookjs/storybook that received 11 comments
Core: fix PnP compatibility for @storybook/ui and @storybook/router packages
Issue: #18319 It's pretty much the same as https://github.com/storybookjs/storybook/pull/18015/files
Opened 11 other pull requests in 8 repositories
statelyai/xstate
4
merged
statelyai/rfcs
1
merged
emotion-js/emotion
1
merged
crxjs/chrome-extension-tools
1
merged
tecfu/tty-table
1
merged
sveltejs/svelte-preprocess
1
merged
radix-ui/primitives
1
open
microsoft/TypeScript
1
open
Reviewed 34 pull requests in 10 repositories
statelyai/xstate
8 pull requests
-
Implement
predictableActionArgumentsfeature flag - Add UMD builds backs in the core
- Add pure assignment warning
-
[xstate/test] Narrow down the
eventtype passed toEventExecutorbased on the key - xstate-solid
-
refactor:
🏷️ stronger types forStateValuewhen using Typegen - Fixed an issue with actors not being reinstantiated correctly in a microstep
- Naive jest console message
emotion-js/emotion
5 pull requests
redux-saga/redux-saga
4 pull requests
statelyai/xstate-tools
4 pull requests
microsoft/TypeScript
4 pull requests
-
Revise and simplify CFA for
typeofcheck expressions - Add visible alias statements for non-visible binding patterns when emitting declaration
- Fixed an issue with shorter param list not being assignable to rest param with tuple union
- Fixed initialization-time inference for class properties assigned through element access
changesets/changesets
4 pull requests
storybookjs/storybook
2 pull requests
preconstruct/preconstruct
1 pull request
statelyai/rfcs
1 pull request
replayio/devtools
1 pull request
Created an issue in radix-ui/primitives that received 2 comments
[ContextMenu] Accidental focus theft from within Menu
Bug report
Current Behavior
It's an unfortunate race condition~ between a handler like:
onSelect={() => { inputRef.current.focus()
}}
and the "foc…


