Anton Fedchenko

Results 19 comments of Anton Fedchenko

@scott113341 Thanks, I've actually managed to go a bit further and found a way to inject CSS language permanently by using language injection preferences dialog in IDEA and using this...

A guess. We use `bounds.js` in a React functional component and perform `clear` in a `useEffect` return function. Maybe somehow there is a race condition. As nodes are cleared here...

Great, thanks for your answers. Maybe it's worth a separate section in the docs like "we do not directly support pre-hooks environments but here is the recommended way"?

I had create-react-app v4 ejected app and after upgrading to webpack 5 styles were not HMRed. But following vanilla extract webpack integration docs fixed that. Before, broken with webpack 5...

version 6 has `timeout` option in config and you can reduce 5 seconds to whatever you want (risking you state not being properly hydrated I guess)

Even more confusing when ``` "@types/react@*", "@types/react@^16.0.18", "@types/react@^16.0.7": version "16.0.19" resolved "https://registry.yarnpkg.com/@types/react/-/react-16.0.19.tgz#f804a0fcd6d94c17df92cf2fd46671bbbc862329" ``` after running `yarn upgrade-interactive` bumps version to `16.0.20` but not the way you'd expect ``` "@types/react@*", "@types/react@^16.0.18":...

Sort of hacky solution for those who interested: increase main font size and set window zoom level to a negative value (`cmd + -` or `window.zoomLevel` setting). It's also possible...

first part is closed via c73a09013af056c57487ff5548241de94c4b43c2 1000ms is still to be checked for

Are you writing in this ticket because you've tried inserting this https://streamlink.github.io/cli.html#cmdoption-hls-live-restart option in here https://github.com/kompot/nhl-tv-geeky-streams/blob/master/config.yaml#L31 or you are having problems with default configuration? If the latter - could you...

Also try removing all downloaded files and removing `./tmp/records.json` file.