Tomohiro Hashidate
Tomohiro Hashidate
+1 I want to do the same thing, too. I have other idea that `Child` has class method `decorator(mod)`. For example. ``` ruby class Parent < ActiveRecord::Base end class Child...
Thanks!! But almost spec is failed. Would you fix migration error and AR-51 spec failure?
I think that activemodel-association does not cause the probrem. Because bundler-2.0 conflicts with rails-4.x, bundler-2.0 cannot install rails-4.x. If you updated bundler after starting to develop the rails project, Other...
Thank you for your pull request. I'm not familiar with ppc64le arch and I don't understand the need. Would you tell me why you want to add the architecture to...
I see. Thanks for your response!!
I think that this feature is substitutable by other filter plugin. For example, fluent-plugin-record-transformer or fluent-plugin-record-reformer or fluent-plugin-record-modifier. If other plugin can realize your demand, it is better to use...
I see your probrem. Please give me time to think about it.
Your configuration seems not correct. Please add `time` to `` chunk key. like this. ``` # ```
I'm very sorry for the late response. I picked the [commit](https://github.com/fluent-plugins-nursery/fluent-plugin-bigquery/pull/195/commits/b6673e42eb61b400f4154e7f03ff14615114ab24) and fixed other keyword arguments codes and test codes. https://github.com/fluent-plugins-nursery/fluent-plugin-bigquery/pull/199
I think that the responsibility of this probrem is fluentd itself. If buffer file already exists when fluentd is restarted, fluentd is supporsed to add bufferes to the processing queue....