Alexey Khatskevich

Results 20 issues of Alexey Khatskevich

Wagtail now supports Django 4.1. For some users wagtail-grapple may be the last dependency which prevents from updating Django. It will be nice to have support Django 4.1.

There are such a statments message, _ = TelegramMessage.objects.get_or_create(message_id=serializer.data['message']['message_id'], for example 38 line https://github.com/jlmadurga/permabots/blob/master/permabots/views/hooks/telegram_hook.py I think it is extra work and just "create" should be user instead. Am I correct?

`tuple` is an immutable Msgpack and the data, accessed from Lua (e.g. tuple[1]) is decoded on the fly. In the current implementation, if the field accessed N times, it produces...

feature

Concurrent ddl is not working properly. Here is example of failing test: ec0ca83f83318df906afdf9f1c85e3d0ba83267e : test/sql-tap/gh-2723-concurrency.test.lua Blocked, because tarantool have to transactional ddl itself. #600 #2783 #1871

bug
sql
blocked

fingerprints & additional attributes in ast should be documented

documentation
good first issue

schema ``` { type = "record", name = "ns2.ns3.system_settings_protected", namespace = "ns1", ... } ``` is parsed like ``` { type = "record", name = "ns1.system_settings_protected" ... } ``` and...

bug

``` local json = require('json') local schema, ok, res, handle, obj local schema = [[ { "fields": [ { "name": "f1", "type": "int" }, { "name": "union", "type": [ "null",...

good first issue
code health

Avro `export` function produces something close to [Avro canonical form](http://avro.apache.org/docs/1.8.2/spec.html#Transforming+into+Parsing+Canonical+Form) This statement should be checked and documented. Do not forget about our extension, `forward_regerences`: In that case we have to...

documentation
good first issue

validate accepts lua strings, while flatten only accepts data type of msgpack

bug

do not forget about ctrange behavior with nulls absence -> not modify null -> delete

documentation
good first issue