Wenzel Jakob
Wenzel Jakob
Hi Thomas, I noticed that the new HDR view of 'tev' encounters some kind of overflow/non-monotonicity when cranking up the exposure and bright pixels (EXR value ~ 5) are visible....
Dear DLPack authors, DLPack is widely used to enable interoperability between large C++-based frameworks that furthermore provide Python bindings. The C++ parts of such a framework are often usable through...
Dear DLpack authors, I was curious why several definitions in `dlpack.h`, specifically various `DLTensor` attributes are signed, when negative-valued arguments would seem to indicate obviously nonsensical tensor configurations (such as...
Hey, now that [Eigen 3.3](http://eigen.tuxfamily.org/index.php?title=3.3) stable is finally available, it would be great to upgrade this repository to the latest version. Thanks, Wenzel
# Bug report I would like to report a refleak issue involving `typing.py`. The issue is that it internally uses LRU caches to cache certain type-related lookups, and these caches...
The combination of PyTest, and `@pytest.mark.parametrize` causes reference leaks: by this, I mean that the objects parameterizing the test case are not always reliably freed by the time the Python...
**NeoVim Version** ``` NVIM v0.10.0-dev Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 Run "nvim -V1 -v" for more info ``` **Describe the bug** `nvim` takes a long time to start. Instead of...
In my continued quest of getting better syntax highlighting for Sphinx RST files, I've noticed that the `tree-sitter-rst` grammar sometimes turns sequences of nested directives into `block_quote` nodes (for the...
The current version of the tree-sitter RST parser does not process RST grammar embedded into directives like `.. warning::`, `.. note::`, etc. See here for an example of such a...
Dear all (cc @cansik @torokati44 @qnzhou @tmsrise @rzhikharevich-wmt @njroussel @Speierers), I am interested in providing a stub generation mechanism as part of nanobind. This is a tracking issue to brainstorm...