René Blaim

Results 4 comments of René Blaim

Are there any news on this? Does ST 4.0.8 (foreseen milestone for this) have now a solution for that? (e.g. checking the type of incoming objects in renderers as @parrt...

@sharwell thanks for your feedback. In my particular case it is about a Scala project so I resorted to parser combinators which is the more idiomatic approach anyway.

Hi @slundberg, since torch 1.8.0 we get deprecation warnings for `register_backward_hook`. At first, it seemed a naive replacement by `register_full_backward_hook` would do the trick, which is not the case obviously....

It could work when I set `swagger.api.basepath` in `application.conf` to `/foo` only, but in this case the implementation of [`PlayReader.getPathFromRoute`](https://github.com/swagger-api/swagger-play/blob/master/play-2.5/swagger-play2/app/play/modules/swagger/PlayReader.java#L232) removes the `foo` which must remain in the `operationPath` as...