Roman Khafizianov
Roman Khafizianov
## Summary Enable authentication using accountKey instead of mnemonic. It will be used for headless bot api ## Changes - Remove mnemonic field from Service struct, use only derivedKeys -...
After FileUpload with preloadOnly, another call to FileUpload will deadlock if called the same file checksum but without preloadId as we only release lock on Commit. We actually can avoid...
## Summary - Fix embed block export for different processors - Add comprehensive tests for renderEmbed function ## Problem Previously, all embed blocks were exported as LaTeX math blocks wrapped...
Integrate [Prommy](https://github.com/anyproto/prommy) for live tech metrics for now you need to set `ANYTYPE_PROM=:9090` to run it. RPC for client is planned
**Describe the bug** The `IndexWriter::committed_opstamp` field is initialized during `IndexWriter` creation but is **never updated** after successful commits. This causes severe issues with rollback functionality, delete operations, and can lead...