Björn Steinbrink
Björn Steinbrink
When following a redirect, the Cookie header is retained, but then in `Unit::new()`, a new Cookie header is created from the contents of the cookie store. Therefore, each redirect adds...
The configuration syntax in the readme file seems to be outdated, and after changing it to: ```vim call ddc#custom#patch_filetype(['sql', 'mysql', 'plsql'], #{ sources: ['dadbod-completion']}) call ddc#custom#patch_filetype(['sql', 'mysql', 'plsql'], #{ \...
### What Operating System(s) are you seeing this problem on? Linux X11 ### Which Wayland compositor or X11 Window manager(s) are you using? awesome wm ### WezTerm version wezterm 20221012-092613-6415ba0e...
- Deployer version: 7.4 - Deployment OS: Ubuntu 20.04 This is potentially a documentation issue, as https://deployer.org/docs/7.x/avoid-php-fpm-reloading and https://deployer.org/docs/7.x/contrib/php-fpm both say that a reload is not needed the server has...
The request data collector store the data from `$_SESSION` which contains the stacked data, which in turn contains the data from the request collector, etc, so memory usage double with...
Currently, the session stores stacked data, which in turn might contain the session data if a RequestDataCollector is active. This leads to exponential growth in memory usage and rapid performance...
When I change the contents of a buffer and close the last open window containing that buffer within a certain timeframe after that change, vim-lsp sends a didChange event to...
I'm using list/listchars to indicate e.g. tabs and trailing whitespace. In the original colorscheme for vim, these are clearly distinguishable, but with `solarized.nvim` they look like regular text: vim: ...
**Is your feature request related to a problem? Please describe.** I have various old branches for which some commits have been merged to master, or rather, commits with identical changes...
The `deno` process regularly gets stuck at 100% cpu usage for me, and my denops driven vim plugins stop working. How can I debug this issue to find its root...