Alex V. Kotlar

Results 10 comments of Alex V. Kotlar

Having the same issue, Angular 1.5.8, using a button elem. Setting type=file does nothing. Have not yet tested whether using a traditional input element would work.

Claiming that token refresh is not within the domain of jwt implementations seems specious when this library supports token revocation. so +1

More examples of dec_hook would be wonderful. My colleague and I were deciding between Pydantic and this, and from existing documentation, custom validators weren't clear. If you'd accept it, I...

Very nice, thanks! The Meta api is something I hadn’t explored yet, this looks super clean.

Any updates on this? I immediately noticed very choppy rendering in safari on desktop. In chrome things are better, but the slider circle lags behind the cursor significantly more than...

Created docker container in c607b5fdb1841cf58412d5fd1c09a24767a8a461 and 342a13ee45aae991ae7f3bfbc46211c8dd510217

This is related: https://github.com/elastic/elasticsearch/issues/29148

Fixed in https://github.com/bystrogenomics/bystro-web/pull/384 by creating a pre-processor for the query_string queries that transforms separate terms into parentheses-wrapped terms, which triggers elasticsearch/opensearch to search those terms individually, just as before. See...

Instead of a stop-the-world rewrite, I propose we piecemeal replace portions of the existing annotator with Rust, using https://metacpan.org/pod/FFI::Platypus

Here's a relevant package written in Rust : https://github.com/meilisearch/MeiliSearch/blob/cde884514387e9d8656a95e59d564378fe4d229b/meilisearch-core/src/database.rs (uses LMDB as backing for search engine). Bystro is somewhat analogous: the genomics search engine backed by LMDB.