Gabriel Mičko

Results 5 issues of Gabriel Mičko

### How to use GitHub * Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue. * Please don't comment if you have no relevant...

`npx cmake-js compile -T whisper-addon -B Release ` info find VS using VS2022 (17.9.34728.123) found at: info find VS "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools" info find VS run with --verbose...

background: url('img/logo.png'); background: url('img/logo.svg') rgba(0, 0, 0, 0); background-position: left center; background-repeat: no-repeat; position and repeat doesnt work.

When I navigate somewhere else and the slider gets unmounted the animate interval wont stop. FIX: ``` componentWillUnmount() { window.removeEventListener('resize', this.setVisibleItems.bind(this, this.props.visibleItems)); if (this.state.interval) { clearInterval(this.state.interval); this.setState({ interval: null });...