Adrian Lungu
Adrian Lungu
The `providerCatalog` has a set of providers that seem to be running regardless of any configuration given to the tracer; this sometimes leads to a behavior where traces are being...
Hello, This is a follow up on #116 ; after updating the example to the latest version, I've been able to reproduce an unexpected behavior that may be a follow-up...
### Description Tried `redocly` and `vacuum` for validating an OpenAPI schema, but there are still differences with regards to what `ogen` checks vs what the other tools test so it...
Hello, I saw that `trial_end` was implemented a little while ago, but while testing an implementation using it, it seems that it's always `null` ? ``` curl --request POST \...
Fix for #131 - Supports `trialing` status for subscription - Still creates an invoice for a `trialing` subscription with 0 value
Hello, In this specific flow, the `finalize` seems to be behaving slightly different than what Stripe is doing: 1. Create invoice items for a specific customer: `stripeClient.InvoiceItems.New(params)` 2. Create the...
Right now, the Subscription Update API doesn't seem to support `billing_cycle_anchor` as it throws the following: ``` localstripe_1 | TypeError: _update() got an unexpected keyword argument 'billing_cycle_anchor' ``` I'm not...
It seems that support for `active` is partially implemented in the Plans API, but retrieving the List of Plans throws the following: ``` localstripe_1 | ::ffff:172.30.0.5 [26/Feb/2020:09:57:57 +0000] "GET /v1/plans?active=true...
Additional information may be useful (we have some use cases) in the description of the `Responses`. I have some preliminary work in a fork on this where I changed the...
Right now `enums` are declared via comments, but it would be nice to attempt to retrieve them automatically, with a fallback to comment-based enums if the comments are already specified....