ibhagwan

Results 26 issues of ibhagwan

After seeing the clean looking statusline in @tjdevries videos I decided to explore this plugin and really loved it, with a bit of lua/nvim knowledge it provides the most flexibilty...

- [x] I have read through the manual page (`man fzf`) - [x] I have the latest version of fzf - [x] I have searched through the existing issues ##...

Hi @jose-elias-alvarez, I'm sure you've heard this before many times, nevertheless, thank you for your wonderful work :-) Browsing through the issues (to familirize myself better with the plugin and...

First, ty for this really wonderful plugin, I was able to set it up nicely to work when running `lua require'dap'.continue()` so I can avoid calling `run_this()` or the triple...

Only happens with neovim `0.5`, works properly with any version >= `0.5.1` (tested, `0.6`, `0.6.1` and `0.7` nightly): ![Peek 2022-02-23 11-36](https://user-images.githubusercontent.com/59988195/155394837-2287c4a1-e69e-4e82-878a-26129a045fd1.gif)

When using interactive mode, I’d like to use another key to switch between command and query modes, the default is set to `ctrl-q`, I read both the README and man...

Not really an issue, I saw that you are maintaining [`skim.vim`](https://github.com/lotabout/skim.vim), based off of `fzf.vim`. I recently wrote [`fzf-lua`](https://github.com/ibhagwan/fzf-lua), as you can probably guess from the name it's an implementation...

**Describe the bug** Nimbus crashes with: ``` Traceback (most recent call last, using override) ../csu/libc-start.c(314) /home/user/nimbus-eth2/vendor/nim-libp2p/libp2p/stream/bufferstream.nim(474) main /home/user/nimbus-eth2/vendor/nim-libp2p/libp2p/stream/bufferstream.nim(467) NimMain /home/user/nimbus-eth2/beacon_chain/nimbus_beacon_node.nim(2152) main /home/user/nimbus-eth2/beacon_chain/nimbus_beacon_node.nim(2020) handleStartUpCmd /home/user/nimbus-eth2/beacon_chain/nimbus_beacon_node.nim(1858) doRunBeaconNode /home/user/nimbus-eth2/beacon_chain/nimbus_beacon_node.nim(1660) start /home/user/nimbus-eth2/beacon_chain/nimbus_beacon_node.nim(1603) run /home/user/nimbus-eth2/vendor/nim-chronos/chronos/asyncloop.nim(288)...

I read the entire documentation regarding pruning so hopefully I didn't miss anything. As per my understanding when using `Pruning.FullPruningTrigger=Manual` (which is the default), the way to initiate pruning is...

### Description Besu version: ``` ❯ besu --version besu/v22.7.2/linux-x86_64/openjdk-java-17 2022-09-15 03:47:37.199-04:00 | main | INFO | Besu | Using jemalloc ``` Using latest nimbus beacon node, raises the following exception:...

TeamChupa