Jan M. Faber
Jan M. Faber
The adsf-live gem relies on Rack::LiveReload, which by default still loads swfobject.js as a fall back for browsers that do not support web sockets. This is unlikely to be of...
I would like the option to specify a default stage for a task. I have a number of tasks that only make sense to run on a particular stage, so...
### Steps to reproduce 1. run `nanoc view --help` or `nanoc live --help` It shows: `Unless specified, the web server will run on port 3000 and listen on all IP...
### Steps to reproduce 1. On a nanoc site add the "nanoc-live" and the "thin" gems 2. Start `bundle exec nanoc-live` 3. Try to quit with ctrl-c ### Expected behavior...
YAML.safe_load will raise an exception when you try to load text that happens to contain a sequence of numbers that looks like a date but is not: ``` s="2016-02-31" YAML.safe_load(s.to_yaml)...
### Steps to reproduce 1. have a page with some inlined javascript, for example: `Back to top` 2. compile and run `nanoc check elinks` ### Expected behavior No error ###...
### Steps to reproduce 1. have a .scss file that imports another .scss file with an `@import` line, e.g. `@import 'components/colors';` 2. compile on Windows ### Expected behavior It should...
### Steps to reproduce 1. Use nanoc with adsf-live 2. Make a change to a page ### Expected behavior adsf-live should send the path of the web page to live...
### Steps to reproduce Any reference to `request.raw_post` will trigger an exception during integration tests. The code works fine, as do system and controller tests. Apparently this is due to...
Very useful gem! This is a very minor issue, but I noticed that the `` tag is not listed in the `HTML_BLOCK_ELEMENTS` ([here](https://github.com/threedaymonk/htmlbeautifier/blob/3d75d9b4e09973ede8b886ff129f1e734ccbaa98/lib/htmlbeautifier/html_parser.rb#L12)) and so does not automatically get a...