Results 15 issues of Gareth Smith

Firstly, I am aware this is all way off-piste, completely unsolicited, and probably not where you wanted to go, but I had some time and wanted to experiment... So as...

enhancement
question

I have just converted my app to use `monad-logger` and as a result I have replaced `Aff a` with `LoggerT Aff a` in many places in the codebase. `HTTPure.serve` is...

question

This only addresses the first use case in issue #55. I don't really understand the second use case: why would you want to allow breaking the min/max/step invariants in this...

Currently there is a problem in this situation: * You have a slider with two thumbs * You want to move both thumbs to new positions, unrelated to the old...

enhancement

I have recently changed some code so that it no longer uses [PaymentIntent.html#create(Map)](https://stripe.dev/stripe-java/com/stripe/model/PaymentIntent.html#create(java.util.Map)) and instead uses [PaymentIntent.html#create(PaymentIntentCreateParams)](https://stripe.dev/stripe-java/com/stripe/model/PaymentIntent.html#create(com.stripe.param.PaymentIntentCreateParams)). This latter is a bit more type-safe, which is nice. I have noticed...

future

On the subject of API upgrades, the Stripe docs (https://stripe.com/docs/upgrades#how-can-i-upgrade-my-api) say: > Update your webhook code to handle both the old and new version of each object. However, as far...

Java Version: `11` Stripe-Java Library version: `19.33.0` This may not be a bug exactly, but it looks a lot like one from here. When `Stripe.apiKey` is not set, the Stripe...

future
breaking-api-change

Stripe stores currency amounts in the smallest unit, but this is not suitable for showing to a user because they are used to seeing major units - e.g. `USD 10.50`....

future

This can be reproduced by renaming _any_ of the containing folders for a maven build that uses `jaxb2-maven-plugin` so that the path contains "readme". The plugin will then fail to...

question
documentation

The [docs for SCM_RIGHTS](https://www.man7.org/linux/man-pages/man7/unix.7.html) suggest that multiple file descriptors can be sent in one control message: > SCM_RIGHTS > Send or receive a set of open file descriptors from >...