Daniel Porteous (dport)

Results 226 issues of Daniel Porteous (dport)

Hey! Not a high priority item either, this is pretty much just a request for the same thing as in https://github.com/poem-web/poem/issues/321, but instead for headers. This is an example of...

enhancement

Hey, I just took a look at modifying `poem-openapi-derive/src/object.rs` but I couldn't quite figure out what to do. What I'd love to be able to do is something like this:...

enhancement
Stale

Let's say I have code like this: ``` #[OpenApi] #[oai( path = "/accounts/:address", method = "get", operation_id = "get_account", tag = "ApiTags::General" )] async fn get_account( &self, accept: Accept, address:...

question

## Description of the feature Hey, I'd love to be able to do this: ``` #[derive(Debug, Clone, Eq, Hash, PartialEq, NewType)] #[oai(pattern = "(0x)?[0-9|a-z|A-Z]{64}", example = "0x0xa7a74924e0bb0f7dcd178e71ce388be56c72f5591d1b90481014aa0567fbdd82")] pub struct AddressWrapper(pub...

enhancement

First, some code demonstrating what I want to do: ``` struct Api { db_handle: DbHandle } #[OpenApi] impl Api { #[oai(path = "/get_stuff", method = "get", actual_type = Base64)] async...

question

Currently when you search for `oai` in the docs, nothing comes up: https://docs.rs/poem-openapi/latest/poem_openapi/?search=oai. This is one of the most important macros for the Poem OpenAPI crate but it's hard to...

enhancement

This is in response to #77. Following the current command structure for `dbxcli`, the new command can be found at `dbxcli share getlink`. If the file / folder already has...

I'm currently putting the SettingsList inside a Column with some other stuff. I want everything to have the same background color. I do not want to provide the background color...

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Hard to say, sort of a bug fix. ### :arrow_heading_down: What is the current behavior?...

This library currently builds out its own support for using the web API. There is already a package, [spotify](https://pub.dev/packages/spotify), that implements partial support for the web API. If we migrated...

enhancement
web