Kevin Stenerson

Results 13 issues of Kevin Stenerson

It'd be convenient if transform was public. Someone with a more esoteric case that doesn't make sense to build in (say `lowercase.separated.by.dots`) can re-use the same word boundary separator logic...

## Feature Request The `DatabaseErrorKind` enum is intended to container error kind variants describing errors which are commonly recoverable at the application level. I'd like to have a variant or...

enhancement

One of the current limitations listed of Chrono is its lack of support for diverse calendars. Correspondingly, chrono currently lacks strong APIs around calendaring/scheduling, resulting in occassional issues asking for...

I'd like to make it easier to import many codegen'd query type definitions at one time. ### Problem Statement Currently the typescript generator will generate a different file for each...

🤖 component - codegen

Using `electron-prebuilt-compile`, typescript does not correctly support default imports. I had expected that this would work: ```import Vue from 'vue';``` but, it returns undefined. Using `import Vue as * from...

I would like to be able to use a `serde_json::Value` as an Input or Output value in the graph. This can work fine for output values, but doesn't work for...

**Coupons** See https://stripe.com/docs/api#coupons - [x] Create - [x] Retrieve - [x] Update - [x] Delete - [x] List **Discounts** - [x] See https://stripe.com/docs/api#discounts **Invoices** - [x] Create - [x] Retrieve...

enhancement
help wanted

**Balance** - [ ] [Retrieve](https://stripe.com/docs/api#retrieve_balance) - [ ] [Retrieve historical](https://stripe.com/docs/api#balance_transaction_retrieve) - [ ] [List history](https://stripe.com/docs/api#balance_history) **Charges** - [x] Create - [x] Retrieve - [x] Update - [x] Capture - [x]...

enhancement
help wanted

In PR #4, @da-x introduced a `CachedCerts` which fetches certificates and their corresponding expiry information, however using the expiry information to periodically refresh certificates was left as an exercise to...

For high-volume sign-ins, Google recommends caching their client certificate according to cache-control headers on the HTTPS request used to fetch them. We should switch the main `verify` function to use...

enhancement