Richard Tjerngren
Richard Tjerngren
It would be nice to have a small github action that makes sure that the code compiles and that tests run maybe even do some clippy
the doctest for the function `derive_console_command` in `bevy_console_derive/src/lib.rs` was failing so I ignored it in order to enable more strict CI checks hopefully I (or someone else) can fix it...
https://docs.rs/crate/bevy_console/0.3.0/builds/517246 ``` # rustc version rustc 1.61.0-nightly (10cc7a6d0 2022-02-26) # docs.rs version docsrs 0.6.0 (3968c84 2022-02-20) # build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/bevy_console-0.3.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/bevy_console-0.3.0/source:/opt/rustwide/workdir:ro,Z"...
Please update the FAQ, I need to know if it's web scale like mongodb
Hey! cool crate, I'm playing around with it a bit. I realized that I can't seem to represent a state from which there are no actions, I'm training a model...
I'd like the ability to overwrite a previously defined mock if I define a new one with the same "when" like this: self.mock_server.mock(|when, then| { when.method(GET) .path("/api/")); then.status(200).json_body(json!({ "msg": "A"...
it was hard writing a good title, basically what I want to do is create a mock that only triggers if a specific query parameter is missing: ``` mock_server.mock(|when, then|...
Hi, for clarity it would be great if you could add a license, hopefully something like Apache 2.0 :) this page can help you pick: http://choosealicense.com/