Lorenzo "Saibal" Forti

Results 20 issues of Lorenzo "Saibal" Forti

Hello, I use scss instead of css in my project. I don't understand why in scss there is this rule: .notifications-container { pointer-events: none; } I can't close notification. Rules...

hello, in current version cookie path is fixed to the value "/" how about render it dynamic? something like this: ``` if (options.path) { cookie += '; path=' + options.path;...

On firefox, onStepEnter is called twice or more when you load the page first time and disable cache in dev tools is checked. on chrome all is fine

"I saw in the code that the 'desc' attribute has a random value for the ID. This means that every time I save a page, all the IDs change, and...

Hello, How can I change the icon of workspace-explorer in the sidebar (the last one in the screenshot)? As you can see it's the same icon of vscode file explorer...

With last vscode update (version 1.92.0) highlight syntax on njk files had some problems. Compare the two images. the first is when I haven't written anything inside the blocks. ![1](https://github.com/user-attachments/assets/a33d4d25-4a99-4e98-a5ef-d6fae12202a3)...

If I use an input type "number" with this validation rules: `.addField("#myinput", [ { "rule": "required", }, { "rule": "number" } ], ` the rule "number" does not work. If...

Some rules are too strict. How can customize rules options for whatwg validator? thank you

How can I disable the popup "Generate docs" on some object keys of my code? thank you

Hi, there some option to remove or change the prefix "svg-" when I use custom snippet?