cfal

Results 24 issues of cfal

Hi, please take a look and let me knows if this makes sense to land :) This adds a fifth field `existingProps` to `getProps`, which passes down the existing props...

### Description `:h telescope.setup()` says: ``` To disable previewing, set it to false. If you have disabled previewers globally, but want to opt in to previewing for single pickers, you...

bug

i just switched to serde - previously I was parsing configs with IPv6 addresses manually and calling `to_socket_addrs` directly. i noticed that it's not possible to automatically parse IPv6 addresses...

although `localhost` is hardcoded in the URI when displaying the preview, the http server listens on all interfaces and would be externally accessible when not behind a firewall. this is...

hi, i'm interested in using vcrpy for recording our http interactions across functions. right now it looks like all of the patching functionality can only be activated by `CassetteContextDecorator`, so...

hi, i was trying to figure out a way to open lazygit at the git repo of the currently active buffer, and came across this code at https://github.com/kdheepak/lazygit.nvim/blob/main/lua/lazygit/utils.lua#L63: ``` local...

enhancement

`AsyncStreamCipher` used to take an `&mut self` parameter for its `encrypt` and `decrypt` functions that would save the iv from the previous block and allow for cfb mode encryption/decryption in...

apologies for the vague title. this happens with neovim on ubuntu 20.04 when opening files from the command line, or from inside vim (`:e`). i ran into this issue when...

support listening on and forwarding to unix stream and datagram sockets