Tomohiro Hashidate
Tomohiro Hashidate
cf. #40 this PR separates gem into `adhoq-core` and `adhoq-rails` `adhoq-core` has only SQL Execution and Reporting Library. `adhoq-rails` has Rails Engine and depends on `adhoq-core` And `adhoq` is aggregation...
Rails-3.2 and Rails-4.2 (ActiveJob) test case is unstable. But I cannot recreate this probrem on my machine. :disappointed:
Current Dockerfile defines `worker_id` env. If `worker_id` env is defined, katsubushi ignores `-redis` option. Because `envToFlag` is processed at last of option parsing. Unless user unsets `worker_id` by any way,...
I write a concern module that supposes to be included by ActiveRecord::Base's subclass. like following, ```ruby module A extend ActiveSupport::Concern included do has_many :hoge end def bar save end end...
I think that this plugin should use `flush_thread_count` instead of own thread implementation. plugin codes can be more simple.
if initialize is given `false` parameter, Boolean attribute is resetted. for example, definition like README ``` ruby module MassAssignment def initialize(attributes = {}) self.attributes = attributes end def attributes=(attributes =...
Fix build errors.
LSP supports textDocument/documentSymbol request for rbs files. That is a useful feature for editor's outline plugins. For example the following.  related https://github.com/soutaro/steep/issues/795
Currently, it is not a good practice to create a table in BigQuery each time, and it is better to create a Partitioned Table. Therefore, the value of creating tables...
**Describe the problem you faced** We used Flink and CONSISTENT_BUCKET to write records. Set clustering.schedule.enabled=true. Once the writing process stopped, a scheduled clustering job was executed using spark-submit. The process...