Allan Zhang

Results 57 issues of Allan Zhang

Pool creation always succeeds except for when there is a problem with the configuration. The return type of `create_pool` is ``` pub enum CreatePoolError { Config(C), Build(BuildError), } ``` Could...

enhancement
A-core

This is an issue to suggest that types follow [Rust naming conventions](https://doc.rust-lang.org/1.0.0/style/style/naming/README.html). Structs, enums, and traits follow CamelCase. Constants follow SCREAMING_SNAKE_CASE. This affects a lot of types prefixed with `Detail_`....

Suggestion: update docs to use `trunk` everywhere. This means updating things like: ```

enhancement

I've been thinking about the docs, tone, and branding of Yew. This issue is for my suggestion for a new slogan! ## Slogan **Focus more on the user than the...

documentation
meta

Since 0.19.0 through 0.19.2 are yanked, the docs should reflect this. #2312

documentation

I'm trying to use `katex` and `@matejmazur/react-katex` with Next.js. I'm getting this error: **Failed to compile error**: ``` ./node_modules/@matejmazur/react-katex/src/index.tsx Module parse failed: Unexpected token (11:9) You may need an appropriate...

### Bug Report or Feature Request (mark with an `x`) ``` - [ ] bug report -> please search issues before submitting - [x] feature request ``` ### Desired functionality...

PR WELCOME

It would be nice if UUIDs were typed more strictly than just `String`. The `uuid` crate is ubiquitous for this purpose. If the extra dependency is a concern, then it...

feature-request

Hi, I'm working on a PR to upgrade http, http-body, axum, etc. This affects https://github.com/tokio-rs/axum/issues/2356.

Hi, apologies for the delay. This PR is to update `hyper` to 1.0, `http` to 1.0, `http-body` to 1.0, and `axum` to 0.7. - [x] update imports to use `-util`...