Max Fröhlich
Max Fröhlich
## Description This PR adds a pre-commit-hooks file which enables users trivy to be used in the https://pre-commit.com/#golang ecosystem pre-commit compiles the trivy binaries on the fly in this basic...
## Is your feature request related to a problem? Please describe. We have the problem that some python libraries have a lot of dependencies that are actually optional but not...
Hi, I'm not sure when this change happened but it seems one of the latest docker-compose desktop version changed the suffix naming pattern for services from `_1` to `-1` This...
Hi, I'm currently struggeling on how to get this to work. I have a third party "factory method" that provides me with a method I can use in FastAPI's Depends...
Hi, is there a way to inject config parts directly? e.g. ```python @inject def do_somthing(some_value = Provide[Container.config.foo.bar.some_value]) print(some_value) ``` or even with `Container.config.foo.bar.some_value._as_int()` ?
Hi, Would be cool if there would be a provider method that would be provided with the target information the provided element is injected to (...sorry for that funny sentence.....
### Task List - [x] Steps to reproduce provided ### Steps to Reproduce 1. Create a github token with no scopes checked 2. use this as the `JRELEASER_GITHUB_TOKEN=...` 3. `./gradlew...
The following media query produces a parsing exception ``` @media screen and (color),(max-width: 60em) { .stuff { background-color: red; } } ``` ``` com.google.common.css.compiler.ast.GssParserException: Parse error in /../../style.css at line...
``` TypeError: Cannot read property 'category' of undefined at Scope.scope.addWatchers ``` I think the error occures about here: https://github.com/videogular/bower-videogular-analytics/blob/master/vg-analytics.js#L148 ``` scope.addWatchers = function () { // 147 if (scope.vgTrackInfo.category ||...
Relates to #67 #66 Since default values for `az_devops_proxy_url` and `az_devops_deployment_group_tags` had been defined even tough they were `null` the `... is defined` condtions were always true. Therefore I updated...