chikko80
chikko80
Feature implementation - Set max_fee_per_gas and max_priority_fee_per_gas individually on contract calls instead of setting both to the same value like the gas_price() method
**Describe the bug** Blank PDF as E-Mail Attachment if send via recurring invoice function. The PDF in the attachment of the mail is blank, but if you check the invoice...
### What is the expected enhancement? Networkx has an algorithm for finding all cycles in a directed graph: [simple_cycles](https://networkx.org/documentation/stable/reference/algorithms/generated/networkx.algorithms.cycles.simple_cycles.html) it's based on the Research of [D. B. Johnson in 1975...
Hello, ive been trying to start kismet for 2 days know. I surfed the whole internet but can't find anything that could help. If i start Kismet, that is my...
Hi, Is anything currently in development? Such as: interact with likers of posts of users interact with commenters of posts of users interact with own feed Awesome project so far!...
## Description This PR addresses the issue raised in #670, where the use of generics in object names was causing non-compliance with OpenAPI specifications. ## Changes: Replaced occurrences of <...
Hi, I wanted to integrate Prometheus into my backend (which will go into production beginning of Nov) to gather some data about the performance. Therefore I wanted to use opentelemetry...
## Actual Behaviour If you specify generics in your response type, the resulting OpenAPI specification becomes invalid due to non-RFC3986-compliant **_$ref_** values. Example: ```rust #[derive(Object)] struct Example { number: i32,...
Is it possible to group Query params within a struct but preserve the query param view in the ui? I've implemented the ParseFromParameter Trait for my parameter: ```rust pagination: Query...
I've defined a security schema that extracts a refresh token from the cookie. ```rust #[derive(SecurityScheme)] #[oai( type = "api_key", key_name = "refresh_token", in = "cookie", checker = "valid_refresh_token" )] pub...