Alvaro Muñoz
Alvaro Muñoz
@lihimly Sorry for missing this issue, do you still have this problem?
Another option would be to compress the audio further with ffmpeg. Im doing that and the quality of the transcription is still very good
I like the idea, but unfortunately I dont have much time to implement it. A PR would be welcomed
> Great thank you! For me restarting the Mosquito Add-On and after that starting eBUSd Add-On did solve the issue. A restart of the whole system was not solving the...
Thanks for the PR! added a few comments
Hey @alexkalderimis can you take a look at the review comments and patch provided by @legobeat ?
Hi @brendalf Thanks a lot for the PR. The plan sounds just right, but my guess is that `glab` GraphQL endpoints are going to return object trees that are completely...
@milogert how do you handle opening multiple files? I can only see the QF bits in your [branch](https://github.com/pwntester/octo.nvim/compare/master...milogert:octo.nvim:fix/fzf-lua/multi-select). As for QF, this is handled by Telescope so you may want...
I use a similar approach for octo.nvim [here](https://github.com/pwntester/octo.nvim#%EF%B8%8F--status-column)
Sorry but cant reproduce the issue. The issue does not seem to come from octo. Can you try running `:lua print(require("octo.gh").get_user_name())` and `:lua print(vim.inspect(require("octo.gh").run({mode="sync", args={"issue", "list", "--json", "title"}})))`?