Matthias Hild
Matthias Hild
Relative paths in tsconfig.json (such as rootDir) are resolved relative to Gruntfile.js instead of tsconfig.json. As mentioned in [issue #397](https://github.com/TypeStrong/grunt-ts/issues/397), this causes problems when tsconfig.json is used by other tools,...
Classloader problem ------------------- When building a custom Maven plugin that accesses a polyglot `Context`, execution within the `graalvm` of this built plugin in a second Maven project fails: ``` java.lang.IllegalStateException:...
When `RConnection.eval` encounters an unhandled type (e.g., `complex`), it prints a warning to stderr and returns null. This prevents proper error handling in Java code using the RConnection client. The...
First off: Thank you for this utility! The documentation of nested invocations of dumb-init is, I think, incomplete or ambiguous. You document the behavior in case of `--single-child` mode and...