Evgeny M.

Results 39 issues of Evgeny M.

New crypto API in newer versions of erlang accepts keys as plain binary, without leading 4 bytes of size. It would be nice to have something like cutkey:rsa(Bits,E,[binary]) along with...

is it possible to do prefix encode so that `prefix()` would be the exact prefix of `prefix()`? I see it could be done for lists. And also `prefix([term, ])` as...

Some adjectives such as апельсиновый, ноготковый, настурциевый etc lack their short forms (`{ 'ADJS', 'neut'}`) апельсиново, ноготково, настурциево which are enough common at least in the combined color constructions such...

I'm getting from time to time some unhandled messages in the `main_loop` function in `hanoidb_level.erl` The messages are unhandled because guards fail to match on the certain `State`. For example:...

lager should be compiled first as sext uses lager_transform

It looks like hanoidb can't recover when one of the database A or B files does not exists in merge process. When hanoidb files get damaged and hanoidb_merger:merge gets an...

When hanoidb is started supervised like ``` init([]) -> RestartStrategy = one_for_one, MaxRestarts = 1, MaxSecondsBetweenRestarts = 10, SupFlags = {RestartStrategy, MaxRestarts, MaxSecondsBetweenRestarts}, Restart = transient, Shutdown = 2000, Type...

I wonder how hard it would be to change hanoidb to impleent something like mnesia's dirty_update_counter? Like, locate record, if found - treat value as int, increment it and write...

Sometimes it takes several seconds to compile changed modules. This compilation is asynchronous so it won't lock console prompt thus it is possible to call a function which still would...