Urs Keller
Urs Keller
Suggested pull request, however not sure I understand the original intention of this: ``` /** * Note that if dependency specified using version range and reactor * contains multiple modules...
I guess `arrayFormat: 'comma'` should only be applied to an array with `primitives` e.g. number, string ...
My need is compact query strings when possible, but still, have it work correctly for nested object arrays. I'm using this workaround for the moment: ``` const stringifyOpts = {...
> You're missing a few primitive types; i'd suggest doing `Object(x) === x` to determine if something's an object or not. Thank you. How about now? Just wondering if this...
> > @ls-urs-keller one possibility is that qs could throw if it encounters a non-primitive when stringifying arrayFormat comma, but maybe there's something useful to be done instead. > >...
> Using plugin version `0.33.0` with maven `3.6.0`. Tried both openjdk8 and jdk11 (adopt/hotspot). > > I couldn't make the `docker.tags.0` property work in any possible way... > > *...
@mirromutth I haven't checked the PRs before doing mine. I have a slightly different implementation in https://github.com/mirromutth/r2dbc-mysql/pull/249 the name "clash" is contained to the codec, so maybe renaming your class...
I second this, seems the doc is ahead of the code :-)
> Hi @ls-urs-keller, do you think it is possible to upgrade the JDK to 17 as well? I've been waiting for this changes so i can use it along with...