Yasir Shaukat

Results 6 comments of Yasir Shaukat

@ravibpatel I have tried both. I want to update service silently without showing any download dialogue. To update Service through installer from service project: 1) It shouldn't use dialog to...

@DrJaymz facing same issue. Did you have any workaround for it? Actually, i want to update windows service which is not possible without updating it from service.

Can you we use drag column order client side , Then i will also save in the DB state for the SST

It seems that it is ckeditor issue. I am using `41.2.1` and getting this error. A temporary solution implemented by me is the following `ul li span.ck-list-bogus-paragraph { display: contents...

Mine is fixed. Install Prettier extension. URL - https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode Go to File > Preferences > Settings Add below, "prettier.singleQuote": true, "prettier.semi": false, "prettier.eslintIntegration": true Save. Try Alt + Shift +...

In vscode, make sure to select "LF" from End of Line sequence. The issue is resolved after changing setting from CRLF to LF. Thanks. Reference: ![image](https://user-images.githubusercontent.com/5586359/199532206-a9a7bdc3-165f-4180-a0a1-054bba5dede2.png)