Xavientois

Results 21 comments of Xavientois

@RahulGautamSingh I see that https://github.com/renovatebot/renovate/pull/12025 is now merged. Were you able to fix this as part of that pull request?

What is the `if` statement syntax you're referring to? Does Yew allow `if` statement style syntax in the `html` macro outside of inline rust expressions?

So, instead of the users of the crate compiling to their native target when they build the crate, it would be built ahead of time and just run when the...

> https://github.com/dtolnay/watt lays out more of the specifics. Generally the macro is compiled in release mode, so it's faster. Would adding the following line to `packages/yew/Cargo.toml` achieve a similar effect?...

It looks like this fix was removed from the code as part of https://github.com/CircleCI-Public/circleci-cli/pull/408 while updating the tests to use cucumber.

It looks like the default values added in https://github.com/CircleCI-Public/circleci-cli/pull/405 were removed in https://github.com/CircleCI-Public/circleci-cli/pull/408 and have not been added back.

If conversions between InputPin and OutputPin are added, would that allow for the [IoPin trait](https://docs.golemparts.com/rppal/0.13.1/embedded_hal/digital/blocking/trait.IoPin.html) to be implemented on all of the `Pin` types?

This looks similar to what we are seeing here: https://forum.bors.tech/t/circleci-batch-canceled/622

We ran into this same conundrum where we want to use `renovate[bot]` to merge with bors, but we also want to synchronize the rest of the repo reviewers. This enhancement...

We might consider using Helm charts to modularize the IaC if we switch to using Kubernetes