Koko

Results 6 comments of Koko

Feel free to assign it to me. I'll sit on it for now and begin work when the crate becomes a more mature.

Reviewing this, I think I know what the issue is, but I don't know how to solve it (read: I'm not a rust developer). The crux of the issue is...

Following up on this, the update is slightly more complicated than originally conveyed. **within /rpatchur/Cargo.toml** (1) Add sha256 to dependencies ``` ... [dependencies] +sha256 = "1.5" ``` **within rpatchur/src/patcher/core.rs** (1)...

I've adopted a workaround, i.e. I've migrated from MSSQL to Azure SQL Edge. I've been unable to reproduce on the new application and it has a lower resource footprint.

This is increasingly frustrating as Azure's B1ms VM SKU, which reports 1 CPU and 2 GB of memory, is not valid for hosting MSSQL -- which requires 2 GB of...

> [@Kokotewa](https://github.com/Kokotewa) perhaps this will help? https://github.com/justin2004/mssql_server_tiny It does, or rather it did. I greatly appreciate the post, I used it when it was new. I since adopted the Microsoft...