Rinat Shigapov

Results 19 issues of Rinat Shigapov

* Initial code that intersects deleted vectors and deleted points bitsets. Intersection logic is `deleted_vectors && !deleted_points`. ### New Feature Submissions: 1. [ ] Does your submission pass tests? 2....

TagBar (https://github.com/majutsushi/tagbar) creates buffer __TagBar__ that also should be treated specially.

feature-request

**Is your feature request related to a problem? Please describe.** When I try to connect from Rust application using sqlx library I get the following error during parsing connection setup...

est::size_L

RemoteProfilingMiddleware doesn't initialize reqnum attribute: AttributeError: 'RemoteProfilingMiddleware' object has no attribute 'reqnum'

I think it's time to check for python3 support before python2 (Python 2 support end of life is 2020, see https://www.python.org/dev/peps/pep-0373/). It will be easier to start new Python3 projects...

- in my project there was an error of undefined gettext, so I added `` - localized button names near input don't fit into single line, so it's better to...

I came across multiple Anchor errors like ``` RPC response error -32002: Transaction simulation failed: Error processing Instruction 0: custom program error: 0xbc4 ``` It would be more helpful instead...

enhancement

When south introspects classes for encrypted char fields it should use unencrypted_length attribute as max_length keyword argument because original max_length argument is overwriten by max_length for encrypted value. See https://github.com/svetlyak40wt/django-fields/issues/10

I'm not sure why max_length is calculated this way: kwargs['max_length'] = max_length \* 2 + len(self.prefix) When I use south I get field length max_length \* 2 + len(self.prefix) in...