Bence Nagy
Bence Nagy
Now we just crash with an `IndexError`. --- 🍫This issue has a **bounty of €10**! Check [open.kiwi.com/bounties](https://open.kiwi.com/bounties) for details on how to claim the bounty by solving the issue.
Upon release, set someone to be on-call for 2 hours on a given schedule.
Show something like '67% (4/6)' Instead of just the spinner emoji. --- 🍫This issue has a **bounty of €10**! Check [open.kiwi.com/bounties](https://open.kiwi.com/bounties) for details on how to claim the bounty by...
Add `tests` to your .semgrepignore will ignore only files named `tests`. To ignore `module/tests/test.py`, you need to add `tests/` to the .semgrepignore instead. This is unexpected, and not consistent with...
Thanks to @devd for the idea. This should improve scanning reliability. How long does Semgrep App connection take by the way? Maybe we could also improve performance by: - immediately...
Even if we override `:include .gitignore` in .semgrepignore, `semgrep` itself ignores those files by default. We could run it with `semgrep --no-git-ignore` to fix this.
Using all cores for the audit checks would make the process all sorts of nice! Especially for the API call. --- 🍫This issue has a **bounty of €30**! Check [open.kiwi.com/bounties](https://open.kiwi.com/bounties)...
Issue can be found at https://github.com/returntocorp/semgrep-action/issues/405 ### Steps to reproduce 1. Create new issue in GitHub 2. Set a label on the Linear ticket which exists also on GitHub 3....
I'd much rather have unique IDs in the existing `operationId` value for each handler, and then - either instantiate apiset with something like `handlers_module='mymodule.handlers'` to have it automatically `getattr(mymodule.handlers, yaml['operationId'])`...