tison

Results 964 comments of tison

@max-sixty Yeah ... This sounds reasonable and it would take almost the same lines like sqllogictest/sqlness linked above. So snapshot files are mainly for large outputs and inline snapshots are...

Thanks. I'd update it and see. BTW, GitHub provides free Linux ARM runner now. Has cargo-dist support to use them for directly building `aarch64-unknown-linux-musl`?

@Graham-Pedersen Please open the linked page and switch to Go examples, the example is malformed: Sources at this repo: https://github.com/pulumi/pulumi-alicloud/blob/4718f1502f634a49d9b049c622896ef8e7eafc43/docs/_index.md?plain=1#L269-L361 But we should update the root source.

cc @eolivelli @kezhuw @Randgalt @cammckenzie Not quite sure if such a change would break sequential assumption.

Hi @HoustonPutman! We just released Curator 5.8.0 and it causes several code conflict. To move this PR forward, I'd suggest you rebase this patch or open a new one, referring...

Blocking - We shall not need to use any binding libraries but simply P/Invoke + `extern "C"`. The binding code can be a bit different to the C bindings for...

TODO - properly distribute Perhaps refer to librdkafka.redist - - https://github.com/confluentinc/librdkafka/wiki/librdkafka.redist - https://github.com/confluentinc/librdkafka/blob/master/packaging/nuget/templates/librdkafka.redist.props - https://github.com/confluentinc/confluent-kafka-dotnet _Originally posted by @tisonkun in https://github.com/apache/incubator-opendal/pull/2485#discussion_r1233235301_

Release assignment. I may not have too much time on this direction recently.

For handling memory releasing, take a look at `System.Runtime.InteropServices`'s `SafeHandle`. I think we can reimplement the whole confluent-kafka-dotnet solution for bindings.

For build script inetgration - * https://github.com/KodrAus/rust-csharp-ffi/blob/master/dotnet/Native.targets