-
@vslinko
What should `redux.dispatch()` return? Currently the code is
``` js
function dispatch(action) {
return typeof action === 'function' ?
action(dispatch, state) :
di…
-
Currently, if you're using recursive partials and you want to use a value from the root viewModel inside of the partial, you will always get a warning about implicit scope walking.
In the followin…
-
**We need to replace the following tasks:**
- [x] clean
- [x] {webpack, webpackWatch}
- [x] handlebars
- [x] {serve, reload}
- [x] styles
- [x] lint
- [x] security
- [x] bumpVersion
- [x] cre…
-
I'm trying to do something like this in gulp and sassify, and getting a syntax error. Perhaps its sassify or its dependencies, but I see a similar issue [here](https://github.com/npm/marky-markdown/i…
-
- [x] Take the baked in Django admin editor and make it work using Ryan's styles
-
Hi, i get this error if i run "npm start"
```
[21:09:39] 'copyStaticFiles' errored after 32 ms
[21:09:39] Error: Invalid glob argument:
at Gulp.src (project/node_modules/vinyl-fs/lib/src/in…
-
Hi,
Many thanks for this tool, it's awesome.
Is there any way to use `.html` instead of `.cshtml` for partials? (_when I use `@RenderPartial("~/header.cshtml", Model)` everything works fine, but…
-
Thank you for this awesome KISS plugin!
I have a custom base_site.html, how can I make it work?
-
Can't install demos with python3.6 getting this error:
```Modules with syntax errors:
* vanilla.core
```
-
Getting an error when running `virtualenv -ppython3.5 ...`:
https://travis-ci.org/pre-commit/pre-commit/jobs/272956128
It was working 45 minutes ago:
https://travis-ci.org/pre-commit/pre-comm…