Kaoru Kohashigawa

Results 10 issues of 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:...

kind/bug
area/server-side-apply

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: ![image](https://user-images.githubusercontent.com/5273755/65800437-59538580-e12b-11e9-8d99-29b0afdf9d2f.png) ### Result: ``` --test_filter=my.app.AppSpec "--test_arg=-testName \"Name of my spec\"" ``` Other...

type: bug
product: IntelliJ
good-first-issue

### 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...

kind/bug
awaiting-feedback

**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...

bug
help wanted

**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...

bug
keep

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...

enhancement

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...