Results 20 issues of Filipe Pina

I was trying to avoid opening an issue but I saw that the `linux arm` flags were added with a commit message saying `Android and RPi` specifically so I'd like...

build

When a container is part of a docker swarm service, service name was reported (instead of container name) and first char was lost Currently `"name"=>"kron_agents"`: ``` /opt/td-agent-bit/bin/td-agent-bit -i docker -o...

Stale
docs-required

List.ItemMeta only supports icons though ItemMeta in material design allows for text only. I can make a PR but not sure how to handle non-breaking changes. Different component (`ItemMetaText`?) or...

**Actual behavior** JA3 fingerprint generated (as seen in Wireshark) has extra ciphers added to it: `771,4865-4866-4867-49196-49195-52393-49200-49199-52392-49162-49161-49172-49171-157-156-53-47-49160-10,0-23-65281-10-11-16-5-13-18-51-45-43-27-21,29-23-24-25,0` `157-156-53-47-49160-10` (at the end of cipher list) are the extra ciphers **Expected behavior** JA3...

🐞 Bug
Selected for Development

documentation changes for https://github.com/fluent/fluent-bit/pull/3092

waiting-for-user
waiting-on-code-merge

These lines: [here](https://github.com/bw2/ConfigArgParse/blob/master/configargparse.py#L557-L560) and [here](https://github.com/bw2/ConfigArgParse/blob/master/configargparse.py#L623-L626) These always place env and config file variables at the *end* of argv, when any config used has `nargs > 1`. While it does not...

As a select is done before bulk_update, a check to see if object is actually being changed could be done (in a soft way, as type converters might make it...

Main method has the option to yield objects but it doesn't allow returning immediately. Create 2 different entry points for this: one generator and the other not. Explicit is better....

Using `init(strip=True)` to disable colors works for `print` statements, such as: ``` >>> from colorama import init, Fore >>> print(f'{Fore.RED}test{Fore.RESET}') test (COLORED) >>> init(strip=True) >>> print(f'{Fore.RED}test{Fore.RESET}') test (NO COLOR) ```...

**Describe the bug** When using `semgrep --experimental` some findings are reported more than once (same rule, same line) That does not happen when using pysemgrep **To Reproduce** https://semgrep.dev/playground/s/2ZJE0 as the...

osemgrep-bug