Omer van Kloeten

Results 16 issues of Omer van Kloeten

Using apktool 2.0.3, decompile [com.google.android.apps.docs.editors.slides (version 60521040)](https://www.wetransfer.com/downloads/e27169fce1c608f91460979a5a24409f20160221105640/1f8c4db1d762ab12a4f528f699cbd8cf20160221105640/c738ed). In the output directory, `res/values/strings.xml` contains the following in line 808: `On %1$s` This is invalid XML and the expected result is either:...

Bug
StringBlock

When a route is defined for a specific path with a specific method and a different method is used, the server should return `405 Method Not Allowed`. e.g., if we...

This is a huge issue in how the accepted media type is selected. If `text/html` appears **anywhere** in the value, it is preferred, even if that's not the case! This...

I've started using `NinjaClassicModule` to remove parts of Ninja Framework I didn't need. One of those is the templating engine Freemarker, since my server only ever returns JSON responses. Assume...

I've started working with the Accept header and have found two issues lacking: 1. When the server can not answer any of the Accept header preferences, the client should receive...

Running `helm install --name cp --set cp-kafka.brokers=1 confluentinc/cp-helm-charts` fails with the log errors: ``` ERROR [KafkaApi-0] Number of alive brokers '1' does not meet the required replication factor '3' for...

It would be great to add a bunch of documentation: - Design of each part of the system (from `TableOperations` to `Expressions`, etc.) - Tradeoffs taken in the design of...

(this is dependent upon the completion of #71 and #72) The partition function for external mappings is derived from the parsing of the path of data files a-la Hive's format....

Assume a table with the following field: ``` id int ``` There are `n` data files, each of which has the statistics `min(id)` and `max(id)`. `id`s are positive integers. Querying...

There are issues in Spark that are preventing either the correct or optimized operation of Iceberg under Spark. These issues should be documented and tracked in the repo, to share...