b0nes

Results 13 comments of b0nes

Is there any priority to this issue? Macro's are an important part of writing Rust and having half my code not being formatted (or sometimes even autocompleted) gives me the...

I also don't see anything after installing with yarn. just doesn't appear. Vue version: [email protected]

Actually it does work in composition API. I reread the instructions and forgot to import draggable and expose it as a component. Stuff works beautifully now.

Yes I would also like to move to catch the drop event, to create a garbage bin to drag items into

> (This should may be a separate issue and/but maybe irrelevant in light of the #73 Rewrite either way; I didn't become aware of the rewrite in progress until after...

Do we still need to use the workaround? The constant jumping around of boxes all over my editor makes me very distracted. Sometimes I can't see variable names from a...

Just to add to this, some very basic idiomatic error handling is not possible with this library, unless I'm missing something, which I don't think I am: ``` // 3...

We have stuff in a pool that we want to snap, but not snap a child dataset which is a zfs send destination. e.g.: ``` [srv] snap = yes [srv/wallet]...

I have the same happening just now, using Rust Analyzer. Typing just an r, I am interested in read_to_string: ![image](https://github.com/hrsh7th/nvim-cmp/assets/38855893/1c5c7b29-f478-4d9c-99a2-a3c9177bd6ac) As soon as I type read: ![image](https://github.com/hrsh7th/nvim-cmp/assets/38855893/69774649-e9c4-43f5-899d-097beadafbf0) It's gone ![image](https://github.com/hrsh7th/nvim-cmp/assets/38855893/4160da2c-d449-4bd3-950b-3fc42b321054)

I made a change in my fork to add a command for 8h. Might help you.