Micha Kalfon

Results 4 issues of Micha Kalfon

If more than one distribution is installed WSL will use the default one. This commit makes sure it the admin WSL will run in the same WSL distribution as the...

SQLiteCPP uses the SQLite amalgamation source when building with SQLITECPP_INTERNAL_SQLITE=ON. This puts all the library's code in a single section which is linked as a dependency with SQLiteCPP. Compiling the...

enhancement

Hello, I have been using the relay feature of vicc for a while now for relaying physical cards from a host to a guest VM on Windows. I use the...

**Describe the bug** Case insensitive matching is not supported for all languages (e.g. Russian). **To Reproduce** The following program demonstrates the issue: ``` fn test_english() { let base = "file";...