Falco Nogatz

Results 71 comments of Falco Nogatz

Can confirm. Came here from https://magento.stackexchange.com/a/290030/33686. The suggested SQL updates fix this.

Shameless self-promotion, vielleicht interessant für Mitlesende: Am DFKI haben wir ein Script entwickelt, das ausgehend von der Tages-CSV den minimalen Diff zum vorigen Tag bestimmt: [`DFKI/RKI-Data-Diff`](https://github.com/DFKI/RKI-Data-Diff). Im Ergebnis werden für...

Apparently what works is to connect to the electricity meter only once via zigbee2mqtt, set the configuration, and then use the device as normal in Home Assistant with zha. This...

Under Ubuntu 12.04 with `node -v` v0.8.8 and `npm -v` 1.1.59 I could install it without any problem, so it's not because of node-waf.

I would only agree if it is trivial to implement without touching core. Because adjusting speed is a typical use case, I created this PR. But it's up to you.

Hi, I'm the maintainer of https://github.com/fnogatz/xsd2json. Do you need any assistance for installation?

As part of my [Masters Thesis](http://www.informatik.uni-ulm.de/pm/fileadmin/pm/home/fruehwirth/drafts/Nogatz-CHR-Javascript-Masterthesis.pdf) I implemented both a JIT and AOT compiler for Constraint Handling Rules in JavaScript. Have a look at http://chrjs.net to get an insight. ([Related...

Already discussed in https://github.com/SWI-Prolog/swipl-devel/pull/138.

Hi @chansey97. This is probably due to some confusion about how CHR works on the terms in a rule's head. When checking if a given constraint matches a rule's head,...

Ah, I thought you were arguing that rule 1 should fire instead. I would suggest we stick to the Discourse discussion first and close the issue here as long as...