Hendrik Schröter

Results 22 issues of Hendrik Schröter

### Please fill out the following: - **Sway Version:** ```bash $ swaymsg -t get_version sway version 1.6 ``` - **Debug Log:** The current debug log does not capture the crash....

bug

Hi, it would be nice if you could provide a package for Fedora / CentOS / etc... Ideally as part of the official repository but a copr or an other...

Meta
Distribution

Export model via onnx, create rust only runnable using [tract](https://github.com/sonos/tract).

Hi there, thanks for this awesome project! I am struggling to get protonmail labels to work with thunderbird. I am currently using hydroxide via imap. Is there any documentation how...

imap

So I want to use a media source that depends on an external life time `'a`: ```rs // My media source implementation: struct DatasetMediaSource, // Implements io::Read and io::Seek, but...

Hi, I am wondering what the best way is to store a `Complex` in a hdf5 dataset. Since the type is defined in the num_complex crate, I cannot easily derive...

So I have this einsum operator that broadcasts the second parameter (self.weight) to be able to compute the expression. ```py x = torch.einsum("btgi,gih->btgh", x, self.weight) ``` This results in the...