Filipe

Results 8 comments of Filipe

I can relate to that problem and would like to thank you for providing a workaround. Under Google Chrome 88.0.4324.182 and Windows 10 v19041.804, `document.createElement('svg').nodeName` yields `"SVG"`. **Edit**: I've been...

Hi! It seems to be the correct behaviour, since, by my newbie looks, `PDFReader`'s class doesn't implement the `.toString()` method. You won't be able to use `console.log()` like this. What...

According to the [websockets library changelog](https://websockets.readthedocs.io/en/stable/changelog.html#id5), `websockets.framing` is deprecated since version 9.0 which was released May 1st, 2021. Maybe the author hasn't had the chance to fix it yet. Perhaps...

Interesting, but I don't think removing the imports from `websockets.framing` should be a fix. These aren't unused API calls, they are used inside of the `SonoffLANModeClientProtocol` class from `client.py` at...

My only change on `bin/www` was at line 22 from this: `var server = http.createServer(app);` to this: `var server = app;` There's also a closed issue on the matter. I...

Feel free to edit the post or the title for clarification. I'm not a native speaker.

Is it worth it though? I'd rather keep the module code untouched. I'm new to test driven development and I don't use any specific features from `c8`, so I'll be...

Estou tendo o mesmo problema. Vou investigar essa questão do mongoDB e testar o Evolution 2.0, se der algum resultado eu reporto aqui pra vocês.