Samuel Marks

Results 251 issues of Samuel Marks

…as per https://pubs.opengroup.org/onlinepubs/9699919799/functions/tmpnam.html

do-not-merge
Change sent to author
aq-pr-triaged
visual-cpp/svc
ucrt/subsvc

Different languages have ways of generating mock data. E.g., email address, person name, location. Example fields in OpenAPI are useful for handwriting these. With Arazzo the complexity could increase seriously,...

WiP to get build to work on Windows. Might be best to have many small PRs than one big PR that takes F-O-R-E-V-E-R to merge. So I've named this branch...

The most exciting PR you'll receive this decade

## Expected Behavior I'm building a nice size Apache-2.0 OR MIT) application. Reads are insecure, writes are secured. Here's my server: ```rs .service( utoipa_actix_web::scope("/api/v0") .wrap(actix_web::middleware::Compat::new( actix_web_httpauth::middleware::HttpAuthentication::bearer( rust_actix_diesel_auth_scaffold::middleware::bearer::validator, ), )) /*...

```rs use actix_web::{get, HttpResponse, Responder}; pub const SECRET_TEXT: &'static str = "secret endpoint"; #[derive(utoipa::ToSchema, utoipa::ToResponse, serde::Serialize, serde::Deserialize)] #[response( description = "Override description for response", content_type = "application/text" )] #[response( example...

Closes #1449 FWIW: Both [bigdecimal](https://github.com/akubera/bigdecimal-rs) and [rust-decimal](https://github.com/paupino/rust-decimal) were last updated 3 weeks ago, so both are maintained.

### Description Bazel is popular. As is CMake, Meson, `make`, etc. It would be great to have an official hatch plugin focussing on Bazel (what I care about right now)...

[Bazel](https://bazel.build) is a popular cross-platform cross-language build system. E.g., at Google it is commonly and publicly known that essentially every [sub]repo in its monorepo has `BUILD` files for Bazel integration....

wish