David Alpert
David Alpert
this is my first crack at contributing to this code base. feedback is very welcome. as well, feel free to throw it out and start again if a different direction...
a pattern I have used on other projects, adopted from the `kubectl` codebase if I recall, is to abstract the writing to STDOUT and introduce some helpers such that a...
@andreynering if you are open to it we might schedule a zoom call to discuss the feature and align on a direction. I am happy to contribute effort but want...
I will get started on this. I do wonder if it would be useful to print task execution output as JSON also 🤔
@andreynering here is a second draft; let me know if this is more aligned with your expectations. - #936 3 unit tests are failing though when I printed out more...
@andreynering ready for review. I resolved the code suggestions and converted the additional debug info to some enriched error responses which made the tests happy.
the `VueApexChartsComponent` interface in that file is defined but not exported, so it is unavailable for use in client code. it would need to be exported in order for me...
@junedchhipa I have opened #386 as I believe that it will resolve this issue.
double check DNS. this happened to me on MacOS tonight but when I checked the k9s logs and used the same kubectl command on the command-line it failed with a...
@Rhymond I have created a PR for this issue (#99). I first implemented the `driver.Valuer` and `sql.Scanner` interface on the `money.Amount` and `money.Currency` types but ran into trouble when trying...