Mike Vercoelen

Results 27 comments of Mike Vercoelen

true that, will add it soon :) Thanks man

Also seeing this problem often

I think this is probably the best solution: ```js const EXPECTED_PONG_BACK = 15000 const KEEP_ALIVE_CHECK_INTERVAL = 7500 export const startConnection = () => { provider = new ethers.providers.WebSocketProvider(config.ETH_NODE_WSS) let pingTimeout...

We're two months in and the code mentioned before, has been running steadily on our node :) 0 downtime.

@murtuzamacdev also not getting any sound playing on Android 11 API 30. What did you end up doing? Did you end up moving to a different library? This seems dead

Confirmed, this is a problem. I have the same `@import 'outside';` error

@maoberlehner ``` ERROR in ./src/react-components.scss (./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/lib/loader.js??ref--5-2!./src/react-components.scss) Module build failed (from ./node_modules/sass-loader/lib/loader.js): @import 'outside'; ^ File to import not found or unreadable: outside. in /Users/mike/Development/frontend-react-components/node_modules/node-sass/test/fixtures/cwd-include-path/root/index.scss (line 1, column 1) ``` This...

@maoberlehner I'm only using glob importer, and passing options to it doesn't seem to work

The ideal interface would be a stream. How it works currently is: you search, until the timeout. What about if you have a UI where you search infinite till the...

For us, it's even worse seeing images loaded 3 times