skeptrune

Results 16 comments of skeptrune

https://github.com/ad-si/tu For date filters

I am also encountering this issue. I was trying to get the label I put on the route with the longest match. If it's helpful to anyone in the future,...

Why is it preferable to use a `kind` over a `tag`? I would imagine that a `tag` could add more value as it could include metadata like the `guid` for...

> Can confirm that this is an issue when using the [`Subscription::delete`](https://github.com/arlyon/async-stripe/blob/8032120ab17a576b45faf4d9f385e8090d7d0ee3/src/resources/generated/subscription.rs#L265-L267) that is on the generated folder. The issue is that it expects a [`Deleted`](https://github.com/arlyon/async-stripe/blob/8032120ab17a576b45faf4d9f385e8090d7d0ee3/src/params.rs#L67-L74) type to be returned,...

We did switch over to using the cancel route now, so this is no longer an active issue for us. Thanks for your help @augustoccesar

This is affecting us now as well. Some behavior which allows us to opt out of `?` interpolation would be awesome

You may find this helpful: https://codesandbox.io/s/checkbox-example-rg0i79 if looking at just the code isn't something you find helpful enough

Punting this back to `No Status` as we really need to move forward w/ Sentry

Blocked by trying to get keycloak to connect by default

I rewrote this section of our codebase with Reqwest so we could get it fixed immediately. Leaving this here in case it's helpful for a fix or anyone else who...