Karl

Results 40 comments of Karl

I believe I might be having a similar issue and I have found that it's due to changing the state whilst updating the video url. See a codesandbox example here:...

I think the reasoning behind not using Basic Auth or any precautions should be added and explained in the docs.

@spacecowboyian Not from Cylon, I decided to use [pigpio](https://github.com/fivdi/pigpio) which worked fine!

Hey @zaweb, please can you provide a [MRE](https://en.wikipedia.org/wiki/Minimal_reproducible_example)

We're using `Date.now()` to represent a unique ID for aria controls, I _think_ something like `resetIDs` would work

@iMoses This is brilliant. This is exactly the direction I wanted to steer react-collapsible. I wonder if @glennflanagan feels the same way? @glennflanagan What are you thoughts? Would you be...

Yeah I agree with keeping it classes. I think we could collaboratively work on this over next coming months. Perhaps open up a [discussions](https://docs.github.com/en/discussions) on this repo and ask for...

Edited: to remove the mentions of other issues as I believe you didn't mean to do that but was just using a `#` which will reference an issue/pr. Confirmed as...

After a quick look it looks to be that [this line of code](https://github.com/glennflanagan/react-collapsible/blob/develop/src/Collapsible.js#L45) is the culprit ``` if ( (prevState.height === 'auto' || prevState.height === 0) && // here. this.state.shouldSwitchAutoOnNextCycle...

Hey @lud-hu, I'm slightly reluctant to merge this with two underlying fixes. What was the issue that warrants a "wrapper element" that you mention? Will leave this open for a...