Jakub Panek
Jakub Panek
> Making releases for a project that has no releases and is entirely rolling release is not impossible but keeping up with upstream would quickly become tedious requiring me to...
What other builds you have planned? This project is specifically made with `apk` in mind and if I recall correctly from what Ariadne said, non-`apk` project is WIP
At the moment, I don't think we have any highlighting for braces (and others)
This should be fixed already
Is that when starting lapce or when using lapce?
Should be fixed via https://github.com/lapce/lapce/pull/1072
https://github.com/lapce/lapce/blob/796008be88a3e195a24f7aa6584cc029054761bc/.github/workflows/release.yml#L139 this should be just enough
It will be fetched no matter what unless you patch out `Cargo.toml`'s to not include any (default) features that can pull in `openssl-src` and update the lockfile.
```diff diff --git a/lapce-proxy/Cargo.toml b/lapce-proxy/Cargo.toml index ac93cbf..f7b2fd5 100644 --- a/lapce-proxy/Cargo.toml +++ b/lapce-proxy/Cargo.toml @@ -32,7 +32,7 @@ serde_json = "1.0.59" anyhow = "1.0.32" home = "0.5.3" toml_edit = { version =...
I believe this has been resolved