Guy Elsmore-Paddock
Guy Elsmore-Paddock
Thanks, @cantino. I will add some tests this weekend. Please consider this a WIP for the time being.
For now, I'm using this workaround but it feels like a kludge because it's basically re-implementing the built-in logic of the component: ```jsx render() { return ( { if (clickedNode.showCheckbox...
I think you can just loop over all your nodes, add their values to an array, and then in your `render()` method, pass that array in for the `checked` prop,...
Ah, yes, for such a large tree that use case makes sense.
Having the same problem here
@GrahamCampbell Can you elaborate on why the GET part needs to be removed?
@A11oW Usually, in test suites, you don't want to stop on the first failure because you want to know all of the tests that are failing. However, if you're asking...
In our case, the request is a bit different than #80. The way we usually handle this in RSpec is by defining a shared example group: ```Ruby class Cat def...
I was able to get a workable but verbose solution using a functional interface and lambda declared in the test. The lambdas are invoked from within the context of each...
The only two issues I have with https://github.com/benpye/wsl-ssh-pageant/issues/33#issuecomment-640935516 are that: 1. WSL hangs when trying to close WSL windows (you have to CTRL+C to get it to close) 2. The...