Yusuf Ozturk
Yusuf Ozturk
Is anybody refactor Writer + Batch System since February? Maybe I can refork from where you left. @arianitu Thanks.
@nlsun Sent the PR.
Avro can be alternative to Protobuf for the next version. Here is a really fast Avro codec: github.com/hamba/avro It's faster than protobuf. More efficient. It's row based, so it can...
@yakuter we also need to convert pfx to cert.pem and cert.key. Here is the openssl doc to do that: # Conversion to a combined PEM file To convert a PFX...
Examples: https://github.com/junhwong/go-opensdk/blob/81e7b939e860502e6e29d4055ace4015025aab50/opensdk/utils.go https://github.com/yhinan/gui/blob/79031b74ee9a9f4d009282c331d0fe8d14fd8313/crypto/pfx/pfx.go
I fixed this issue with following change: from: ``` // make the ghost follow the cursor ghost[0].style.top = event.clientY - 15 + 'px'; ghost[0].style.left = event.clientX - 15 + 'px';...
I will close this issue @mistic100 Would be really nice if there is a parameter for modals, so we can use modal offset :) Thanks. Yusuf
For reference: https://github.com/ClickHouse/clickhouse-go/issues/639 Thanks.
@rhubley ToUpper can make it "İD", so it will fail again :) I think the best way is adding culture to string.equal operation. For now, we wrote a custom convert...
Hi @vakata We are also very interested with new version. Currently there is no good tree library for react and it's good to know that you are dropping jquery dependency....