Samuel Marks
Samuel Marks
- [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md) - [x] SHA512s are updated for each updated download - [x] The "supports" clause reflects platforms that may be fixed by this...
If I may hazard a recommendation: (Apache-2.0 OR MIT) Or if you want to be super cool™ (Apache-2.0 OR MIT OR CC0) Good work with this project BTW
Would be great to have Rust bindings. The R bindings for this project are pretty popular. And the existing ODBC libraries in Rust are showing their age. I'll start working...
EDIT0: Actually is it finding the wrong OpenSSL version? - This says it wants 1.1 but my error refers to openssl@3 ``` Installing required packages: autoconf, automake, libtool, pkg-config, libyaml,...
Many third party `crate`s require the OG. Sure I can do this: ```rs let mut hm = std::collections::HashMap::::with_capacity(env.len()); for (k,v) in env.iter() { hm.insert(k.to_owned(), v.to_owned()); } ``` But it's not...
### What version of gRPC and what language are you using? 1.62.1 with Python Also tried with: https://pypi.org/project/grpcio/#history - 1.59.3 - 1.58.0 - 1.57.0 - 1.56.2 - 1.55.3 ### What...
Depending on your response to this PR I will send further ones to: - improve error handling `Result` and `?` everywhere; no `unwrap`s outside of tests; - produce JSON deserialisation...
Related https://github.com/ROCm/ROCm/issues/3701 and thanks to @kswit for the reference and @alain-bkr for the solution. I have guarded the code so it doesn't break older kernel versions. Checking https://packages.ubuntu.com/noble/all/linux-headers-6.8.0-41/download, particularly the...
WiP; creating PR now to get some feedback. Once ready would be interesting to see benchmarks on your same hardware with JAX as compared with PyTorch. Hopefully you having made...
Great project (conceptually)! - I am planning to use it to parameterise all my 'ports' so that the user know what to provide, e.g., PostgreSQL when that needs installing; using...