Lucas Jung

Results 52 comments of Lucas Jung

I agree, it would help me a lot!

Could we mark this feature as `to do`? I think it's currently missing on the firmware, and it isn't documented as such. I think QMK should support this functionality.

Still no solution to this day... Using flutter-tools: ![image](https://github.com/akinsho/flutter-tools.nvim/assets/63407038/44a34664-6b3a-468a-b351-8b6b6fb342ee) Running `flutter devices` in terminal: ![image](https://github.com/akinsho/flutter-tools.nvim/assets/63407038/e58f96d3-63ac-49eb-a0ca-475035d0abdf)

Hello, thank you @sidlatau for taking a look. Yes, I am still experiencing this issue. Here is the full output of running the cmd `flutter devices` on my terminal: ```bash...

After a little bit more investigation, it does not seem that it is a parsing error from the code you referenced in https://github.com/nvim-flutter/flutter-tools.nvim/issues/306#issuecomment-2563873469. I modified the code of `get_devices` to...

Even the Neovim embedded terminal shows me two devices: ![image](https://github.com/user-attachments/assets/c74e5595-e705-4c0e-a690-0b215e9c44e0)

The print of the `cmd` argument gives `/home/gruvw/snap/flutter/common/flutter/bin/flutter`. I ran the full `/home/gruvw/snap/flutter/common/flutter/bin/flutter devices` command in my terminal to double-check, but I indeed still have the two devices when ran...

As comparison, a python shell gives the correct output when invoking the same cmd: ``` python3 Python 3.10.12 (main, Nov 6 2024, 20:22:13) [GCC 11.4.0] on linux Type "help", "copyright",...

Ok, I have isolated the problem after a some more poking around and using the Neovim command `:lua vim.notify(io.popen("flutter devices"):read("*a"))`. I found out that it was only showing the incomplete...

+1 on this, `comments_only` should really be configured per keyword. It would allow for much more flexibility