- Wrocław, Poland
- @AndaristRake
Highlights
- 83 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
-
-
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,438 contributions in the last year
Activity overview
Contribution activity
December 2021
Created 33 commits in 13 repositories
Created 6 repositories
- Andarist/svelte-preprocess TypeScript
- Andarist/node JavaScript
- Andarist/schemastore JavaScript
- Andarist/turborepo Go
- Andarist/contentlayer TypeScript
- Andarist/playwright JavaScript
Created a pull request in microsoft/playwright that received 7 comments
chore(input): add missing await before this.move in the click
As far as I can tell this was missing by accident
Opened 34 other pull requests in 12 repositories
changesets/changesets
7
open
6
merged
-
Update people fields in
package.json - Cleanup test output
-
Errors received from
npm profile get --jsonwill now always be printed -
Upgrade
is-ci - Fixed an issue with none releases ending up as snapshot releases
-
Fix issue with bumping packages without
package.json#version - Accept tag dependencies as valid
-
Fixed issues with
*ranges not being replaced in premode -
Added support for a
--no-git-tagCLI flag that can be used withchangeset publish - [DO NOT MERGE] Snapshot release for testing purposes
- Setup CodeSandbox CI for PRs
- Update URLs in docs & code after the ownership transfer
-
Add support for
fixedpackages
emotion-js/emotion
4
merged
1
open
statelyai/xstate
1
open
3
merged
microsoft/playwright
2
open
2
merged
- feat(keyboard): support simple copy-pasting using meta+c/v
- test(keyboard): add tests for click events being dispatched when Space/Enter gets pressed while focus is on a button
-
feat(mouse): set
.buttonscorrectly for basic mouse commands in Chrome - test(mouse): add a test for pointerdown event with custom button
sveltejs/svelte-preprocess
1
open
nodejs/node
1
merged
SchemaStore/schemastore
1
merged
yarnpkg/berry
1
merged
Andarist/react-textarea-autosize
1
merged
vercel/turborepo
1
merged
contentlayerdev/contentlayer
1
open
dmtrKovalenko/cypress-real-events
1
open
Reviewed 57 pull requests in 15 repositories
changesets/changesets
20 pull requests
- fix: make cli skip private packages without version field
- Make cli log message clear, reduce noise "boxen" style, fix #560
- update docs for clarity and easier comprehension for new users
- Fixed an issue with pre mode needs to be re-enterable after exiting
- Cleanup test output
-
Errors received from
npm profile get --jsonwill now always be printed - Accept tag dependencies as valid
-
Fixed issues with
*ranges not being replaced in premode -
Added support for a
--no-git-tagCLI flag that can be used withchangeset publish - Fix snapshot timestamp
-
Upgrade
is-ci -
Fix issue with bumping packages without
package.json#version - Fix bug in 'flatten releases' function where 'none' release types don't play nicely with other release types
- defaultWrittenConfig change baseBranch from master to main
- Setup CodeSandbox CI for PRs
-
Add support for
fixedpackages - Add snapshot releases for PRs
- Rework publishing to work with all popular package managers
- Fix spelling errors
- Update README to credit Atlassian before the ownership transfer
statelyai/xstate
11 pull requests
-
[v5] Remove
state.history -
Add
selfto invoke meta - [core] Multiple guards
-
[v5] Remove
Typestate - Docs: Add deprecation notice for activities
- [v5] Remove batching
- Added interop observable symbols to ActorRef
-
[v5] Remove
interpreter.children -
[core] Add potential fix for failing
state.cantest -
Add a failing test for
state.canthat involves targeting a node in the current configuration - [v5] Ensure that null events are not recorded
emotion-js/emotion
8 pull requests
- Update/correct TypeScript docs to reflect current best practice
- Fix/babel plugin emotion function object crash
-
useInsertionEffectwhen it's available - Fixed test setup of one of the SSR-related tests
- Suppress Safari class name mismatch warning
- Stylis upgrade
- Export Keyframes type from @emotion/react
- Export Keyframes type from @emotion/core
changesets/action
4 pull requests
yarnpkg/berry
2 pull requests
microsoft/playwright
2 pull requests
dmtrKovalenko/cypress-real-events
2 pull requests
Andarist/stylis-plugin-extra-scope
1 pull request
sveltejs/svelte-preprocess
1 pull request
statelyai/xstate-viz
1 pull request
preconstruct/preconstruct
1 pull request
SchemaStore/schemastore
1 pull request
cloudflare/durable-objects-rollup-esm
1 pull request
cloudflare/wrangler2
1 pull request
Thinkmill/manypkg
1 pull request
Created an issue in dmtrKovalenko/cypress-real-events that received 6 comments
Make it possible to perform actions while pressing a particular key or pointer button
To test some interactions we might have to do multiple things at once - like for example press space and move the pointer around while holding the …