Thomas Weinert

Results 25 comments of Thomas Weinert
trafficstars

Here are several problems with the current PHP versions (both in Firmata as well in the IO library). I am working on it. see https://github.com/ThomasWeinert/carica-io/commits/master But it will take a...

Update: Still unfinished but the examples should work again on master with https://github.com/ThomasWeinert/carica-firmata/commit/508b5836bdcb743ab49854fe7672b9fede21a52d I implemented a new (more robust) board activation that triggers process notifications. Example: https://github.com/ThomasWeinert/carica-firmata/blob/master/examples/startup.php#L25

If you're loading an HTML fragment the top level elements should be automatically selected. Here is a problem with replace() however. At current implementation required the node to have a...

filter() reduces the current selection. You're filtering the current selection for any node that is a 'p' or has a 'p' descendant. The div has a p descendant so it...

The actual problem left seems to be with the CSS Selector to Xpath conversion. I added some tests using specific Xpath expressions and it works: https://github.com/FluentDOM/FluentDOM/commit/a8c925b49933e88810bf6fb3d0e97005480c1767 This is difficult to...

I am not really happy about this as the default behavior. With that I clone some project (not my own) from GitHub and it automatically adds keys without my explicit...

@belanur did: > phive will automatically trust (=import) that key, so no user interaction is required (similar to the --trust-gpg-key option) I read 'no user interaction' as fully automatic without...

Maybe something like `--trust-stored-gpg-keys`.

Be careful with that. Subnodes in XML should not depend on the value of an attribute in the parent node.

PHPUnit expects its plugins to have a .phar extension as well. But for compatibility the tools should be callable by name (without extension). I suggest using a combination of the...