Kayo Phoenix

Results 127 comments of Kayo Phoenix

By the way, I tested #355, but it doesn't solve the problem with segfault for me.

@marc2332 I fetched and tested it again but it still crashes. GDB shows same backtrace.

@pozix604, @azul Unfortunately I have no time to continue development. Because currently lettre uses this code, I hope lettre developers keep code up to date.

@LennyPenny You should use aubio crate for now.

Parsing is planned but yet not implemented.

I think the trade-off solution is simply replace empty values by `"\0"` (or `[0u8]`). This is relatively harmless for duplicated keys and ordering. Also it harmless for strings because zero...

Seems fields of options is private: https://docs.rs/ledb/0.4.0/src/ledb/storage.rs.html#99-128 It because I planned to turn `Options` to builder but I don't sure how it may be implemented more usably. You can fix...

The compile-time dependencies is not so terrible for me, so you absolutely free to add any of it without hesitation while it is maintained and does not break compilation.

I have not followed the development of actix very well lately. Thanks for remark.