-
## steps
Create the following files:
### project/build.properties
```
sbt.version=0.13.15
```
### build.sbt
``` sbt
libraryDependencies += "org.scala-lang" % "scala-compiler" % scalaVers…
-
I've created kproxymap to facilitate use of kotlinx.serialization compiler plugin generated serialization with proxy maps in https://github.com/moshbear/kproxymap . You're welcome to use the ideas wit…
-
### Summary
Sometimes you need to add more than one ref to a single element. For example:
* When using `forwardRef` you need to pass the forwarded ref to whatever element, but you also need your o…
Svish updated
1 month ago
-
I have a project that uses both Lombok and Hibernate JPA ModelGen. Until version 1.35 of the "Language Support for Java" extension, everything worked fine. After upgrading the plugin and cleaning the …
-
The following example uses a Mixin to add an ArgGroup which contains two boolean flags.
```java
import picocli.CommandLine;
import picocli.CommandLine.ArgGroup;
import picocli.CommandLine.Comman…
-
I've been using more and more remark lately, but most importantly I've been taking advantage of mdast to programmatically modify it and then go back to markdown. But every time I comeback to this modu…
-
I find I get the following warnings about CUDA as I don't have the correct nVidia driver installed.
```
❱ topostats --help
2024-10-11 15:14:19.949079: I external/local_xla/xla/tsl/cuda/cu…
-
### Describe what happened
Using the latest version will fail with a panic
```
panic: fatal: error An assertion has failed: Failed to read schema-embed.json. source error: read schema-embed.json/: i…
-
I have been unable to get clnrest to work with the binaries I downloaded for Ubuntu: clightning-v24.08.2-Ubuntu-24.04.tar.xz
Every time I add the following to the lighting config file:
clnrest-port…
-
## Expected Behavior
Code scanning shows no issues.
## Observed Behavior
Property 'style>FunctionOnlyReturningConstant>excludedFunctions' should be a YAML array instead of a comma-separated…