Diego Perini

Results 116 comments of Diego Perini

@domenic both the above issues should have been cleared by current release. Feel free to reopen in case they are still producing errors or anomalies.

@svarzee you are correct I should at least have pushed the code to fix this before closing. However just for you to know I already have the code for that...

@Banou26 I pushed a commit for the problem you have submitted (b9da5347250ca7c9796f70c86189dfbeacb9aa18) hope it fixes your issue. It could be of help if you can check the github master repository...

@jessarcher thank you for the heads-up on this. I have also been doing some experiment with a generic solution to the problem of partially duplicate names of pseudo-classes. In your...

@jessarcher @samschurter the commit 2aa66fc18b45929f97a600b98c1fbd504f200fbe should have fixed that, I followed @jessarcher suggestion. I have been working on the :focus-visible pseudo-class collecting the various cases but since the resolution of...

The underlying "nwmatcher" selector engine already accepts both `scoped` and `unscoped` queries. The default is to use scoped queries if a context is passed in. **Examples**: scoped query (scope hooked...

It would be better to report this here in the issues. Also consider that this repository has been replaced and superseded by "nwsapi" repository.

@cbix @TonyxSun the fix has been applied, problem should be resolved in current master. Maybe you can confirm this solves your problem.

@cbix I am almost there, 2.2.10 is ready to go. You can help spot last minute mistakes please checkout master and test it. If you can !

@paulbrimicombe it looks like the latest change I did to the Regular Expression solves for this selector and others too. Have you tried latest Github nwsapi commits ?