Ori Popowski

Results 6 issues of Ori Popowski

At the moment, there's no Brotli support. Looks like Brotli support was intentionally dropped in commit 420b017bbb36e881cde91bdc7975ac1893c5468e. Is there still a reason to not support it? If no, then it...

Hi, Given a nested chain of `Option`s, is there a way to coerce the most inner one to `Some`? The current operator `.each` allows traversing `Option`s, but acts like `map`:...

When going through the tutorial with Play 2.6.5 and Scala 2.12.3, `sbt run` results in the following stack trace: ``` [error] (run-main-0) scala.ScalaReflectionException: class Boolean not found. scala.ScalaReflectionException: class Boolean...

bug
help wanted

How can we return a nested object? Let's say I have ```javascript { "a": { "b": { "c": 1 } } } ``` How do I retrieve `"c"`? `JsonBase.lookup(…)` receives...

## What is the purpose of the change Supporting Boolean values for Datadog metrics reporter. Closes FLINK-24941. #### Motivation At the moment, anyone who uses Datadog reporter cannot monitor backpressure....

component=Runtime/Metrics

Using mysql-binlog-connector-java through Debezium. After shutting down the instance and starting it again, `SecondsBehindMaster` will show a high number. This is exactly the number of seconds passed between shutdown and...