Pierre-Yves Gérardy
Pierre-Yves Gérardy
Edit: The original title was "Rendering `m([spellcheck=false])` results in ``", but there are more issues, see below. As mentioned in MithrilJS/docs#20 by @anonghuser, `m([spellcheck=false])` results in ``, it should obviously...
The logic in `./promise/promise.js` picks up the global `window` defined by the `./tests/test-api.js`, doesn't find a Promise implementation, and goes on to use our polyfill instead of native promises. Adding...
### What is the issue with the HTML Standard? Given `Lorem ispum` if you click and hold the text, move the pointer around then back to the text and release...
### Library name mithril ### Library JSON file https://github.com/cdnjs/packages/blob/master/packages/m/mithril.json ### Library source https://www.npmjs.com/package/mithril ### Files to include mithril.js mithril.min.js mithril.min.js.map stream/stream.js
Adding ```JS if (input.charAt(input.length - 1) === '\n') input += "\n" ``` at the start of `color()` and ```CSS .ldt pre:empty::after { display:block; content: " " } ``` in the...
This makes cells more distinctive and shows that the repositioning can be animated. Plus, it looks cool :-)
As discussed yesterday in GItter, in compressed mode, the two spaces between `@charset` and `foo` in the following snippet are not reduced to one. ``` CSS @charset foo "http://example.com"; ```
Until you get the time to write real docs, it would be nice to add flems links in the README with sample usage.
Hi Leo, REM has been down for a while now, I suppose of the removal of the Heroku free tier. We rely on REM in the Mithril docs, and would...
The Writer and Reader should respectively escape and unescape special characters, and the reader should reject malformed headers and invalid escape sequences. http://stomp.github.io/stomp-specification-1.2.html#Value_Encoding