Alexey Tsvetkov

Results 22 issues of Alexey Tsvetkov

Please add an option to set font size in UI. Default font is too small

I have folders with russian names. Daemon output window displays this: ``` Ready to synchronize "09 - Books" (09 - Books) (sendreceive) [K2KRE] 15:17:35 INFO: Ready to synchronize "97 -...

Currently data plugin sorts items in wierd order 1 11 12 13 2 23 27

Is it possible to export data to CSV, JSON, KML or some other formats as it is done in SemanticMediaWiki plugin to MediaWiki? Something like ---- dataexport ---- cols: A,B,C,D...

When _wiki field is empty, datatable shows the value of the other column ----dataentry---- filed0: something field1_wiki: filed2: just a filed

Add const to move variables to .rodata section Signed-off-by: Xeenych Fix #5891

enhancement
needs-review
component-tls
size-s
priority-medium

I'm using WolfSSL client on embedded board. The board doesn't have RTC, so I need to override certificate DATE check errors ``` wolfSSL_CTX_set_verify(ctx, WOLFSSL_VERIFY_DEFAULT, verifyCallback); if ((rc = wolfSSL_CTX_trust_peer_buffer(ctx, certBuf,...

I'm using npm -g install kosmtik and then get this error: ``` node-pre-gyp ERR! Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/mapnik/v3.7.2/node-v57-win32-x64-Release.tar.gz node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected](node-v57 ABI, unknown)...

If protothread does not have any PT_YIELD() in its Run method then compiler produces a warning, that ptYielded is set but never used. I suggest using volatile attribute on ptYilded...

When `align:` parameter is omitted from datatable, then multiple warnings are issuded on a page like^ ``` Warning: Undefined array key "align" in /var/www/html/dokuwiki_test/lib/plugins/data/syntax/table.php on line 278 Warning: Trying to...