-
### Environment
- OS: Windows 10
### Description
Once I connect to a server, I can play the game fine until I launch a vessel or return to flight via the tracking station, once I then go back…
-
The latest release https://developers.yubico.com/YubiHSM2/Releases/yubihsm2-sdk-2024-09-windows-amd64.zip
when installed yubihsm-setup doesn’t seem to work at all, running the application just retu…
-
I get a serious warning at loading, I cant seem to find it in the ksp.log so i dont know if this is an issue with far future technologies or b9partswitch. Causes me to be unable to place far future en…
-
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…
-
`java.lang.NoSuchMethodError: 'kotlin.sequences.Sequence com.google.devtools.ksp.processing.Resolver.getPackagesWithAnnotation(java.lang.String)'
at androidx.room.compiler.processing.ksp.KspRoundEnv…
-
Java implementations of KS interfaces cause multiple problems:
https://github.com/google/ksp/issues/94
https://github.com/google/ksp/pull/176#discussion_r532064837
https://github.com/google/ksp/iss…
yigit updated
3 years ago
-
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 …
-
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 …
-
For the given annotation:
```
public @interface JavaAnnotationWithTypeReferences {
Class[] value();
}
```
And usage:
``` java
@JavaAnnotationWithTypeReferences(String.class)
class Subject…
yigit updated
7 months ago
-
```
The vector cross product of two vectors in the order (v1,v2) returning a new Vector:
```
has a link to `http://ksp-kos.github.io/KOS_DOC/math/veccross` which doesn't exist.
and
```
This is…