Yusuf Ozturk

Results 21 issues of Yusuf Ozturk

First of all, I didn't check the output of this app. My assumptions are based on what I read from the code. If it's not correct, sorry for it. For...

This PR does not change anything for the existing functions but simply appending a new function to cover requirements like: #852 #326 #707 New fuction is called "WriteMessageGroup" because user...

Are you sure that Avro is slowest for deserialization? Can you run the benchmark again? Are you using github.com/linkedin/goavro/v2 directly or through another package? I just don't want to believe...

Hi, We have an Avro file which is directly consumed from Kafka. We don't want to deserialize Avro to Google struct, and then give it to Clickhouse client to serialize...

enhancement
discuss

As I see in the current V2 code, every time before there is an operation, this library runs "ch.acquire" to get an active clickhouse-server. I believe we can gain some...

I was using ClickBench queries to test octosql performance. I get following error for query number 23: `panic: runtime error: index out of range [1986948931] with length 4192` Query: `octosql.exe...

Hi, First of all, what a great project, especially for the automation of Azure Stack HCI. As a retired PowerShell MVP, I love the work. I would like to bring...

If the default port 2978 is not available on the system, then LockPort stucks in infinite for loop. https://github.com/ysmood/leakless/blob/9bcba10de12281baf8fdd457088d121e0160b74b/leakless.go#L131-L138 In my case, I keep getting: `listen tcp 127.0.0.1:2978: bind: An...

bug

![image](https://user-images.githubusercontent.com/928600/125413865-56635a07-0593-4cdf-acdd-80c7ffdc418e.png) If oleutil.CallMethod returns error, which is very possible in a high WMI load situations, then we do not release "wmi" or "unknown" objects. Also we are not able to...

PS: A quick proposal after our talk in Amsterdam meetup @alexey-milovidov Some of the technical details are beyond my expertise, so I had to ask help from GPT to write...

feature