-
| --- | --- |
| Bugzilla Link | [575412](https://bugs.eclipse.org/bugs/show_bug.cgi?id=575412) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Aug 15, 2021 02:52 EDT |
| Modified | Nov…
-
| --- | --- |
| Bugzilla Link | [515327](https://bugs.eclipse.org/bugs/show_bug.cgi?id=515327) |
| Status | REOPENED |
| Importance | P3 normal |
| Reported | Apr 16, 2017 11:02 EDT |
| Modified …
-
im currently migrating a codebase with quite some import cycles to dishka to resolve this,
unfortunately i frequently see errors like
```
File "$MYLIB/base/_dependency_inject.py", line 118, …
-
These are not actually a real dependency, rather they just dictate the version of other dependencies owned by it. This leaks across buildscript classpaths too. For example - `buildscript { dependencie…
-
So I was working on #166, which took me down a rabbithole with #162, of which one of the test cases revealed a deeper problem that isn't only restricted to class imports, but any situation where impor…
-
# Description
There are cases, where dependencies are found in the vendor folder of dependency guard instead of the project under test. This leads to false positives, since the symbol found is no l…
-
### Bug description
If you change between short footnote (`^[footnote text]`) and aside (`[Text put in marging]{.aside}`) both render really badly.
The code annotation list isn't put in the main t…
-
A few recommendations for your project:
- [x] Formatting
More readable code results in more readable code and faster programming (#2)
- [ ] Code aesthetic
Lots of things (e.g. guard clause…
-
In our monorepo, if we bump from `0.3.2` to `0.4.3`, it can no longer find the configuration:
```
* Where:
Build file '/Users/knelson/workspace/android/app/app.gradle' line: 5
* What went wron…
-
### Describe the bug
Starting with a project created with:
`dotnet new serverless.Messaging`
I registered an `IAmazonDynamoDB` client with the `IServiceCollection` passed to `ConfigureService…