Colin Jermain
Colin Jermain
Based on some initial experiments, it looks like the Encoder classes can not be exported to the ONNX format using `torch.onnx.export`. It would be great to be able to package...
This PR resolves #3373. The PR is currently a work-in-progress, based on upstream changes in arrow2 (https://github.com/jorgecarleitao/arrow2/pull/989). The Cargo.toml files have been modified for now to use the latest version...
This PR introduces a `pl.unnest` function for accessing nested struct columns, based on conversations in #3123. The goal is to allow a JSONPath-like string to index single or multiple columns...
After opening data files in the ManagedWindow, the "Hide all" and "Clear all" buttons are not properly enabled.
Is there a way to directly nest a non-empty `MutableArray` in a `MutableListArray`? In the majority of `MutableArray` implementations there is a `from_trusted_len_iter` method that allows the array to be...
The `#[pymodule]` line is the only one not covered in the repo. https://github.com/cjermain/rust-python-coverage/blob/9ec11bffedcd3f3d9820911d33a5e5eeef06d6d7/src/lib.rs#L16 This issue tracks excluding that code from coverage, or understanding how to include it. The goal is...
Currently zotero-bridge uses the shortTitle by default instead of the title. This can lead to confusion (see [zotero-link#9](https://github.com/vanakat/zotero-link/issues/9)), and does not allow the full title to be recovered when a...
This PR adds support for [lewis6991/gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim), a popular git plugin for Neovim.