-
See failure in TravisCI log:
https://travis-ci.org/readium/readium-js-viewer/jobs/155993925
See PegJS change log regarding multiple module format support:
https://github.com/pegjs/pegjs/blob/master/R…
-
I recently spend some time figuring about right configuration file format to use.
While we already settled a bit on JSON, I think there are good alternatives:
* YAML
* TOML
The reason I starte…
-
My plugin [docpad-plugin-without](https://github.com/ukoloff/docpad-plugin-without) started to fail tests after CoffeeScript released v1.11.0 (on September 24th).
Error message is rather strange:
``…
-
> Currently, only Japanese users confront this problem. English description is written bottom of this issue.
https://github.com/atom/season/issues/16
https://github.com/atom/season/pull/17
日本人の方で\u2…
-
I just installed config and started playing around with it. I have a directory structure like this:
```
/app
/node_modules
/config
-
#101 #99 strikes back!
``` javascript
EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive…
-
Consider the following example
``` python
import cson
scope = ".source.js"
key = "function()"
array = {}
array[key] = "function($1)"
atom = {scope: (array)}
result = cson.dumps(atom, sort_keys=Tru…
-
Given the test.sass file:
div
background-color: blue
when I run "./bin/sassc test.sass" I get the error:
ERROR -- test.sass, line 1: invalid top-level expression
Is there a flag I'm missing, or i…
-
I'm trying making something like this
```tttsome code without syntax highlight```
and want the code to be highlighted just like well-known language syntax
```javascriptsome code with syntax highli…
-
I am trying to use connect-redis: "~3.0.1" with express-session: "~1.12.1" in my web app to store user sessions. But when I give the prefix field in RedisStore, its getting repeated two times. Please …