Sergej Atamantschuk

Results 12 comments of Sergej Atamantschuk

@zenweasel > So because of [this change](https://nodejs.org/api/esm.html#json-modules) with the way JSON files ... This currently prevents me to use @reactioncommerce/api-core with Node 16 in a fresh project. I still need...

Hello, @BumbiSit agree, one of the desired features. Unfortunately, I haven't found a reasonable way to implement conic gradient in SVG. All the possible tricks [(for example)](https://codepen.io/zapplebee/pen/ByvPMN) I looked at...

@DamianGlowala Hi, thanks for your suggestion and sorry for the late reply. I understand your point. I saw that Tailwind also has classes for SVG, so you could use that...

@rwalle61 Found the same issue in my tests with `4XX` today: ```bash expected res to satisfy a '400' response defined for endpoint 'POST /x/y' in your API spec res had...

@WilliamCampolina is the background of the App transparent?

@WilliamCampolina you say that you already can scan QR codes. So camera lauches but you can't see it. i had the problem when i first tried the plugin Then I...

potentially it is possible to get needed files from [JSDelivr](https://www.jsdelivr.com/package/npm/vodal) and use it directly in the browser

i see no improvement in the proposed solution for the use case i described in my issue. I still have to do the checks that i want to avoid. I...

@crudo no need to check anything, if you have already defined an error handler that formats the validation error as you need. You can just propagate it in your error...

@Haruki-Mortis @cdimascio I don't want to be bound to `multer.any()` as well and want to be able to provide custom uploader. My approach to implementing this is really simple. We...