Stasinos Konstantopoulos

Results 11 issues of Stasinos Konstantopoulos

Adds the feature to use XMP tags to select the images that will be included in the gallery.

Adds -H / --human-readable option similarly to /usr/bin/du

Adds: SHIFT to drop all the way to bottom and P to pause.

The ball might suddenly speed up to keep the game interesting. The ball is more likely to speed up in situations where it is more likely to make the user...

Add a mechanism for defining different comment syntaxes. Use this mechanism to define shell and C style comments and add testcses for Python (shell style) and JS (C style). Add...

The _eda_phasic_sparsEDA() function (eda_phasic.py) returns a (driver, SCL, MSE) triple where the calling function eda_phasic() expects a (tonic, phasic) pair. Since sparsEDA is an algorithm for estimating the tonic component,...

The sparsEDA algorithm detects the tonic component in EDA and returns: a `driver`, `SCL` (tonic component), and `MSE` (residual). This is incompable with `eda_phasic()` which expects a `(tonic,phasic)` pair, see...

size/M

Provide to client applications a FILTER function (as an extension to the standard functions) that has pagination parameters (results per page and page number) as arguments and behaves identically to...

enhancement

In a situation like this: ``` BindJoin Plan@local-semagrow[costs [5020.05257,0] 2005257 tuples] ... Plan@local-semagrow[costs [5020.05257,0] 2005257 tuples] ... ``` where both subqueries have exactly the same cost, the optimizer can order...

enhancement

Semagrow should provide as logs the number of results received from each federated endpoints. Comparing this against the number of results in the final response is a metric of plan...

enhancement