Szymon Sus

Results 14 comments of Szymon Sus

Has anyone managed to generalize error results? Currently exception middleware produces this response: ```json { "messages": [ "Some error message" ], "source": "FSH.WebApi.Application.Catalog.Brands.CreateBrandRequestHandler+d__5", "exception": "The exception message", "errorId": "d5a86f52-1859-43f4-a4bc-2c862dec5840", "supportMessage":...

I would like to create a pr to fix this but I do not understand why this sub "headers" object causes the issue, why its not imported?

Oh I missed that, now I got it and I can create the PR

@fretje I could not find a cleaner way of parametrizing the evaluator. Tell me if we can leave it in this way or if you have any idea how to...

I am also waiting for the tests project

This is currently the only problem I have with zod - I have to do conditional field validation in superRefine which is not the problem but then if I want...

Hi, I would like to ask if you plan to add support for async infinite loading, something like what Adobe React Spectrum Picker has. https://react-spectrum.adobe.com/react-spectrum/Picker.html#asynchronous-loading Their `onLoadMore` prop is a...

Had the same problem with my Paysafecard API they were sending request with charset "ISO-8859-1" and i had UnsupportedMediaTypeError: unsupported charset "ISO-8859-1" error. Solved it by just placing this route...

Im also having this issue, when we are switching months, the focus should stay on arrow buttons so i don't understand why its keyboard selecting same day number

On my end the navigation buttons are present in the file view, but when I navigate to the previous revision they disappear. However there is a three-dot button on the...