Matthias Ernst
Matthias Ernst
When using layered configs it is useful to "null out" settings provided by the parent, e.g. with `reference.conf`: `{a = a, b = b}` and `application.conf`: `{b = null}` with...
Version: v3.21.6 Language: Java Any platform with `UnsafeDirectNioDecoder.isSupported` Multiple aliasing UnsafeDirectNioDecoders reading from the same string concurrently may observe corrupted input: A ByteString created via `UnsafeByteOperations.unsafeWrap(ByteBuffer)` from a single direct...
#1308 # Relevant Rules karma_web_test ### Description The scripts generated by karma_web_test loadFile()s all the files and then require()s them as modules: ``` ... loadFile( "workspace/src/test/ts/..._test.js", "var __awaiter = ...");...