-
Could you generate a file that contains the following (see snippet) using https://github.com/square/anvil/blob/aa24f31780247c3331f0b64de2b70333011fe036/compiler/src/main/java/com/squareup/anvil/compil…
-
For the given annotation:
```
public @interface JavaAnnotationWithTypeReferences {
Class[] value();
}
```
And usage:
``` java
@JavaAnnotationWithTypeReferences(String.class)
class Subject…
yigit updated
8 months ago
-
### Expected Behavior
when an injected mockbean try to access a interface method with a default value. It should call it normally.
### Actual Behaviour
It is failing with the following except…
-
[KSP (2).log](https://github.com/TheKurgan/SM_Armory_Missiles/files/8645545/KSP.2.log)
Log file
-
What happened:
When first starting KSP, load a game, start flying, PAPI initially show up beside the runway, showing all red. When moving past the lights, they disappear as expected. However, after t…
-
I modified example fem_system4 to use PetscDiffSolver instead and I ran into two issues:
First, the solver is [destroyed](https://github.com/libMesh/libmesh/blob/master/src/solvers/petsc_diff_solv…
-
Working on a reproducer now.
Related to https://github.com/google/ksp/issues/1687
-
Wity RO installed, it seems that modular parts have really low resolution (for instance, a apollo tank looks like blurred).
-
Files "SpaceplanePlus_TweakScale.cfg" and " Squad_TweakScale.cfg" contain duplicate entry for
part "IntakeRadialLong" found under name "Structural Intake" in VAB/SPH parts list page "Aerodynamics".
…
-
In the process of switching from KAPT to KSP, using Dagger 2.50. I have a top-level app component for my Android app which contains a `@Named` field, like this:
```kotlin
@AppScope
@Component(modul…