nimo23
nimo23
@soartec-lab Since orval should aim to adhere to the definitions set in `openapi.yaml`, it should fix this issue automatically (without requiring user intervention). I can imagine that others will also...
Something like ``` try{ const data = await res.json() } catch(Error error){ // no content } ``` or using something like ``` // in future: ECMAScript Safe Assignment Operator (?=)...
@Cashmeiser Try https://github.com/ta4j/ta4j/pull/1193 and give feedback
@zdenek-jonas Thanks! I think this solves this issue, but we should keep in mind that in case of lazy storage (which is the default), the object ID is not always...
>There is a time stamp but no simple way to get that. It would be good if it could be done in a simpler way, for example with a method...
@TheCookieLab Please indicate why this PR was closed without merging. Do we have alternatives?
>Is the Maven clean command not cleaning it up for you? That would be the standard approach in my view. Having someting like `src/main/resources/schemas` will not be cleaned by maven...
>How about assigning a dedicated directory for the generated schema files, that can then be targeted by the clean command? Sure. This works. However, this needs to be set up...
>If you want them to be removed each time, then the target folder is the right place for the schema files. Yes, but imagine that the consuming client side framework...
> Even the compiler plugin does not delete old compiled files itself. That's what the clean command is responsible for. Would it be possible for the plugin to call this...