Rob Ede

Results 162 issues of Rob Ede

blocked on #42 test with: ``` RUSTDOCFLAGS="--cfg=docsrs" cargo +nightly doc --no-deps --all-features --open ``` example: ![2024-02-19_14 14 24-26b274c8](https://github.com/hyunsik/bytesize/assets/3316789/5daafbca-b5e6-45c4-950d-8557243555aa)

blocked on #41

superset of JSON, supports comments etc which is nicer for config documentation sometimes

enhancement

just demo-ing this actor lib: https://crates.io/crates/ractor

## PR Type PR_TYPE ## PR Checklist - [ ] Tests for the changes have been added / updated. - [ ] Documentation comments have been added / updated. -...

`type BufResult = (std::io::Result, B);` the type definition of `BufResult` uses T for the result type but usages of it have been using `T` as the parameter name passed to...

**Describe the bug** For an OpenAPI v3.1 spec including this, for example: ``` paths: /token: post: $ref: '_api-login.yml#/operations/login' ``` We now receive this error: ``` nn:10 error oas3-schema "post" property...

msrv update is required by way of (at least) `mysql`'s `twox-hash` dependency changelog and manifest have updated versions so that a release can be published immediately after merge, with your...