Jove Zhong

Results 22 issues of Jove Zhong

upgrade the cap version. Call reset() for onCreateGame. Update README. The tool now works fine on Hearthstone 2.6.0.8834

The tools/extract-card-data.coffee failed because the XML format is changed. I fixed this and verified cards.json can be generated properly.

I failed to run the original code in processor mode, because it tried to load EC2 RI pricing for ap-southeast-2c. Odd enough, it's not defined in com.netflix.ice.tag.Zone But obviously, there...

As stated in https://github.com/ClickHouse/clickhouse-jdbc > Maven groupId ru.yandex.clickhouse and legacy JDBC driver ru.yandex.clickhouse.ClickHouseDriver are deprecated. > > Please use new groupId com.clickhouse and driver com.clickhouse.jdbc.ClickHouseDriver instead. It's highly recommended to...

enhancement
prio-high

Greetings, The issue is if the website is running under http instead of https (which could be common at development phase), the heap integration will be broken, since it will...

I am not sure whether hsl is a standard file format. Looks like it's compressed. It'll be great if this program can generate human readable game log file. Maybe generate...

enhancement
website

First of all, thanks for the great work. It took me 2 hours to figure out how to run it on Mac. Sorry I am not familiar with C++ or...

enhancement
logger

Today I noticed the [announcement](https://www.reddit.com/r/Clickhouse/comments/1aqwafj/low_latency_replication_from_postgres_to/) of low latency replication from PostgreSQL to ClickHouse. Congratulations. It'll be great you can build a sink to [Timeplus Proton](https://github.com/timeplus-io/proton), which is powered by ClickHouse,...

**Use case** The proton server instance ID can be got via `DB::ServerUUID::get()` C++ code. We'd like to call HTTP REST API and/or run SQL to get such server instance ID,...

feature

**Use case** Today https://docs.timeplus.com/proton-ingest-api expects a special format as the POST payload ```json { "columns": ["id","name"], "data": [ [1,"hello"], [2,"world"] ] } ``` This compact data format can avoid repeating...

feature