Marc Poulhiès

Results 177 comments of Marc Poulhiès

@dugite-code Ok, that was the problem... The token I had was not correct anymore. Using token extracted as shown above just works. At least I can send `status` command and...

FWIW, my roborock has never been connected to the internet (filtered on router) and I've never had any issue to set it up with Home Assistant. So I'm not sure...

> For your information, the CI of rustc_codegen_gcc now run [some tests cross-compiling to m68k](https://github.com/rust-lang/rustc_codegen_gcc/actions/runs/6957780777/job/18931343156). The cross-compiler is built in [this repo](https://github.com/cross-cg-gcc-tools/cross-gcc/tree/master), using crosstool-ng. > > So, in theory, it...

this is live :rocket:

We have 3 use cases, for which we do the following: - compile (stop at assembly) => `--crate-type rlib` - compile to object (stop after assembling, "`.o`") => `--crate-type lib`...

Ok, thanks for the very precise answer (as always:)). We are using `--emit asm`, so I'll try to implement this little suggestion.

On June 4, 2023 7:32:40 AM UTC, Ameya Deshmukh ***@***.***> wrote: >@dkm is this something you're still working on? I'm a first-time contributor to the repo who'd like to dip...

> LMK if you need anything from me :) Thanks :) I simply need to find a time slot to test on staging.

This is live :rocket: