zenonp
zenonp
It's been quite some time now since "we have a small favour to ask. You've read N articles in the last year" was introduced, but it still works as badly...
The weather widget on the front page geolocates my IPv4 address correctly (Athens, Greece), but has been displaying the weather for London ever since you enabled IPv6. Maxmind et al...
As the page loads, the "most viewed" tabs flash by for a moment and then disappear; see ~~attached~~ [linked video](http://qdh.nl/tmp/desktop.ogv) beween 0:10 and 012. The browser is firefox 52.3.0 ESR...
Transclusion of third-site material in the Guardian is increasing by the day and occasionally articles can include more tweets than original text by the Guardian journos. This is a bad...
All three maps of Greece in README.md miss [Kastellorizo](https://www.openstreetmap.org/relation/5321397#map=8/36.142/29.583). This might suggest an edge-seeking error in the burn algorithm or something wrong with the input data.
All four munin mod_tile scripts use "data=$(wget -q http://localhost/mod_tile -O -)". There are many cases where this cannot work, e.g. "Listen 10.22.33.44" in httpd.conf, mod_tile running in a virtual host,...
from main.php: ``` SyntaxError" and message "Invalid constraint syntax, ON and ASSERT should not be used. Replace ON with FOR and ASSERT with REQUIRE. (line 1, column 1 (offset: 0))...
The part from "Then, start the Neo4J shell...:" up to and including "$NEO4J_HOME/bin/neo4j start" is outdated. The correct procedure with neo4j-4.4 and later is If you did not run the...
For those who have never used neo4j before, one or several examples of neo4j browser commands would be extremely helpful. For example how to query chains of payments or wallet...
The correct command since at least neo4j-4.4 is ``` neo4j-admin database import full \ --nodes=Block=blocks_header.csv,blocks.csv \ --nodes=Transaction=transactions_header.csv,transactions.csv \ --nodes=Output=outputs_header.csv,outputs.csv \ --nodes=Address=addresses_header.csv,addresses.csv \ --nodes=Entity=entities.csv \ --relationships=CONTAINS=rel_block_tx_header.csv,rel_block_tx.csv \ --relationships=OUTPUT=rel_tx_output_header.csv,rel_tx_output.csv \ --relationships=INPUT=rel_input_header.csv,rel_input.csv \...