Results 45 comments of pleshevskiy

I found these crates that can decode base64 utf7, but no one encode them. 1. https://crates.io/crates/charset 2. https://crates.io/crates/utf7-imap I don't know. Should we encode it to choose a mailbox or...

I have an issue that some emoji are copied with some garbage ![image](https://user-images.githubusercontent.com/7839004/191491408-85bc0bea-b785-4468-a1e9-0a4eaaecb770.png) Maybe this is related 🤔

@wezm thank you! didn't know about that

> It may be useful that some embedded configs can be selected through like --use-config default, --use-config large. I totally agree! I wanted to create an issue, that would be...

First of all, I think we should create a basic structure for translations and choose the default language (Eng). Then we can translate to other languages :) And I can...

I think it's better to do without a macro. :man_shrugging: The macro will add chunks of code every time we place it. And there is not always a rational side...

But a macro can help to assemble our beautiful structure into a small call

Thank you very much for the important information! Take care of yourself!!! I will look forward to hearing from you :)

@brxken128 For tests, I need to be able to specify SEED so that the result of the tests is always the same. Ideally, We should make a struct/trait that works...

@brxken128 I don't think so) If you want you can be inspired by the [storage](https://github.com/brxken128/dexios/blob/master/dexios/src/domain/storage.rs#L51). For example: `trait Generator`, `struct AutoSeedGenerator`, `struct StaticSeedGenerator`