Max Brauer
Max Brauer
I think I was able to produce a simple yet complete demo of continuous, asynchronous polling using @erezrokah 's workaround: https://github.com/mamachanko/continuous-asynchronous-polling-with-react-hooks
I think you can listen to mouse events in your update function to reposition and add components. https://pkg.go.dev/github.com/charmbracelet/bubbletea#MouseEvent But it would be nice to showcase that in `examples/`.
_(see PR description for Q about testing)_ In the meantime, here's how I've manually tested this change so far. ```yaml #! test.yaml --- apiVersion: packaging.carvel.dev/v1alpha1 kind: PackageRepository metadata: name: test...
> I verified that all Secret and ConfigMap references. Nice. Thanks for going over them! > Would you be open to adding a test for this? Yes, I'd be happy...
@100mik I won't be able to add tests right away, because time and obligations. There's no rush here, is that right? In the meantime, if you are able to point...
@kumaritanushree @100mik Before committing to an E2E test scenario, I wanted to explore a more unit-style approach. After discovering all the required types and APIs I drafted a table-driven `default_template_rules_test.go`....
> > @kumaritanushree @100mik Before committing to an E2E test scenario, I wanted to explore a more unit-style approach. After discovering all the required types and APIs I drafted a...
> > `default_template_rules_test.go` now tests the newly added template rules for kapp-controller's resources. > > @mamachanko I think file name should be default_test.go so that if in future if required...
Actually, now that I am looking at it again, I don't think that the existing explanation that is displayed by the Diff UI is lacking per se. But I say...