Oregunwa Oluwadamilola Micheal
Oregunwa Oluwadamilola Micheal
I think the issue might be here https://github.com/fluencelabs/aquavm/blob/9c88567e59491c1bbfc15e0040e5aa43329e2015/crates/air-lib/air-parser/src/parser/lexer/air_lexer.rs#L87 The `if` statement doesn't check if an escape character (`\`) is preceeding the double quotes. I suggest a solution that looks something...
A possible fix for this would be to host the checksum of the latest version (preferrably on GitHub) and then use that to validate if the user's binary is up...
Exactly. The ideal case would be something like what uv is doing Looking at the the `uv` codebase, I can see that it is using [`AxoUpdater`](https://github.com/axodotdev/axoupdater) which is a crate...
There's already a `MANIFEST.json` in the releases so implementing any of the solutions mentioned below would be trival > So we have two options if we want to do this...