Benjamin Santalucia
Benjamin Santalucia
With the original code, if document.documentElement.scrollTop returns 0 then document.body.scrollTop will be evaluated but in strict mode it is deprecared. Thus Chrome send a warning. The test prevent the warning....
Hi, Thanks you for reporting. I don't have enough time right now to investigate and make a fix but if anyone wants to make a PR, I'd be happy to...
I think Lovelace has a cache. You need to refresh it
Hi, the config should go in lovelace. You have to edit the dashboard, add a new card, choose "manual" and put the config.
Hi, Thanks for reporting. The card is not supposed to refresh during edit mode. But to achieve that, the code is a somewhat a hack. Maybe something has changed in...
For the one using webpack and TypeScript configured to output ES5, I made a little webpack loader: https://www.npmjs.com/package/ts-es5-istanbul-coverage Using it make sure you won't get the branch marked as not...
For the one using webpack and TypeScript configured to output ES5, I made a little webpack loader: https://www.npmjs.com/package/ts-es5-istanbul-coverage Using it make sure you won't get the branch marked as not...
For people seeking the same with typescript: until #61 is fixed, you can go with this workaround: ``` Object.defineProperty(options.browserifyOptions.transform, 'filter', { // eslint-disable-next-line @typescript-eslint/no-explicit-any value: function(this: TType[], filterCallback: (value: TType,...
Thanks for reporting. I will dig into asap
I am not sure how to tackle that one. Here are the limits from bunq api: > If you are receiving the error 429, please make sure you are sending...