pit-ray

Results 157 comments of pit-ray

I met the same warnings. The solution to the warnings about `masked_fill_` and `masked_scatter_` is princeton-vl/CornerNet-Lite#111. The `resize_output_check` is a warning to prevent incorrect resizing, as described in the [FAQ](https://github.com/pytorch/pytorch/wiki/Developer-FAQ#how-does-out-work-in-pytorch)...

I try to reproduce it. By the way, does this issue occur in the default .vindrc? Thanks.

I tried on three environment. - Windows 10 Home I could not reproduce it. - Windows 11 Home I could not reproduce it. - Windows 10 Pro I could reproduce...

Sorry for my late reply. The `` keyword is regarded as the one keycode rather than a wildcard, so the unmap removes a perfectly matched map with ``. I didn't...

Is it the same as #40? https://github.com/pit-ray/win-vind/issues/40#issuecomment-1100882222 The ralt is a special key, so does not do normal behavior. Probably, API causes this issues. Thanks.

Sorry I have been so busy lately. Mapping cannot cross modes except for macro. What does it mean to "always switch to RESIDENT"? Do you mean the following settings? ```vim...

Hi. In my environment, the `r` command insert a replaced character with the italic style. Is the italic hello string generated by selecting the "hello" text and input CTRL+I shortcut...

I'm considering following commands. |*command*|*syntax*| |:---:|:---:| |`autocmd`|`[au]tocmd {event} {aupat} {cmd}`| |`autocmd!`|`[au]tocmd! {event} {aupat} {cmd}`| ### autocmd It adds `{cmd}` into autocmd list for `{aupat}`, autocmd pattern, corresponding to `{event}`. As...

Considering events. |*Event*|*Happen*| |:---|:---| |AppEnter|Select application| |AppLeave|Unselect application| |GNormalEnter|Enter to GUI normal mode| |GNormalLeave|Leave from GUI normal mode| |GVisualEnter|Enter to GUI visual mode| |GVisualLeave|Leave from GUI visual mode| |ENormalEnter|Enter to...

Screen rendering is only an overwrite method, so some software that overlays at a different cycle with win-vind will cause flash. It cannot be resolved by win-vind alone. Thanks for...