Emile Fokkema

Results 9 issues of Emile Fokkema

This PR does two things: 1. Recognize not only ```js if(typeof define === 'function'){ define(/*something*/); } ``` as a translatable AMD check, but also ```js typeof define === 'function' ?...

As @loganfsmyth pointed out very eloquently in [this discussion](https://github.com/estree/estree/issues/192#issuecomment-450690006), > [t]his repository uses a simple DSL to define structural types for the AST. The inheritance described here is purely structural...

Use ```html ``` Now try to select the second option, 'a'. Your choice of 'a' will not appear as value, but 'ab' will be shown instead.

Reproduction: - use the following list of options on the 'source' side: ```js [ {id: 'a'}, {id: 'b'}, {id: null}, {id: 'c'} ] ``` - turn filtering on - try...

First off, this may not be a problem with create-vue. It may be a problem in vue itself, or in typescript, or vue-tsc, or somewhere else. It may be related...

vue2

This would maybe make the resulting pattern appear a little less random, because it "starts" somewhere and then seems to "go" somewhere.

### Feature description Currently, the [`touchMove()`](https://pptr.dev/api/puppeteer.touchscreen.touchmove) method on the `TouchScreen` class takes two parameters, `x` and `y`. But there is no way to specify _which_ of the touches you want...

feature
good first issue
P3

### Feature description #12682 proposes to add a `waitForEvent` to `Page`. This idea is a combination of two ideas: 1. Listening to events that are emitted by an element on...

feature