Stefan Niederhauser

Results 41 issues of Stefan Niederhauser

Is there a reason that the image is tagged during push and not during build? I'd like to build a container and test it locally before pushing. During build, the...

```` /** * @format uuid */ export type UUID=string interface A{ u:UUID } ```` gives ```` { "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "A": { "properties": { "u": { "format": "uuid", "type":...

When using the library in a module context, this warning is produced: [WARNING] Can't extract module name from j2v8_macosx_x86_64-4.6.0.jar: j2v8.macosx.x86.64: Invalid module name: '64' is not a Java identifier So...

This makes the implementation difficult for non-enumerable or slow protocols, e.g. classpath or http

I'd prefer throwing an appropriate exception instead of `e.printStackTrace()` and returning `null`. Or at least, use a logger for error messages.