Tomohiro Hashidate
Tomohiro Hashidate
I'm sorry. fluentd-core doesn't support detecting the monthly placeholder. I guess the reason why the duration varies by month. anyway, the README description is wrong. In current fluentd, monthly time...
I see. It's reasonable!! Welcome PR 👍
I'm sorry. This method does not seem to have any performance advantages. It would be better to generate avro with a formatter plugin.
Thanks!! It is very similar to what I want. I solved many check errors with `self-type-binding` And, I have one more point. `ActiveSupport::Concern` provides `ClassMethods` module technique. ```ruby module A...
@ksss Thanks! That's correct! I want to check `ClassMethods` module itself and `ClassMethods` supposes to have class methods of `ActiveRecord::Base` like `find_by`, `find_or_initialize`, and ActiveRecord::Relation methods. However, the current type...
I cannot re-produce the error on my environment. I'm sorry. I don't know the detail of the error. I added sample fluent.conf recently. It may help you. https://github.com/fluent-plugins-nursery/fluent-plugin-bigquery/blob/master/integration/fluent.conf And, It...
@kschouw Thank you very much! Bigquery API connects US location as a default behavior. And so, Job API cannot find the load job in EU location, maybe. If you use...
@toyaser Thank you for the report!! In current Bigquery API, maybe `location` parameter needs to be set. I will fix the default configuration parameter and README.
I met a similar problem in Ruby 3.1. I used `rbs collection` in a repository developing a rubygem. In this situation, `rbs collection` detects the sig files of the developing...
It's not exactly correct. I mean the situation like below. ``` test -> run browser test (launch playwright with popen3) -> run other tests -> fork in a test code...