Erik Hedvall
Erik Hedvall
Shouldn't it work if `this` is upcast to `Node` first? It's not pretty or obvious, though... ```rust fn ready(this: Gd) { this.upcast::().add_child(...); // Uses DerefMut, since Node is an engine...
I don't have much to add to the discussion, other than that it's sometimes necessary to make a decision based on the error reason, so it's good to not hide...
I think "not good support" in this case is short for "a lack of a convenient and typesafe `request.set_body(...)` kind of method or similar solution". The example shows that it's...
Hi, thanks for tanking the time to bump it, but we'll have to hold off until it's time to increase the MSRV
Hey, it has been a while, but if you are still around and interested in moving this forward, there's now a branch called `0.8` where we could merge your PR....
Hi! Many floating point functions need a library implementation and that's usually provided by `std`. When disabling `std`, you can enable the `"libm"` feature, as shown in the readme example:...
I suppose it could be added to the getting started part of the crate root docs too. :thinking: Was that where you were looking?
I see, thanks. A `no_std` feature tends to be an anti-pattern, as it's a "negative feature". I'm happy to clarify things, though. The section at https://crates.io/crates/palette could perhaps highlight it...
Absolutely, that's also a possible improvement.
"Mono" for monochrome is also an option. More neutral.