D. Naumov
D. Naumov
I've checked current setup with dummy `npm publish` and it looks finished (See "Tarball Contents") ```sh ▶ npm publish > @apla/[email protected] prepublishOnly . > npm run build > @apla/[email protected] build...
This is very interesting usage of params. I'll take a closer look and i think it must be presented in README. I'm not sure is this a good way to...
@geniousphp 1. May Distributed engine be enough for you? 2. Do you have cases when you need to switch to any alive replica ASAP? 3. Which kind of queries you...
For `INSERT`s done with `JSONEachRow` and writing JS objects to stream (like [here](https://github.com/apla/node-clickhouse/#bulk-data-loading-with-insert-statements)) you can pass Date instance as a column value. For now with `SELECT`s you will always get...
Hi! I've tried to reproduce your case ```javascript var ClickHouse = require('@apla/clickhouse'); var ch = new ClickHouse({host: '127.0.0.1', port: 8123}); ch.query( 'SELECT sum(number), number % 2 AS isEven FROM (SELECT...
Hey @motdotla, thanks for looking into this. I'd be happy to prepare a PR since I already reverse-engineered the regex laying in the heart of dotenv-expand. To proceed I just...
Hey @motdotla, how should we proceed?
Probably this issue was fixed by https://github.com/react-component/tabs/commit/c046cfb7ed7d2652bab00d5c20fdb89f9fbc11eb and was released in [v9.3.6](https://github.com/react-component/tabs/releases/tag/9.3.6) And https://github.com/ant-design/ant-design/issues/11261 may be related to it, but i don't understand what are happening there ¯\\_(ツ)_/¯
There more discussion about additional bug introduced with commit 1194be5 https://github.com/ant-design/ant-design/issues/11621#issuecomment-410666176 Looks like it really fixed in v9.3.6 And will be re-implemented in https://github.com/react-component/tabs/pull/138