luben karavelov

Results 6 issues of luben karavelov

Hi, I tried the last release (from the release branch, also from the site) and I noticed that the contextual char spacings (adjusting char positions depending on the surrounding chars...

bug?

# Feature Request We want to be able to add memory to an already booted VM. Tests with QEMU shows it's possible.Cursory look at cloud-hypervisor show it's supported by them...

Priority: Low
Status: Parked

Computing SigV4 signatures uses SHA2 for the derivation. The Sha2 crate does not have architeture optimizations. By using Ring, we now have them and also they are selected at runtime....

**Describe the bug** The dict trainer fails with SIGSEGV or floating point exception **To Reproduce** ``` #include #include const char * samples = "0123456789abcdefghij"; const size_t sizes[20] = {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1}; const...

Having a way to convert into `std::time` structs would help, e.g. ```rust impl From for std::time::SystemTime { ...} impl From for std::time::SystemTime { ...} impl From for std::time::Duration { ...}...

Currently it is not possible to only allow certain values in a filter that is permissive. If we had `x in [values]` and `x not_in [values]` operators, it would be...