Alex Kichkailo

Results 5 issues of Alex Kichkailo

When running `bin/rails clickhouse:structure:dump` I am getting the following error throws NoMethodError: undefined method `with_indifferent_access' for #

If you try to run `db:schema:load` multiple times, an error is thrown ``` DB::Exception: Table .ar_internal_metadata already exists. **(TABLE_ALREADY_EXISTS)** ``` It appears that the `clickhouse_structure.sql` file generated by the clickhouse-activerecord...

In ClickHouse, it is possible to define [materialized](https://clickhouse.com/docs/en/sql-reference/statements/alter/column#materialize-column) columns for a table. Is there any way to create a materialized column using `create_table`? I imagine the syntax could be similar...

#### Expected behavior According to https://github.com/highcharts/highcharts/pull/12846, when centerInCategory is set to true, nulls are ignored and the stacks are centered in the category. #### Actual behavior When there are null...

Product: Highcharts
Type: Regression
Status: Has workaround

- Fix tablewriter API calls for newer version compatibility - Add Go module support with go.mod and go.sum - Set Go version in .tool-versions for asdf compatibility 🤖 Generated with...