Felix Hammerl
Felix Hammerl
As a developer, I want to call `blur()` on the component so that I can *close the suggestions* and *remove focus from the input*. There has been a workaround in...
Hi folks, unfortunately I find myself in the position of having less and less time to devote to the project. If you have the time and want to help out,...
**As a** Java dev **I want** to be notified about outdated dependencies **So that** I can ingest fix-forward solutions. ### Description Same as Node and Python, Java should have a...
**As a** Scala user **I want** linting and dependencies checked by Hawkeye **So that** I can include it in my for that toolchain. ### Description There is an `sbt` plugin...
**As a** python developer **I want** piprot to run when I use `Pipfile` instead of `requirements.txt` **So that** I can get outdated my dependencies detected. ### Description Currently the module...
**As a** python developer **I want** safety to run when I use `Pipfile` instead of `requirements.txt` **So that** I can get CVEs in my dependencies detected. ### Description Currently the...
When trying to import `jwt` in AWS Lambda with a python 3.8 with `cryptography` on a recent version, the following error is thrown. ``` [ERROR] Runtime.ImportModuleError: Unable to import module...
Hi y'all, could you release a newer version of ManifoldCordova? We keep running into the problem of https://github.com/pwa-builder/ManifoldCordova/issues/82 and while it's fixed in https://github.com/pwa-builder/ManifoldJS/issues/210, the fixed version has not made...
### Summary I am trying to use gopass in Github Actions. To this end, I have a secrets store called `test-gopass-1`, which gets cloned via a Personal Access Token from...