TheMeaningfulEngineer

Results 26 comments of TheMeaningfulEngineer

Thanks for the response and the tip :+1: I'll leave it to you to decide if you want to close this issue or not depending on the plans for `giffcurry`....

`Packet.data` doesn't reflect the data prom the documentation? I did behave that way so far with the BS4 packets I tested

`"transmitter_id"` is a arbitrary value? Could it be something more human readable like `"name":"STM 320 Thermometer Bedroom"`

I would like to share the way I've implemented the device, just in case it provides helpful. My reasoning is that the device, once successfully created, is responsible for handling...

@fdschmidt93 Also gave it a try. Work nice, great job :) ![testing-select-mode](https://user-images.githubusercontent.com/1640260/181345773-520e6977-34a6-483a-ab19-34b4f8a1b9b8.gif) So once this gets merged, how would one get the content from the visual selection to actually show...

@fdschmidt93 Thanks for the tips. Found [a snippet](https://github.com/nvim-telescope/telescope.nvim/issues/1923#issuecomment-1122642431) here. I've managed to get it working with the code below and your PR: ``` lua function vim.getVisualSelection() vim.cmd('noau normal! "vy"') local...

@fdschmidt93 You know if there something I can help you with to get this PR merged?

@fdschmidt93 Hey, experiencing an issue. Can't directly trace it to this code but it is triggered by it. Posting here in case you have some ideas if it might be...

Tried, still occurring. I've managed to trace is to a specific step. 1. Start new instance of `nvim` not opening any file 2. Press `Leader + f` - moving up...

> I think I've understood the problem: can you confirm that the crashes only happen if there is no visual selection, that is the text you return is ''? I...