Adrien Gibrat
Adrien Gibrat
**Stencil version:** ``` @stencil/[email protected] ``` **I'm submitting a:** [ ] bug report [x] feature request [ ] support request => Please do not submit support requests here, use one of...
Hello, First thanks for the amazing great job! Now the issue: It's better to store helpers in $.oembed than in $.fn.oembed : $.fn it's used as prototype, so every jQuery...
Hello, I realize this is a big API breaking shift, but now [promise are implemented in most browsers](http://caniuse.com/#feat=promises) (but IE) and io.js, I'd expect to use it for everithing that's...
I use zxing-typescript in a Typescript project with some strict compiler options ```json { "compilerOptions": { "noImplicitAny": true, "strictNullChecks": true, "noUnusedLocals": true, "noUnusedParameters": true, "allowUnreachableCode": false, ... } ``` and...
I reproduced a native button behaviour in one of my component: - the `form` [attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#attr-form) is a string - the `form` [property](https://developer.mozilla.org/en-US/docs/Web/API/HTMLButtonElement) is a read-only HTMLFormElement or null But I...
ST3 can open images (jpeg, pn, gif, etc..) But I cannot open the color picker when the active tab in an image, nor can I switch to a tab displaying...
Test case to reproduce this: ``` js (function() { var local; function a (){ var value = local = true; return value; } return a; })(); ``` @see https://github.com/kangax/jscritic/blob/15957a2e2a99607e328d945e9e898a845f76a22e/jscritic.js#L480 The...