Roman Tsisyk
Roman Tsisyk
Tool: https://github.com/scelis/twine Format description: https://github.com/scelis/twine/blob/main/documentation/formatters.md Example: https://github.com/organicmaps/organicmaps/blob/faf9828890a536357290c53bcf1f5fb2e43321a0/data/strings/strings.txt) ``` [[Strings]] [back] Back Cancel ``` Relevant discussions: - https://github.com/WeblateOrg/weblate/issues/6346 - https://github.com/WeblateOrg/weblate/issues/6741 - https://github.com/organicmaps/organicmaps/issues/946
This ticket is for tracking the "active" track recorder. It should have at least start/stop buttons and display recorded data in kml/bookmarks UI. See https://github.com/organicmaps/organicmaps/issues/512#issuecomment-1007939433 and https://github.com/organicmaps/organicmaps/pull/1807#issuecomment-1045934270 for previous research...
``` oc logs -f pod/chi-dev-dev-0-0-0 Necessary directory '/var/lib/clickhouse/' isn't owned by user with id '1000740000' ``` This problem is caused by boilerplate code inside Docker image itself, but let's keep...
See tarantool/tarantool#6831 for proposed API change: ``` http.client.request(method: string, url: string, opts: table) ``` Continue to copy-cat [Python Requests API ](http://docs.python-requests.org/en/master/user/quickstart/#passing-parameters-in-urls)and add a new option: - `opts = { params...
Lua sources don't have copyright headers.
Please add RPM/DEB packages to tarantool.org repositories using https://github.com/tarantool/build
Hi! How I can moderate my manifest? Some spam bots started to add undesired modules to my manifest.. Thanks!
It would be nice to reserve a typecode for UUID. Nowadays Universally Unique Identifiers are used everywhere. It is possible to use fixext16 for UUID, but in this case we...
Tarantool 1.7.1 adds a new implementation of CALL command which supports EVAL-style marshalling, i.e. returned data is not converted to tuples anymore. Old CALL command (code = 6) is deprecated....
See line 359 and 363: ``` void 314matras_destroy_read_view(struct matras *m, struct matras_view *v) 315{ 1. Condition v != &m->head, taking true branch. 316 assert(v != &m->head); 2. Condition !v->next_view, taking...