Hubert Drecker

Results 95 comments of Hubert Drecker

Hey @manuelseeger, thanks for the input, I've upated the initial feature request description to more clearly state the intention: Response converters should be a means to change the response structure....

Hi @d-schroeder, it's actually correct that binary types are typed as strings. Compare the [V4 spec](https://docs.oasis-open.org/odata/odata-json-format/v4.01/odata-json-format-v4.01.html#sec_PrimitiveValue): base64 encoded strings. However, your feature request remains absolutely valid: Updating a primitive property,...

Hi @lfhenrl, thanks for creating this issue (as requested 😄). Sooner or later splitting the libraries according to their version should be performed to reduce the bundle sizes as you...

Hi @brandonryan, > * A single @odata2ts/odata-query-{mod} package for each module > * A Subfolder for each version @odata2ts/odata-query-{mod}/v2 & @odata2ts/odata-query-{mod}/v4 __ > The only requirement, is that no v4...

No haven't done any work on that not really. Always had it on my mind, but never got around to it. So yes, it's brand new. And your TestServer is...

@ShaneGH yes, that woul be the starting point: take everything over. After that I think we should adapt the project depending of the outcome of #160.

Hi @ShaneGH, cool! Nice to hear you're still up for it! The invitation was expired. Should work now.

Switched the default branch to `main` so that all repos behave the same. Awesome stuff, thank you so much! I'll try it out...

Hi @catalin560, beware of the fact that stuff is evaluated when using other solutions: * [A note on transformation](https://github.com/AlexGilleran/jsx-control-statements?tab=readme-ov-file#a-note-on-transformation-and-alternative-solutions) * React-if also [documents this](https://www.npmjs.com/package/react-if#delaying-evaluation-of-children--condition)

Ok, back to this beast. A lot of work already went into fixing bugs and edge cases presented by the Dynamics API in light of issue #251. However, one edge...