Gui Prá
Gui Prá
- OS: Debian 9. - Node version: 6.3.1. - Library version: 3.0.0. Why should properties containing functions behave differently from, say, numbers? - Consider: `mergeDeep({ a: () => 1, b:...
If a container has non-element child nodes (e.g. comment nodes), sometimes they arenn't returned to the same order after calling `drake.cancel()`. This CodePen shows hopefully demonstrates the issue very clearly...
I want to set `upgrade_insecure_requests` only if the page is requested over HTTPS, because I don't use HTTPS when developing on localhost (i.e. when developing, I browse http://localhost, not https://localhost)....
- Node version: 6.2.0. - Hyperscript version: 1.4.7. Steps to reproduce: Evaluate `h('div', 'Test', { style: { display: 'none' } }).outerHTML` Expected: `Test` (or something like that). Got: `Test` Am...
When copying or moving multiple files using e.g. the command `cp 1 2 3 target/directory/`, those parameters are visible using `ps aux`. I'm aware it's also possible to find the...
Hi, I'm using version 0.0.10 of the library and this is happening: ``` $ node > tiny = require('tiny') > tiny('./docs.tiny', function(e, docs_) { docs = docs_ }) > docs.each(console.log)...
**I'm submitting a feature request** * **Library Version:** [email protected] **Please tell us about your environment:** * **Operating System:** Ubuntu 17.10 * **Node Version:** 8.7.0 * **NPM Version:** 5.4.2 * **JSPM...