Taiki Endo
Taiki Endo
As for an error about thiserror: I think the real problem is that one of bevy_obj's dependencies (or itself) is pinning a proc-macro related dependency (I remember wgpu doing that...
Fixed in 0.9.0 (#98, #107).
Thanks for the report! This is another regression introduced in https://github.com/openrr/urdf-rs/pull/64. I confirmed urdf-rs 0.6 (that uses serde-xml-rs) doesn't have this problem. --- @luca-della-vedova Thanks for the investigation! Since the...
Fixed in 0.9.0 (#98, #107). We allowed for missing `effort`, but we might actually want to consider allowing for missing `velocity` as well, since all the missing `effort` URDFs I...
Oh, all musl binaries (0.11.2-0.12.0) are broken... https://github.com/taiki-e/parse-changelog/actions/runs/7662945367/job/20884987788#step:6:34 ``` error: sanitizer is incompatible with statically linked libc, disable it using `-C target-feature=-crt-static` error[E0463]: can't find crate for `std` | =...
Filed https://github.com/rust-fuzz/cargo-fuzz/pull/365 to fix the above problem.
Thanks for the report! There may be some issue with jq or path handling. Could you try aa0fb41b4db2493d2ef6e45c478fb01378bc2809?
``` host platform: x86_64_windows jq version: jq-1.6 info: install-action does not support cargo-nextest; fallback to cargo-binstall info: installing [email protected] info: downloading null ``` Hmm. jq at least succeeds in parsing...
https://github.com/jqlang/jq/issues/1854 appears to indicate that the problem exists only with a particular type of jq binary, and the curl error ([unable to write to hidden directory](https://askubuntu.com/questions/1356327/cant-write-to-a-hidden-path-using-curl)) appears to be specific...
Could you try f2f6a1fee94a02c13db4374fd3ee9fa4f2b15530? Added a potential fix and some debug output.