Aleksei Piianin
Aleksei Piianin
Hello, I found a data race with reading data from Databricks simultaneously. For example, from different tables or reading catalogs metadata simultaneously. A code to reproduce data race is ```...
Hello, Databricks SQL driver licensed under Apache-2.0 license. A dependency - `github.com/hashicorp/go-retryablehttp` licensed under Mozilla Public License - 2.0. MPL-2 license has a difference with Apache-2.0 license in requirement of...
I am building FFmpeg with Zig on macOS 15.2 (M1, aarch64) using Zig version 0.14.0-dev.3012 (but I also tried with earlier versions of Zig). I fixed compilation errors and created...
This PR fixes compilation errors when building `ffmpeg` (Zig) on MacOS 15.2 (M1, aarch64). Fixes: 1. Error 1 `OS_CODE macro redefined` – resolved by updating zlib to the latest version....