Tsvetan Stoychev
Tsvetan Stoychev
I think that it's a good idea if we have the possibility to run all the tests on different Magento versions with default sample data. For this purpose we can...
Hello @Zifius I noticed that in the bottom of CheckoutCest::testOnePageCheckout() you are using $I->wait(7) after the "Place Order" button is pressed. I don't think that this is the most reliable...
I was playing with the output for sql_insert with the ClickHouse driver. From this Benthos page https://www.benthos.dev/docs/components/outputs/sql_insert#drivers I followed an external link that led me to: https://github.com/ClickHouse/clickhouse-go#dsn The ClickHouse documentation...
I noticed that in the following conditions I get when I run the example script for second time: ``` Code: 57. DB::Exception: Directory for table data data/default/testtable/ already exists. (TABLE_ALREADY_EXISTS)...
I have been playing with **chdb-node** a lot lately - exploring what can I do with the project. I am working on a proof of concept a local emulator of...
Hello @auxten I have been adding a few UDFs to my application/playground. I found that CREATE FUNCTION returns an empty response even when I instruct CHDB that I would like...