Andy Bailey
Andy Bailey
Problem: error: unrecognized platform-specific intrinsic function: `x86_bmi_bextr_32` src/x86/intrinsics/bmi/bextr.rs:11:9 | 11 | fn x86_bmi_bextr_32(x: u32, y: u32) -> u32; Solution: update Cargo.toml to [dependencies] bitintr = "0.3"
Hi looks like an interesting project but I couldnt get the crate to build. ## Steps to reproduce ``` cargo new entity-async-graphql-bug cd entity-async-graphql-bug/ cargo add entity-async-graphql cargo build ```...
Would it be possible to provide an example of a parser plugin to support the metadata syntax described in https://github.com/fletcher/MultiMarkdown/wiki/MultiMarkdown-Syntax-Guide ie metadata at the start of a document such as...
Although the yaml specification does not require conserving the order, snakeyaml does conserve the order. This makes it easier to round trip yaml to yaml or yaml to case class...
Firstly, thanks for a useful crate. I have encountered an issue that seems to affect Table::all / all_paginated/ stream-all / stream_all_paginated / get_many. There appears to be no way currently...
I know the crate is specifically for multi-threaded encoding/decoding. I have managed to get sub millisecond encoding per image for my use case of encoding hundreds of small png files...
Hi it would be really useful for my use case to support suffixes. e.g. routes like "/users/:id.png" or even "/users/:id.:ext" ... or even "/users/*.png" Although it is possible to do...
I believe this fixes Issue #98 and hope that it will allow users of the crate to have more flexibility in which procmacro2 version is used.
Enabling the rstar feature breaks build of a vanilla crate. Its a minor inconvenience as there is an easy workaround, (see below) but I just thought Id report it. Presumably...
## Checklist - CI Checked: - [x ] `cargo fmt` has been ran - [ ] `cargo clippy` reports no issues ``` Checking bimap v0.6.3 error: incorrect implementation of `clone`...