Pooya Moradi

Results 71 issues of Pooya Moradi

According to [https://github.com/junegunn/fzf#fish-shell](https://github.com/junegunn/fzf#fish-shell), on fish shell, `Ctrl+T` should use the last token as the base of recursive search but it does not behave like that. It uses CWD as the...

### Observed behavior I'm using CCLS as a LSP (with coc-nvim) as the auto-complete framework for embedded development. Using platformio or makefiles, I'm generating the `compile_commands.json` file with `bear make`....

There is a serial over BLE (Nordic UART) example in the tree. Problem is, it seems it can't send more than 20 bytes on each transfer. The code relies on...

I'm using the UART over BLE example. It seems there is a "delay" somewhere between sending packets. Is it possible to make the transmission faster? Currently it looks like the...

Also shellcheck complains about line: `--bind 'Ctrl-E:execute:p={1}; edit=$(curl -s "$p" | vipe); ix -i "${p##*/}" [shellcheck:] I'm not sure how to fix it.

Relevant link on the renaming: https://github.com/junegunn/fzf/blob/master/CHANGELOG.md#0250 I'm also not sure about `--ansi` and `--sync`. `--ansi` does not seem to affect preview window coloring. It is only the called command that...

## TODO Add support for: * [ ] PNG size/resolution parameter * [ ] SVG support ## Original text Is there a way to control the resolution and quality of...

enhancement
png

Where are the docs for `options`? For example what does this option do? `tqp0` I know it sets transparency to 150 by default but what are the rest?

Shouldn't `v2.wttr.in/prague.png` use emojis by default (like its non-image counterpart)? `curl "https://v2.wttr.in/prague"` ![image](https://user-images.githubusercontent.com/1058151/132694441-d824acf9-5f94-4f61-9acb-45decb889ad4.png) `curl "https://v2.wttr.in/prague.png"` ![prague](https://user-images.githubusercontent.com/1058151/132695278-2c3fc749-df5d-498c-b841-ee0203a8e04d.png)

v2
png

Upon startup, the application uses ~500MiB and quickly climbs up to 900 MiB. After ~10 minutes, it reaches 3 GiB of RAM usage. Also the input field for message is...