André Breves
André Breves
The current signature of the collector ```JsonCollectors#toJsonObject()``` is: ```java static Collector toJsonObject() ``` That signature forces the following code: ```java Map map = ...; JsonObject obj = map.entrySet() .stream() .collect(toJsonObject());...
**Describe the bug** Whenever I try to Profile the CPU for a program with virtual threads it fails with the following error: ``` Profiler Agent Error: GetCurrentThreadCpuTime failed with 73...
Sugiro poder indicar livros como conteúdo de referência para um Card, como um tipo específico.
When installing the plugin in MacOS, the bash scripts are created without the execute bit set: ``` -rw-r--r-- 1 breves staff 366B 20 Out 16:21 google-closure-compiler ``` Steps to reproduce...