Thomas Schenker

Results 5 issues of Thomas Schenker

I'm encountering unexpected results with `lyra 1.6.1` and the following program: ```cpp #include #include int main(int argc, char* argv[]) { std::string first_arg; std::string second_arg; auto cli = lyra::cli() | lyra::arg(first_arg,...

bug

Hi, running `yamlfix 1.16.0` with default configuration once yields different results then running it twice for the following input: ``` # version: "1.0" # # test: files: ``` E.g. ```...

bug

With this PR, setting `PYCRYPTODOME_DISABLE_DEEPBIND` to an empty string does disable `RTLD_DEEPBING`. Before it worked only for nonempty strings. Treating all strings (including the empty string) the same is more...

kepler.gl-jupyter depends on a package that is deprecated: ```console $ python --version Python 3.12.6 $ python -c "import setuptools; print(setuptools.__version__)" 80.9.0 $ python -c "import keplergl; print(keplergl.__version__)" /private/tmp/deprecation/.venv/lib/python3.12/site-packages/keplergl/keplergl.py:13: UserWarning: pkg_resources...

# 🐞 bug report ### Affected Rule https://github.com/bazel-contrib/rules_python/blob/7c6b109db7e7fdece78561dc62ef8f7c92185734/sphinxdocs/private/sphinx.bzl#L187-L196 ### Description When using `sphinx_docs` to define `my_docs`, running `bazel run //my_docs.serve` outputs ``` Serving directory: /home/me/.../my-project/bazel-out/k8-dbg/bin/my_docs/_build/html ``` This works, until I...

sphinxdocs