Robert Ormandi

Results 3 issues of Robert Ormandi

The [cmake build script](https://github.com/bazelbuild/rules_foreign_cc/tree/99d018f0592bd7de492cbc2fa5e44828aea1ef4c/foreign_cc/private/cmake_script.bzl) always overrides the cache value `CMAKE_RANLIB` with an empty string. This is, I assume, due to the [following snippet](https://github.com/bazelbuild/rules_foreign_cc/tree/99d018f0592bd7de492cbc2fa5e44828aea1ef4c/foreign_cc/private/cmake_script.bzl): ```python # However, if no CMAKE_RANLIB was...

Just glanced, but it seems like serialization is not supported. Is it really the case? If so, any plan to support it (ideally with multi language support (i.e. the serialized...

Tried to install the PyPI version of the package, and I got: `RequirementInformation(requirement=SpecifierRequirement('duckdb==0.9.2'), parent=LinkCandidate('https://files.pythonhosted.org/packages/f4/1a/359f285cb897d129176f85b6074929e6003f437d50340e9c1029c8051401/duckberg-0.3.1-py3-none-any.whl (from https://pypi.org/simple/duckberg/) (requires-python:>=3.10)'))` Seems like the PyPI release depends on a very old duckdb version. When...