Fernando Rosentalski
Fernando Rosentalski
for date format only you can use Matches validator ```js @Matches(/^\d{4}(-)(((0)[0-9])|((1)[0-2]))(-)([0-2][0-9]|(3)[0-1])$/i, { message: "$property must be formatted as yyyy-mm-dd" }) ```
A workaround, but I think it should be compiled with data just like main template as default. ```ts // backslash to do not evaluate in the first compile headerTemplate =...
I need to use it on body, to wait multiple api calls, eg, in my app, sometimes I need to call a websocket service several times at once, like in...
also, ```repository.create(myDateColumn: jsDate).save()``` will return a javascript date, but ```repository.find()``` will return a string, there's no consistent return type, I'm using postgre 'date' column and typeorm @Column('date')
I've wraped the Timeline Tile with a Container and set constraints to the desired maxHeight, worked here, if there's a proper way, please tell us
> > ## 📝 Limit image size (Feature request) > > Hi everyone! > > I use base64 adapter for images: > > https://ckeditor.com/docs/ckeditor5/latest/features/image-upload/base64-upload-adapter.html > > I choose a big...
if you use the AutoSizeText widget with maxLines = 1, then you can wrap the widget inside a SizedBox and define the height
@Frank3K I got no more reports since then
+1, won't it be merged?