Carsten Blüm
Carsten Blüm
@kubawerlos: cool, thanks. By the way, while taking at the code yesterday I spotted a typo in my PR: in `NoSuperfluousConcatenationFixerTest.php`, line 189: “concatendated”.
This was a deliberate decision (quite some time ago) with the goal to make access via getters case-insensitive with minimal performance overhead. (See #32) Nowadays, I’d wouldn’t implement it like...
@TheDigitalOrchard: there hadn’t been active development for a long time, but as it became increasingly obvious the code could need some modernizations, I’ve started working on some improvements recently. Among...
As of now, `master` contains a bunch of changes, including _not_ normalizing properties to lowercase. See changelog in README for more information.
I can reproduce the problem, but don’t have a clue why this happens or how to fix it. As `fn` works in some cases, the problem can neither be the...
I’m not able to reproduce this with cliclick 5.0.1. And as cliclick 5.0.1 was released in August 2021, it is highely unlikely you had some other version installed a month...
Still I can’t reproduce the problem, but as users sporadically report that `kp` seems to be doing nothing, I reopened the issue.
It is likely this is a duplicate of #164, for which I just committed a fix. If the problem does persist with the next cliclick version (not yet released), please...
Depends on what you are trying to do. If you want to alter the tree, then there is no built-in support for this, as the library is aimed at read-only...
I tried to reproduce this and I partially succeeded. I could reproduce it reliably with text in TextEdit, whereas in most cases it did work with text in Visual Studio...