- Wrocław, Poland
- @AndaristRake
Highlights
- 99 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,710 contributions in the last year
Activity overview
Contribution activity
May 2022
Created a pull request in statelyai/xstate that received 8 comments
Implement predictableActionArguments feature flag
Although this PR's main goal wasn't that - it can be used to supersede #3210 and thus it fixes the problem described here The main goal of this wor…
Opened 15 other pull requests in 6 repositories
microsoft/TypeScript
6
open
1
merged
- Improve computed base constraint for Index type on generic IndexedAccess
-
Optimize the transformed output of
JSXSpreadAttributes containing anObjectLiteralExpression - Fixed an issue with a concrete object not being assignable to a generic mapped type with a partially concrete constraint
- Fixed an issue with quickInfo crashing on a function property returned from generic function
-
Automatically enable
debugModewhen recording with Replay - Fixed an issue with generic naked T not being allowed as async generator's return
- Add a regression test for completion list in object literal involving inferred obj with optional members
statelyai/xstate
3
merged
1
open
emotion-js/emotion
1
open
RecordReplay/devtools
1
open
microsoft/TypeScript-DOM-lib-generator
1
merged
changesets/action
1
merged
Reviewed 17 pull requests in 7 repositories
statelyai/xstate
7 pull requests
- [v5] Explicit spawn
-
Fixed an issue in the
EmittedFromtype helper that could prevent it from inferring the desired type from some service -
Implement
predictableActionArgumentsfeature flag - Small grammar tweak in docs
- Language logic tweak
- [xstate/react] Prevent React 18 strict mode from restarting service
- removed asEffect and asLayoutEffect from docs because it no longer exists
microsoft/TypeScript
4 pull requests
-
Optimize the transformed output of
JSXSpreadAttributes containing anObjectLiteralExpression - Fixed an issue with quickInfo crashing on a function property returned from generic function
- Fixed an issue with a concrete object not being assignable to a generic mapped type with a partially concrete constraint
- Fixed an issue with generic naked T not being allowed as async generator's return
redux-saga/redux-saga
2 pull requests
storybookjs/storybook
1 pull request
changesets/action
1 pull request
mui/material-ui
1 pull request
storybookjs/frontpage
1 pull request
Created an issue in microsoft/TypeScript that received 4 comments
Optimize JSXSpreadAttribute JS emit when it contains ObjectLiteralExpression
Suggestion