Kirill

Results 24 comments of Kirill

We can use `oneOf` field? Im hasnt time to develop this. It have hard logic for me.

No cursor visible. ![123](https://github.com/AndreyPavlenko/Fermata/assets/30481080/f64c1e7b-3288-4281-a78a-2cbe580a9c5d)

Absolutely. Its may invented. But we need deside that design wee need. What about use `user:adress` where `address` is emeddable

This fix works with Python 3.9 ```py import io def frombits(bits) -> io.BytesIO: chars = bytearray() for b in range(len(bits) // 8): byte = bits[b * 8:(b + 1) *...