Fagim Sadykov
Fagim Sadykov
Composite types are very useful in may cases (for example - indexes, based on it's field values and so on). They cannot be defined explicitly from extension (they are accessible...
Today our team works hard with opencv "face" module (hosted on https://github.com/Itseez/opencv_contrib). So when it's possible and usable we try to contribute to it while we think - it's better...
Pull request comming soon
UBQ 1.6 POST /notexisted/type/_update_by_query ..... it hangs with timeout request Expected - return normal error message
For example: 1) I have "bool" query with certain query_strings with different boosts - that is some of topic markers in full-text articles 2) I have collect statistics for score,...
For now the only options to `@Suppress` is to use magic strings `@Suppress("ReturnCount")` 1. It's magic string 2. Hard to find issues by IDE (only regexes) If i try to...
While we have only one `row ordering` field but can add multiple row dimensions it's assumed that when we set `order by value decending` it will be work same way...
### SUMMARY Fix and improve `value_a_z`, `value_z_a` sort order for pivot table 1. work on any size of cols and rows in pivot table options, groups them 2. keep subtotals...
Feature implementation for #1002
For now this code is valid: ```go // Some - some interface type Some interface { // Correct - should do all correct Correct() // not valid format of comment...