-
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 …
-
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…
-
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…
-
When I try to use geometric multigrid with vinewtonrsls I get the error below. It only pops up with rsls (not ssls) and is raised just by setting the option (not yet specifying the bounds).
MWE a…
-
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 …
-
### 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.…
-
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…
-
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…
-
https://github.com/PorktoberRevolution/ReStocked/blob/c6cf16233e3a86167af671dc87af863405a9f1ba/Source/Restock/ModuleRestockHeatEffects.cs#L161
I'm not exactly sure what the cause is here. I think …