-
Hi,
This is my usage of Pug4J:
```
PugTemplate template;
PugConfiguration config = new PugConfiguration();
config.setExpressionHandler(new GraalJsExpressionHandler());
try {
templat…
-
Hi,
I've tried to build using graalvm ce 19.0.2 with python installed and build fails.
The first error of many in console is
-------------------------------------------------------
T E S T S
…
-
Autoloader use with multiple threads cause premature use of the class.
## Example
When executing mutliple `Rails` tests with the debugger: `jt --use jvm-ce ruby --jdebug -S ./bin/rails test test…
-
Hello,
The GCN (Graal Cloud Native) project and its tools are being renamed to GDK (Graal Dev Kit).
This has been already reflected on the [website](http://graal.cloud/gdk) and [repo](https://g…
-
At the moment, we are parsing the output of `native-image --version` to determine the GraalVM/Mandrel version. This is brittle and needs to be adjusted.
~~Note that we need to adjust things before …
gsmet updated
1 month ago
-
### TL;DR
Add full support for the [Foreign Function & Memory API (JEP 454)](https://openjdk.org/jeps/454) to Native Image.
### Goals
The [Foreign Function & Memory (FFM) API](https://openjdk…
-
@hubertp has noticed a [CI failure](https://github.com/enso-org/enso/actions/runs/7275984372/job/19824837671?pr=8607#step:10:14486):
```
Execution finished with an error: java.lang.NullPointerExcept…
-
When executing the docker 3p container, the error below appears after the second execution (included).
```
2020-05-23 20:59:34,981 - grimoire_elk.elk - ERROR - Error feeding raw from cocom (https:…
-
Hello,
I'm trying to build natively the application but I'm not succeeding even if I increase quarkus version, every time i have a different error.
I execute the following cmd : **gradlew build …
-
I am using a different version of `git` than the one installed on the system by default. Newer version of the `git` is installed in `~/bin` and `PATH` variable is set to `~/bin`. Shell command for `gi…