Pierre-Yves Gérardy

Results 60 issues of Pierre-Yves Gérardy

WIP, pending discussing in #2179 ## Motivation and Context See #1734 ## Types of changes - [x] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking...

Type: Enhancement

We use `selectorParser = /(?:(^|#|\.)([^#\.\[\]]+))|.../` to parse the hyperscript selectors. As mentioned by @cavemansspa This can be nice for multiple classes: `m('div.ui grey inverted segment').attrs` => `{ className: 'ui grey...

#1734 means that hash-based routing is broken in IE up to version 11. To fix this universally, we must use `onhashchange` for hash-based routing unconditionally, but then we lose the...

If we want to properly test getter and setter properties on custom elements, we need to have them supported at the mocks level. This isn't the case currently. The way...

Hi all, here follows some brain storming about the order in which the hooks fire (this may be a dupe, because some of these ideas have been brewing for a...

The `lis` function has a bug when the first item is new. Currently, `lis([-1, 1])` returns `[0, 1]` instead of `[1]`. Actually, an initial -1 always results in an extra...

Has someone tried to tackle [this benchmark suite](http://www.techempower.com/blog/2013/05/02/frameworks-round-4/)? [Here](https://github.com/TechEmpower/FrameworkBenchmarks/blob/master/nodejs/hello.js) is the Node implementation. --- Want to back this issue? **[Place a bounty on it!](https://www.bountysource.com/issues/425875-techempower-web-framework-benchmark?utm_campaign=plugin&utm_content=tracker%2F133319&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F133319&utm_medium=issues&utm_source=github).

The natural container for nodes is the DocumentFragment, but since it loses its children on insertion, it can't be used to hold onto them. It would be nice if `.append()`,...

addition/proposal

Reporting this per https://es.discourse.group/t/regexp-choice-point-is-never-defined/1337 The [Pattern Semantics section](https://tc39.es/ecma262/#sec-pattern-semantics) mentions "choice points" six times, but the phrase is never defined. It would be good to clarify the terminology, and specify where...