-
# the need
Currently, there is no up-to-date or maintained kotlin plug-in that generates kotlin code from an avro schema file.
This plug-in would generate kotlin source code compatible with avro4k…
-
This is a feature-request to add R support in `Edit cells > Transform > Language`.
-
Hello I tried building the Gazelle java extension on Ubuntu 22.04 using the following:
**WORKSPACE:**
```
("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
na…
-
Short info header:
- GFX version:
latest
- OS:
all
- GPU:
all
Hi, recently Java provide a new way to generate jre, which is jmod
http://openjdk.java.net/jeps/261
and is it possible to provi…
-
When trying to create an azure function project in Visual Studio that uses the Dapr Topic trigger (or Dapr output binding), the project cannot be built due to reference of a nuget pkg with version gre…
-
I'm thinking that it would be cool to be able to have rules stored outside of the application (and the JVM) and have RuleBook be able to point to those rules and use them.
Supported languages and f…
-
I've made a toy language: https://github.com/avwie/borklang
Everything works correctly on the JVM and when running `jvmTest` and `jsTest`. Also my web project is working correctly when I use `brows…
-
I'm hoping to set up an integration using Camel with a Cisco Unified Communication Manager server's SOAP API. I'm developing on a Debian Linux 11 desktop, using VSCode 1.60.2 and OpenJDK 8 from Adopt…
-
### Description of the feature request:
The information about resolved attributes returned by repo rules and collected by `--experimental_repository_resolved_file` should be stored in the Bzlmod loc…
fmeum updated
6 months ago
-
Kotlin is a very popular JVM language, and playwright could expose some Kotlin extensions that augment the existing API.
A small example would be `infix`/`operator` functions for `or` and `and`:
`…