Lex Berezhny
Lex Berezhny
# Rationale Three main reasons for adopting [rust](https://www.rust-lang.org/) language in the LBRY SDK: 1. Significant performance improvements. 1. Ability to share code with every other programming language; including in the...
In order to support users on lower speed connections (and reduced download size on mobile) we need a way to support lower bit rate videos. The simplest solution is just...
Before client side reorg support can be implemented we need to make sure that the wallet server is properly handling them and sending correct header information to the client. One...
At seemingly random times the `block_info.status` column in `block_index.sqlite` database will have two rows for a single block and both of the statuses for those blocks will be the same:...
Update the README with some instructions on how to use the `Headline` class and present matched excerpts from the result set.... https://github.com/damoti/django-tsvector-field/blob/master/tsvector_field/query.py#L5 ``` from django.db.models.expressions import F from django.contrib.postgres.search import...
The contents of the `tsvector` is an implementation detail in postgres, it's kind of pointless to keep shuttling this back and forth between Postgres and Django.
Pending `readonly` field attribute implementation in Django: https://github.com/django/deps/pull/36
fixes #3670