-
Hello Tobias,
As I said before, I want to include your plugin library as part of Noteself default edition. I only need the plugin, not the library. Where can I pick it up ? I would prefer to pick i…
-
I have encountered a data integrity problem whereby in certain circumstances, tasks can be created and displayed, but no reference to the task appears in **$scope.data** container. My understanding of…
-
# ES6 Modules
https://developer.mozilla.org/zh-CN/
```md
.babelrc
{
"presets": ["es2015"],
"plugins":["transform-object-rest-spread"]
}
"presets": ["es2015"]
query: …
-
Version 1.24.1 is broken with rollup >= 1.0
If this project is dead could you send the deprecated flag to npm to let us all know.
```
npm deprecate rollup-stream@"= 1.0"
```
Thanks
-
`npm install` gives the following output (building simple angular2-seed project works fine):
``````
bufferutil@1.2.1 install c:\dev\libs\angular2\examples\angular2-seed-example-mashup\node_modules\bu…
-
It looks like stylefmt isn't reading .stylelintrc.json in the root of my project and is falling back to the default .stylelintrc that it's shipped with. Does stylefmt support the JSON file extension?
-
_Updated to reflect Brunch focus as a build tool more than scaffolding_
Brunch is an application assembler for organizing and building webapps. If we're covering Grunt and Gulp, it would be nice to b…
-
We need to implement a theme system, allowing custom themes. The default style needs to become a theme that is shipped alongside the core software.
**Desired Features*
- Custom styles per theme,…
-
_From @snehoo on September 28, 2016 18:26_
Everything was running fine then suddenly this, oh yeah upgraded to Sierra before this bug and now using xCode 8.0.
```
malloc: *** error for object 0x1740…
jgw96 updated
8 years ago
-
Main goal of this project is to remove the grunt dependency.
For this the project should expose a cli and node module.
E.g.
```
$ phantomas-ui http://somesite.com --option1=1 --options=2
```
and
…