Deleted user

Results 130616 comments of Deleted user
trafficstars

Sorry for late response, it is indeed a missing permissions. Thanks for some insights.

@jarkkojarvinen, thank you for opening this issue. We will triage it within the next few business days.

👇 Click on the image for a new way to code review - Make big changes easier — review code in small groups of related files - Know where to...

> Go to System Preferences > Screen Time > Turn Content & Privacy Restrictions off and a reboot should be in the Install Instructions.

Yes you can localize MultiDatePicker. I localize it to French 1. Download your localization file : https://github.com/jquery/jquery-ui/tree/master/ui/i18n 2. Insert this file on your view after the multidatepicker like this :...

You simply need to put your string value / values into an array and use addDates: yourArray. In the addDates you can use multiple array like this : addDates: [array1,...

@markmsmith yeah, your example is more clear. Still I find that the issue triggering the warn/error of eslint is annoying for these use cases

Yeah, but I'm making a npm package and each "submodule" folder as an index file that re-exports everything + a default. It was easier to do it and have most...