Alex Kotik

Results 4 issues of Alex Kotik

Logs seems very unclear: [2019-05-14 15:56:43.211] [sharedprocess] [info] main {"machineId":""} [2019-05-14 15:56:43.293] [sharedprocess] [info] Scanned system extensions: 72 [2019-05-14 15:56:43.321] [sharedprocess] [info] Scanned user extensions: 4 [2019-05-14 15:56:44.283] [sharedprocess] [info]...

I'd like to ask for a recursive groups in a Table widget, so that we could make it easier to display hierarchical tabular data. Here is an example how it...

ui
feature

Hello! I need to make Selfoss RSS update work through proxy server, I couldn't find how to make it in the docs.

feature request

Hello! I wrote this code: ``` import com.hurlant.util.ByteArray; import com.hurlant.util.der.PEM; class Main { public static function main() { var key = PEM.readRSAPrivateKey(""); var src = ByteArray.fromInt32ArrayLE([10, 20, 30, 40]); var...