-
**Stencil version:**
```
@stencil/core@2.0.3
```
**I'm submitting a:**
[x] bug report
[] feature request
**Current behavior:**
I run into a couple of problems involving **web worker…
-
I haven't gotten to try it out yet because when I run webpack I get this error:
ERROR in ./~/css-loader!./~/sass-loader!./app/client/styles/app.scss
Module build failed:
@import "{}/node_modules/reac…
-
There is at least one instance in the code ([in findJsModulesFor](https://github.com/Galooshi/import-js/blob/master/lib/findJsModulesFor.js#L52)) where an assumption is being made that the packages fo…
-
I was thinking of creating an atom plugin that would work closely with your future yeoman functionality. The plugin would suplement the standard treeview and facilitate creation of Mantra components a…
-
Hey @gcanti,
I currently debugging issue with tcomb-form in my project that popped out after update to React 0.14.3 and consequently to latest tcomb-form / uvdom. It keeps giving me two React copies…
-
1. [freeCodeCamp](https://github.com/freeCodeCamp/freeCodeCamp)
freeCodeCamp是一个免费学习编程的开源社区, 有免费的全栈前端课程.
2. [vue](https://github.com/vuejs/vue)
Vue.js是一个渐进的,可逐步采用的JavaScript框架,用于在Web上构建UI.…
-
I've been looking at offline support for a while now (and contributed to `appcache` as much as I can), and wanted to put into a more formal plan the results of what I've found, and what I think would …
-
The root cause may lie with the `source-map-support` npm package, but I'm unable to use velocity due to this, so I'm logging the issue here as well.
See: https://github.com/evanw/node-source-map-supp…
-
We need to be able to remove unused code from our own code base and from imported dependencies when we ship for production.
https://medium.com/@roman01la/dead-code-elimination-and-tree-shaking-in-jav…
-
I've put my authorization logic in an action, which I call in the composer, as per #62, #65.
The strangest thing is happening though, the URL is changing to '/login', but the 'feed' component is stil…