Xavientois

Results 11 issues of Xavientois

When this is better supported for macros, we should create a clippy warning to suggest that users make use of the shorthand syntax where possible. From [this comment](https://github.com/yewstack/yew/pull/1970#issuecomment-890032473): > I...

macro
A-yew-macro

## Meta: **CircleCI CLI Version:** 0.1.19878+e4216bd (homebrew) **Operating System:** MacOS Monterey **CircleCI CLI Diagnostic:** ``` --- CircleCI CLI Diagnostics --- Debugger mode: false Config found: /Users/********/.circleci/cli.yml API host: https://circleci.com API...

orb-dev-kit

Bors comments `Already running a review` when running `bors r+` on a PR that was previously merged but was since reverted. This is occurring for us at https://github.com/voiceflow/general-runtime/pull/355

WIP: Adds codegen for supporting lambdas

For some of my PRs the CI will run successfully until the E2E test step, where it will fail with the following error: ``` Error response from daemon: container is...

On the website, instead of linking to the example code on `main`: > It might make sense to link to the example code for the latest released version of `cargo-shuttle`...

When I try to call `cargo shuttle run` with the example postgres code from the [docs](https://docs.rs/shuttle-service/latest/shuttle_service/#using-sqlx), I get the following error: ``` error[E0308]: mismatched types --> src/lib.rs:16:17 | 16 |...

The link to the wikipedia page for Rogue is missing a closing parenthesis. Thus, is is rendering like this: ![Screen Shot of Chapter 3](https://user-images.githubusercontent.com/34867186/90340991-d0a33980-dfc9-11ea-964a-43e09a40d5f6.png) I'd be happy to push a...

Removes comment that indicates that wee_alloc requires nightly rust, a…s it no longer does

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior Values passed to a parameter with the `post_steps` parameter type are...

bug