Sudhir Nimavat
Sudhir Nimavat
@psofe Nimble depends on shiro plugin and there's no official release of shiro for grails 3 yet, so looks like we are still stuck with grails 2
I dont see this error with 2.5.5, and property 'first is string' which can have minSize constraint
Upgrading to asset pipeline could be a big change and break those deploymnts who are already using it with resources. I am thinking wht can we do. Seriously i personally...
It is possible to configure table names - http://snimavat.github.io/nimble/guide/configuration.html#tables Which db do you have, it goes fine in most of the datbases.. mysql etc
Nope.
I guess what i am looking for is probably ModelBuilderPlugin or may be OperationModelsProvider but dont know where to start.. Any help would be appreciated. @dilipkrish
@dilipkrish - What I am looking for is, to hook grails constraints into springfox Given the Grails domain class (Model) ``` class Book { String name BigDecimal price Author author...
Okay, will try with ModelPropertyBuilder. I am quite familiar with Grails.. dont know springfox api enough to hook into Given the way grails support is currently implemented, I see that...
@dilipkrish When using AlternateTypePropertyBuilder and AlternateTypeBuilder How do we specify some properties as required, min, max etc ? ModelPropertyAnnotation on original type doesnt seem to have any effect.
Same issue here, tried for python 3.10 and 3.11 Can not find/install torch 2.4.1 ``` pip index versions torch WARNING: pip index is currently an experimental command. It may be...