Rousseau Julien

Results 66 comments of Rousseau Julien
trafficstars

> Hey, sorry, I lost track of this PR a little bit. > > Do you think it would be possible to add some tests for this behavior too? Np,...

> When the user clicks the button, the `postMessage` posts a SKIP_WAITING message to the service worker. The service worker can then take control of the page. > > The...

```ts customElements.define('ds-button', component(dsTitle, { observedAttributes: ['ds-type'] })); ``` OR ```ts const options: Record = { observedAttributes: ['ds-type'] }; customElements.define('ds-button', component(dsTitle, options)); ``` edit: for camelCase attribute you have to add...

+1 a simple example with the similar problem => http://jsbin.com/qinebiwiyo/edit?html,console,output

Hello, we have migrate to https://github.com/DoubleTrade/lit-datepicker, this project is deprecated.

Can you explain what you need ? You want a ES5 version ?

@qweluke on master branch you can use import.

Do you use NPM to install the package ?

Work as expected with crypto-es -> https://github.com/RoXuS/oidc-client-ts/tree/crypto-es We have to fork and push this version on our private registry to use it...

@loekup Hello, you can do that by using directly two `range-datepicker-calendar` like in `range-datepicker` element !