Kohei Suzuki

Results 17 issues of Kohei Suzuki

At fluent-logger 0.4.7, `Fluent::Logger::TestLogger.open` returns a Fluent::Logger::TestLogger instance. At fluent-logger 0.4.8, it returns a Fluent::Logger::FluentLogger instance. It's caused by https://github.com/fluent/fluent-logger-ruby/commit/2068b4468025482306ecc587d383903dc1454ff9 discussed in #10. Is it an intended change?

command should be present https://github.com/cookpad/barbeque/blob/v2.7.0/spec/dummy/db/schema.rb#L44 @cookpad/infra please review

Currently, Bdash executes one statement at the cursor position. It would be great if Bdash executes multiple statements with the same connection. This feature request is similar to #14 but...

Reloading page is enabled while developing Bdash. https://github.com/bdash-app/bdash/blob/v1.10.2/src/main/menu.ts#L23 However it doesn't seem to be working in my environment (Windows). I ran git-bisect and find that d12058a5e8c068c2a2828ee9e2401a3b38d8e19b is suspicious. It seems...

## Drop YAML support I decided to use Jsonnet for the configuration language #38 . YAML is currently still supported, but will be dropped in the future. ## Rename "additional_containers"...

ghprb enters busy loop with the following steps. 1. Update pull-request X and start a build X 2. Update pull-request Y in the same repository and start a build Y...

:trollface:

`%span{class: func(x)}` is currently compiled into code using `Faml::AttributeBuilder`. But we could inline it like dynamic attributes. Before: ``` ruby _buf