mohammad javad bathaei

Results 10 comments of mohammad javad bathaei

i have this problem too

something like this : @interface('config',{ value:'string', maxAlowed:'number' }); @inject(config) class myWidget{...}

something in Aurelia to allow you to better use your widget when we use our own module or widget in a team we need something to read as a document...

@EisenbergEffect not only for doc but also to declare default value for config property and IDE auto complete feature

yeah you are right type script do the job but what I mean is something like mobx-state-tree that is pure js but constant

i just fix it temporary by ```js if(typeof dayjs.isJalali == "function"){ dayjs.extend(jalaliday); } ```

> I have the same problem > I had set calendar to 'jalali' > > i fix the problem by: > > `if (!dayjs.calendar) { dayjs.extend(jalaliday); }` Yes I did...

I can't believe you still don't let us disable hot reload and just watch for a change