Karolis Narkevicius

Results 40 issues of Karolis Narkevicius

As discussed in context of: https://github.com/facebook/react/issues/14110#issuecomment-448064096. This probably would mean relinquishing ability to set some state sync, because we'd have to move requestAnimationFrame from the point of subscribing to the...

question

I think it's time (again) to introduce some breaking changes. 1. Update signature to `createAtom({ state, actions, other, options })`. 2. Update fuse signature to `fuse({ state, actions })`. 3....

enhancement

* merge all content into a single page! easier to scan, easier to cmd+f * remove some superfluous sections! * move some content into a blog and link!

enhancement

https://github.com/SublimeLinter/SublimeLinter-eslint/pull/311/files

help wanted
good first issue

Right now, because we pass code via stdin without the file path, the css-modules plugin in the editor doesn't see the corresponding css/scss files and shows false positives.

bug

Right now, .prettierignore is handled in the bin/standard-engine.js, but really should be done inside the require('standard-engine').linter, I think I'll just have to fork it properly.

bug

Still needs some work on TODOs, finalising the API, solving some memoisation issues and tests.

``` useRealtime((event, payload) => {}) ``` You could handle events this way and do things like refetch/update local component state in a specific way, etc.

**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** Running `yarn` fails when we try installing @scoped/packages. I get `Error: https://yarn-scopes-issue-hplobdybcq.now.sh/@foo/bar/-/@foo/bar-1.0.0.tgz: invalid...

This is not always needed, and when it is, it should be opt in, but there by default, because it's too unobvious if someone just happens to create a transition...