Sebastian Rollén

Results 6 issues of Sebastian Rollén

Hi, First of all, thank you for this great package! I've started delving into DCC models, and one feature I'd love to see is to be able to `predict` a...

**Is your feature request related to a problem? Please describe.** I sometimes want to find what was the last trading day before the current day. Normally, one can just look-up...

enhancement

**URL** https://api.polygon.io/v2/aggs/ticker/MSFT/prev?unadjusted=true&apiKey=REDACTED **Result** The `v` field gets returned in scientific notation: `{ ...,"v":2.4970168e+07,...}`. This is an issue as there's [no notion of an integer](https://json-schema.org/understanding-json-schema/reference/numeric.html) in the json schema, and many...

bug

WIP branch for updating the `refactor` branch to use `http-1.0.0`, per our discussion in https://github.com/06chaynes/http-cache/issues/4. If accepting the `Clone` bound on `ReqBody` is acceptable, it simplifies the passing of the...

Work-in-progress implementation of podcasts. Still needs quite a bit of work, but this is a large change so I thought I'd open it up in draft mode in case anyone...

Hi, I have a data field that's an unsigned integer but sometimes gets formatted using scientific notation by my data provider. serde-json fails to deserialize the data-field when it's in...