-
I'm trying to get annotations with ksp working in an Android/iOS multiplatform project using the "Framework"-style Xcode integration.
I assume because proper common codegen support is lacking from …
-
https://github.com/PorktoberRevolution/ReStocked/blob/c6cf16233e3a86167af671dc87af863405a9f1ba/Source/Restock/ModuleRestockHeatEffects.cs#L161
I'm not exactly sure what the cause is here. I think …
-
I'm having a major issue. The actual launchpads from the mod are not visible in either the VAB, SPH, or the tech tree. I'm on the latest ksp version, and I have module manager 4.2.2. I'll give my log …
-
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…
-
For the given annotation:
```
public @interface JavaAnnotationWithTypeReferences {
Class[] value();
}
```
And usage:
``` java
@JavaAnnotationWithTypeReferences(String.class)
class Subject…
yigit updated
7 months ago
-
[KSP (2).log](https://github.com/TheKurgan/SM_Armory_Missiles/files/8645545/KSP.2.log)
Log file
-
### General Info
- [X] I installed the latest version of Supabase Kt
- [X] I checked for similar feature requests
### Feature request
This is a feature present in [typescript SDK](https://supabase.…
-
Package: libsystemd:x64-linux@255#1
**Host Environment**
- Host: x64-linux
- Compiler: GNU 11.4.0
- vcpkg-tool version: 2024-06-10-02590c430e4ed9215d27870138c2e579cc338772
vcpkg-script…
-
As the tittle says. On certain circumstances still to be really understood, SYD is causing the following lines to be logged on `KSP.log`:
```
[LOG 18:03:19.170] [VesselMover] INFO: [Move Launch Co…
-
Unintuitive behavior for dependencies with default constructor arguments, as a consequence of #54 .
Parameters with default values will never be injected even if candidates exist, but no warnings or …