Oliver Hine

Results 84 comments of Oliver Hine

Hi, Thanks for the contribution. I have had similar issues with logging contexts too. You mention a db connection - for this you should be using the `:env` option. This...

Hi @nicoberger-a You can achieve what you need using `:env`, here's an example: ``` (def ^:dynamic *dynamic-value* 1) #?(:clj (deftype Dynamic [] u/DataSource (-identity [_] :some-id) (-fetch [_ env] (with-bindings...

@niwinz I pinged you on Slack about releases, could we have a chat when you have time? Thanks

No need to interrupt your holiday! We can talk about this when you get back. Thanks and enjoy! Oliy

Hello, Could definitely add a function to call which would tell you if it's compatible or not

For clarity, you need Redis v7 for the full set of features in v2.x. v1.x should work with Redis 6

Looks good, do you want to make a PR? Cheers

Hi, I think your assumption is a good one. I'm not really sure how libraries are mean to cope with that, unless the untrimmed value is still available in the...

Hi, Thanks for your kind words! You could use this function https://github.com/oliyh/martian/blob/b96a1def9e25284ec99ca68855218fc959ee5418/core/src/martian/openapi.cljc#L163 It will return a normalised list of handlers with the parameters described using plumatic schema. The shape is...

Hi, Apologies for the delayed reply. Martian does not have the ability to parse remote refs. It would not be impossible to add it as an additional resolver function here,...