Nicolas Martel

Results 78 issues of Nicolas Martel

The new dart release allows you to put this flag after `pub get` which will not create symlinks. Is there a way to use this flag with this sublime text...

It's hard to give specific repro instructions, but often I'll press `N` for example to move the focus to the text entry, type a letter or two, and out of...

**Describe the bug** ``` ❮ python top_down_video_demo_full_frame_without_det.py associative_embedding_hrnet_w32_coco_512x5 12.py hrnet_w32_coco_512x512-bcb8c247_20200816.pth --video-path video.mp4 --out-video-root . Initializing model... load checkpoint from local path: hrnet_w32_coco_512x512-bcb8c247_20200816.pth Running inference... [ ] 0/211, elapsed: 0s, ETA:Traceback...

enhancement
doc

I think given that Neovide supports crazy vfx and cursor animations, it wouldn't be too out of place to support background images as well. A lot of programmers when asked...

enhancement

Small detail but I think it would increase visual feedback if the hint would be hidden for the current selection when cycling with ENTER. By only seeing the colored block...

enhancement

I know that there is a behaviour already on the arrow keys but I never really had a use for those jump modes. The new cycle thing with ENTER however,...

enhancement

In my code I have a lot of patterns like this: ``` if (condition) { logerror("Bad input") return } ``` Which makes a lot of my function appear as expensive....

Opening the quick-fix popup with the caret on a FormerlySerializedAs attribute could offer the user to instantly apply the new name to all uses of the old identifier. This would...

Tracepoints are hugely useful, however the output is not in a very useful place for a developer working with Unity3D. In fact I remember a while back it took me...

Hi, so currently the marquee tool is a big pain in the ass because the outer border of the marquee always takes a full pixel of space, even when zoomed...

feature