Ihor Ranchynskyi

Results 7 issues of Ihor Ranchynskyi

I'm using CMake to generate a solution, which in turn will generate build output and it would be nice for it to be ignored in a folder rather than sit...

#793 is prerequsite for this, closes #773 There's a very ugly hack with `fixup_batchnorms` that won't be necessary once #485 is resolved. There's also some type-level voodoo in `block.rs` to...

I'm in the process of implementing MobilenetV3 (and willing to contribute for integration tests), for that I need hard swish and hard sigmoid ops.

**Describe the bug** Selecting and deleting too many lines when indent-blankline is installed freezes neovide in an odd way. Pressing keys or the "X" on the window is logged, but...

bug
neovim-upstream

I'm trying to port a text detection [model](https://github.com/clovaai/CRAFT-pytorch) from PyTorch. It has a particular layer: ```python nn.MaxPool2d(kernel_size=3, stride=1, padding=1) ``` which I have ported like so: ```rust let xs =...

Could rewrite this to use ISO 8601 representation, which since 2019 allows negative durations, if preferred. However, parsing then is a little ambiguous wrt what to do about years/months.

Supersedes #1614 Not sure what to do about CI as currently the features are incompatible with rkyv 0.7, but I could use fully qualified paths for `rkyv_08::Archive` etc and then...