Kaoru Kohashigawa
Kaoru Kohashigawa
Just starting out on vim but this worked for me, so i wanted to update the readme.
I'm trying to run tests in a suite individually (i.e. in Intellij) by passing `--test_arg=-t ` as per the scalatest docs. Alas, I get this exception: ``` ==================== Test output...
### What happened? Received an error: ``` kubernetes:elasticsearch.k8s.elastic.co/v1:Elasticsearch (family): error: error reading from server: EOF panic: fatal: An assertion has failed: path: [spec nodeSets 0 podTemplate metadata creationTimestamp] | v:...
Prometheus support authentication of the metrics endpoint, is this something this gem could support?
### Problem When manually entering additional bazel flags which contain quotes, the plugin changes the format. ### Setup:  ### Result: ``` --test_filter=my.app.AppSpec "--test_arg=-testName \"Name of my spec\"" ``` Other...
### What happened? Adding a duplicate volumeMount with the same directory does not error out, instead, it gets hidden. When the directory name is updated, Pulumi (or something else) modifies...
**TLDR**: dotfiles are ignored in `exclude` option, I believe the bug is here: https://github.com/prontolabs/pronto/blob/f5feefa5cbe7ba54839ef064f5fe9b8512e92b7d/lib/pronto/config.rb#L49 and changing it to `Dir.glob(path.tos, File::FNM_DOTMATCH)` According to: https://stackoverflow.com/questions/11385795/how-to-list-directory-contents-including-dotfiles-but-not-and ## Steps to reproduce I have the...
**Description of the bug** I'm using https://github.com/activeadmin/activeadmin/tree/v2.9.0 to allow for downloading CSVs. Digging into their source code, I noticed the response is [streamed back](https://github.com/activeadmin/activeadmin/blob/v2.9.0/lib/active_admin/resource_controller/streaming.rb#L20-L34) to the client. I suspect the...
Is there a reason why `client-side apply` is not supported? I know that `server-side apply` is better, but my current team uses clients like [Lens](https://github.com/lensapp/lens) to manage their workloads. Testing...
I'm investigating behavior in prod where a few requests seemingly create a backlog of requests in Puma. From my understanding of the [Puma docs ](https://github.com/puma/puma/blob/master/docs/architecture.md) each worker will randomly pull...