Results 5 issues of Anton Bornev

Running code like this under linux with gcc 9.2 (same for gcc 7.3) ``` #define BACKWARD_HAS_BFD 1 #include "backward.hpp" using namespace backward; int main() { StackTrace st; st.load_here(32); Printer p;...

Hello! The following code fails with `deserialization not working: Syntax("invalid type: newtype struct, expected any valid JSON value")` on the `rmp_serde:1.1.1` ``` #[test] fn test() { let expected_value = r#"{"asd":...

Consider a modified version of the Alice-Bob example. In this scenario, the consumer, Bob, forwards his token to another actor in a separate actor group known as the advocate group....

I believe a deadlock can occur when one thread is making allocations while another thread is directly performing trace unwinding using `backtrace-rs` and also needs to allocate. So, thread 1...

### Apache Iceberg Rust version 0.6 ### Describe the bug I'm using the Nessie catalog with the following settings: ``` - nessie.catalog.iceberg-config-defaults.write.avro.compression-level=3 - nessie.catalog.iceberg-config-defaults.write.avro.compression-codec=zstd - nessie.catalog.iceberg-config-defaults.write.metadata.compression-codec=gzip ``` These settings are...

bug