Theo Tzaferis

Results 10 issues of Theo Tzaferis

Hello, my config looks like this ``` $('select.filter-select'); .selectric({ disableOnMobile: false, onInit: () => { $('.filter-box__content').removeClass('blurred'); // TODO - If is mobile remove first option from selects }, onBeforeOpen: ()...

I have the following code in my application ``` public get( url: string, params: AxiosRequestConfig ): Promise { return this.axiosInstance.get(url, params); } ``` where params is something like ``` {...

Hello, I'm a backend developer, so I'm always looking for libraries which help me be more professional in the frontend. I stumbled upon this library but have some questions about...

I know, this isn't an issue. Just wanted to thank you for this, because MS is too lazy to do this by themselves.

- [x] I have tried with the latest version of my channel (Stable or Edge) - [x] I have uploaded Diagnostics - Diagnostics ID: 58AC6771-806B-49B7-A768-71D7FE1BF58F/20200523095536 I have the same issue...

lifecycle/frozen

Hello, I wanted to use this plugin in my site which uses TypeScript. However, I haven't found any types definition for this library. Is it planned to integrate this plugin...

Since Symfony 3.2 has an EOL at the end of january, we should change the `composer.json` to only support Symfony >= 3.3

enhancement
help wanted

Actual: * There is no set up CI for checking code that will be pushed to this repository Expected: * Code pushed to this repository shall be checked via CI

enhancement

Actual: * Middleware cannot be prioritized and it cannot be assured which middleware will be loaded first Expected: * Middleware can be prioritized.

enhancement