slolo2000

Results 20 comments of slolo2000

I don't know how to merge my code into your PR and I am not really sure about my code addition. I have done so tests and it seems to...

Always based on @ivan444 work, I have completed my previous work on "support for smaller boards" I use it without problem and it seems to work quite nice. [chessboard-1.1.1.js.zip](https://github.com/oakmac/chessboardjs/files/6683025/chessboard-1.1.1.js.zip) You...

Hello, Like **nearkingdom**, I am looking for a way to get description tag of my rss feed. It is particularly strange not to have access to this entry since it...

It works fine for me by my path is (without any space): "D:\\Dvpt\\Apache-Subversion\\" Otherwise you can try to add your path into Settings: ![image](https://user-images.githubusercontent.com/10075509/148790392-9beab374-e8e0-417c-a0ed-a4efeae808b8.png) "svn.path": ""D:/Dvpt/Apache-Subversion/"

I have done a test by disabling SVN extension, reload extensions, enable it again and it seems to unlock the problem. ![image](https://user-images.githubusercontent.com/10075509/148785510-abf12398-15db-4faa-b79c-ffcaa47122b1.png) But, if I restart Visual Studio Code, the...

Hi, Is there any chance to have this behavior in AlertifyJS in a future release? Component like SweetAlert2 do it but I really want to keep AlertifyJS because I use...

I have found a trick. Simply put lines below in comment in bootstrap-datepicker3.css (and bootstrap-datepicker3.min.css) and it does the job: ``` .input-daterange .input-group-addon { width: auto; min-width: 16px; padding: 4px...

Hi skateman Thanks for your answer and sorry for the delay. You are probably right, but the real question is how to avoid raising onNodeSelected event when I click on...

I have added it because I want to have two different behavior (see screenshot). When I click on the node, I want to display one web page and when I...

The event's target in the onNodeSelected seems to be always set to the main div. Or maybe I do not quite understand the thing I have to do. But anyway,...