Melvin Wang
Melvin Wang
> There is nothing stopping anyone from porting it but we don't have it in the works at the moment. Are you interested in doing it? I don't have the...
Tried out raw mode and it doesn't seem to fix my issue. Just seems like SavePosition and RestorePosition don't work when there are newlines. I've resorted to just counting the...
> dummy 3: your image needs nodeJS installed to work properly Is this a requirement of `act` or of github actions? I created a dummy repo to test it out...
Anyone have any success running this on ROS2?
Are all function pointers still not supported in autocxx?
possibly related to #208?
looking back on this, i believe installing with the `tls-native` feature (and --no-default-features) removes all dependencies on `ring`(~~will test it out later today~~ confirmed). @sagiegurari Given that `attohttpc` defaults to...
explicitly setting `force = true` in `install_crate` also doesn't add `--force` to the command. output is same as above.
@sagiegurari Even when I switch this to `install_crate = { crate_name = "cargo-expand", binary="cargo", test_arg=["expand", "--version"], version = "1.0.80" }`, it still doesn't force the install of an older version...
@sagiegurari I am able to repro your behavior, but i still see other cases where this is not functioning. Ex. If i enable core tasks and extend the `test` task...