Balazs Erdos
Balazs Erdos
Hi @LudoPinelli, I noticed when I want to comment out in a box the following snippets and in some other cases [comment-box.nvim](https://github.com/LudoPinelli/comment-box.nvim) and nvim gets frozen. Probably caused by an...
Hi @LudoPinelli, I noticed [comment-box.nvim](https://github.com/LudoPinelli/comment-box.nvim) fails when I'm commenting out an URL. Reproduce: 1. move cursor to line containing `https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/discuss/1054742/Python-O(logn)` 2. call `:CBlbox` on the line 3. You should get...
Has anybody experienced sourcing VBoxManage closes the shell? :thinking: I get the following error `Unknown application - bash`
Hey, thank you for the plugin! Recently I got an error message, and I'm wondering have you met it too, or how could I fix it? :thinking: ``` Error detected...
#### Problem Description During updating the modify-headers option (shift+o) I noticed there was no shortcut in the grid view to insert a new row. I figured out that adding a...
Thank you for the awesome theme! The config ```lua dim_inactive = false, -- dims inactive windows ``` works well for the `storm` theme but not for the night theme. This...
### Subject of the issue The mocked request fails if the target host does not exist. According to the doc _A request handler is triggered when the client makes a...
Empty request body for non-urlencoded content when using SIGNATURE_TYPE_QUERY OAuth signature type
Hello, I have encountered an issue with the HTTPX Authlib Auth plugin when using the `SIGNATURE_TYPE_QUERY` OAuth signature type. The issue appears when the request body is non-urlencoded content, resulting...
_render method called twice causing duplicate OAuth parameters when using Auth1Auth plugin for httpx
**Describe the bug** In the `authlib` library, I noticed that the `_render` method is called twice in the [following code block](https://github.com/lepture/authlib/blob/master/authlib/oauth1/rfc5849/client_auth.py#L154) when using the `OAuth1Auth` plugin for `httpx`. This results...
I'm wondering if I can add `scalene` to a project that also runs `debugpy`? I'm running my python module with `debugpy` listening from the source code: ```python import debugpy debugpy.listen((DEBUG_LISTEN_HOST,...