Aran Donohue

Results 85 comments of Aran Donohue

Note: This is mentioned as the first "complication" [here](https://github.com/bazelbuild/rules_go/wiki/Editor-and-tool-integration#complications-and-open-questions). I tried, but I don't know how to get an alternate `--output_base` to work with vscode. I put `export GOPACKAGESDRIVER_BAZEL_FLAGS="--output_base=.gpd"` in...

With `GOPACKAGESDRIVER_BAZEL_FLAGS` set, and leaving`settings.json`: `"go.goroot": "${workspaceFolder}/bazel-${workspaceFolderBasename}/external/go_sdk",` all external imports still fail for me. 🤷‍♂️

I'm trying to port a `cargo build` that uses `-Z build-std=std,panic_abort` for a `rust_shared_library`, to be used in a`rust_wasm_bindgen`. It would be great to have an example toolchain that enables...

You can't get deadlocks in simple rust code that just uses ownership, &mut ref / &ref. You also can't get deadlocks in plain Flutter. Given the focus on safety, I...

@UebelAndre maybe? Is this something that would be welcome in rules_rust to help avoid protoc compilation times for rust users?

I'm sorry, I'm not sure how to help. AFAIK this repository is in maintenance mode, so I'm not sure what might move this issue forward for you. Normally I'd advise...

@mosuem that is exactly what I meant by maintenance mode. I apologize if that came across in a negative manner. @vkammerer I can't speak to "the recommended" but I'm using...

If I pass `--wasm-pack-rustflags` to pass in `--remap-path-prefix`, it loses the default `-C target-feature=+atomics,+bulk-memory,+mutable-globals`. Don't know if there is a rust convention for situations like that, or maybe I can...

I haven't been able to think of an elegant way to express it.