Adam Chovanec
Adam Chovanec
There is a discrepancy between postman docs that specify JSON payload and the current implementation that uses x-www-form-urlencoded. This pull request fixes this issue. Currently this is possible: ```bash curl...
Hello, I would like to bring to your attention the fact that the syntax of tests in postman has [changed](https://learning.postman.com/docs/writing-scripts/script-references/test-examples/#previous-style-of-writing-postman-tests-deprecated) and the tests are no longer working.
Patator spams status messages when the standard input is redirected, for instance when it runs in a bash loop. Below is a video capturing the issue. This fix disables the...
### The issue: qtile does not work well with non-english keyboard layouts. In particular, if the default keyboard layout does not have numbers in the number row, the user cannot...
Hi, thanks for the project. This MR fixes issues with running several actions. I tested this in my repository, you can see that nmap. sockat, strace and tcpdump now run...
Fix #355. I tested this locally and it works like a charm. > Credit goes to @liujoey who opened the original MR https://github.com/folke/which-key.nvim/pull/356.
Hi. This MR adds a method for plugins to set HTTP headers on connection. ### Proposed changes The function `generate_headers` is called every time a new websocket connection is initialized...
**What would you like to be added**: Quoting @ariel-miculas from #3145: > I would love if I could do: > ``` > syft scan -o syft-json dir:/etc --file-scan-root=/ >``` >...
**Description** SystemD creates file descriptors `fd/3` (80/tcp), `fd/4` (443/tcp), and `fd/5` (443/udp) and passes them to Caddy. The following Caddyfile is functional and works as expected, that is Caddy listens...
Hello, while using ipfixprobe 4.16.0 I noticed that the program eats the whole CPU. I tested `raw` and `pcap` inputs. This happens regardless of cache or processor plugins. I am...