RustChater

Results 4 issues of RustChater

**Maintainer's Note:** I believe this is a broader issue with proc macros in general, as the proc macro is compiled for the host I believe while any dependencies (or crates...

bug

When I run example http://pad-local.com/#/learn step-by-step, got error at last step "npm run demo" Env: ``` wechaty-puppet-padlocal-demo: 0.1.2 wechaty: 0.60.12 wechaty-puppet-padlocal: 0.4.2 node: v17.8.0 npm: 8.5.5 OS: macOS BigSur 11.6...

question

test.yaml ``` name: Test on: push: branches: [ main ] pull_request: branches: [ main ] jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: include: - build: aarch64 os: ubuntu-latest rust:...

Cargo.toml ``` rocksdb="0.17.0" ... ``` Build with rust-musl-build: ``` alias rust-musl-builder='docker run --rm -it -v "$(pwd)":/home/rust/src ekidd/rust-musl-builder' rust-musl-builder cargo build --release ``` Got error: ``` error: failed to run custom...

bug