-
Error: ENOENT: no such file or directory, open '.../sw.js
Bankai seems to be expecting a service worker in an Electron app. But Electron doesn't need one as it has a runtime nodejs.
-
Yesterday I install the release-notifier app on the OctoLinker repo. Today I've created a new release and I expected to see comments on all past PRs between this and the previous release.
For some …
-
It seems nanobus creates a performance entry on event emit and never clear the entry, so after a long time of using, more and more entries of performance will be in memory.
key code here:
```js
v…
Jokcy updated
6 years ago
-
In React 16 components introduce something new called [error boundries](https://facebook.github.io/react/blog/2017/07/26/error-handling-in-react-16.html). The main idea is that if an error is thrown f…
-
Maybe add the release process to CONTRIBUTING
```
Update changelog date
Bump package.json
commit -m '6.4.0'
git tag v6.4.0
git push ; git push --tags
npx gh-release
npm publish
```
-
hey,
Great library.. i was just running the tests on ubuntu 18 and I get streaming warnings until I stop the test. Do the tests work on other operating systems? I will continue to investigate
``…
m-onz updated
5 years ago
-
Would be cool if we worked with benchmark people to find pain points. If people want to help out, there's an open issue here: https://github.com/krausest/js-framework-benchmark/issues/171 :tada:
-
I think it would be useful to have a completely set up project from scratch using `create-choo-app` included in this repo as a reference. Sometimes, I want to see what a conventionally set up choo app…
-
### Expected behavior
Input fields should retain their state (and possibly focus as well as cursor position) regardless of `emitter.emit('render')`
### Actual behavior
Text input fields loose the…
-
`Uncaught DOMException: Failed to execute 'measure' on 'Performance': The mark 'end-24206000-nanocomponent.render' does not exist.`
@yoshuawuyts :
> nicknikolov: okay: what I suspect is happening …