Matthieu Larcher

Results 43 comments of Matthieu Larcher

It is an issue with eslint-plugin-import since 2.23.0 cf https://github.com/benmosher/eslint-plugin-import/issues/2066 for more info

I don't have time to provide a PR, but for future reference here is what I did to make it work with IE8: - add a polyfill for add/removeEventListener (...

```js import * as opentracing from 'opentracing' ``` works in testing environment, but not in node environment. In node, `opentracing` ends up being an object with a `default` key wrapping...

And `--experimental-modules` can import CommonJs, yes. See https://nodejs.org/api/esm.html#esm_enabling

Jest doesn't allow passing flags to node, and they won't support modules until they get out of experimental mode (expected for this october when node 12 goes LTS). I agree...

Fwiw, it seems to me that a `onBlur={e => { e.preventDefault(); }` on the Field element brings us the expected behaviour with no downside. Gotta confirm there is no edge...

UPDATE: When running on GCP we now have a less frequent `TimeoutError: waiting for selector ``.cf-browser-verification`` to be hidden failed: timeout 30000ms exceeded` error, but when we don't have the...

How come the issue has been closed ? Has the `OpenseaScraper.offersByScrolling()` method been fixed ? It seems to me that the issue first expressed in this ticket is still happening,...

Not sure it is the same issue, but when running our script we get `"stats":{"totalOffers":416}` even though the `offers` field only contains 410 elements after calling `scraper.offersByScrolling` when running the...

Here's what I get: ``` server_1 | 2022-03-17T22:00:43.174Z debug: Start scraping prices server_1 | === scraping started === server_1 | Scraping Opensea URL: https://opensea.io/collection/chumbivalleyofficial?search[sortAscending]=true&search[sortBy]=PRICE&search[toggles][0]=BUY_NOW server_1 | server_1 | === options...