Arne Johannessen
Arne Johannessen
Neo4j 4 offers new syntax for [database management](https://neo4j.com/docs/cypher-manual/4.2/administration/databases/) that I suppose libcypher-parser doesn’t know about yet. ### Reproduce Running libcypher-parser 0.6.2 via @majensen’s fork majensen/libneo4j-client@7bd6dfd7f948bf390a0f17d00de4f82014405b58: ```` neo4j> :status Connected to...
Trying to use libneo4j-client 2.2.0 with the [first release candidate for Neo4j 4](https://neo4j.com/release-notes/neo4j-4-0-0-rc01/), which was published a week ago, only yields a -14 error (NEO4J_PROTOCOL_NEGOTIATION_FAILED). Looks like support for Bolt...
An HTTP User Agent that states a general preference for Jolt over JSON using [proactive content negotiation](https://tools.ietf.org/html/rfc7231#section-3.4.1) will always receive an HTML response instead of a JSON response upon querying...
`postgreyreport` doesn't seem to work with subnet IP lookup. (I haven’t tried with the postgrey `--lookup-by-host` option enabled.) The source of the problem seems to be that `postgreyreport::do_client_substitutions` differs from...
Replacing all waypoints on the device with `--flash --erase` already works fine. Appending new waypoints without `--erase`ing the existing data in the device will be added soon-ish. Routes are also...
Spatial data serialisation using JSON should preferably follow the [GeoJSON standard](https://en.wikipedia.org/wiki/GeoJSON) (RFC 7946), for which widespread support exists in mapping software such as [QGIS](https://en.wikipedia.org/wiki/QGIS) or [Leaflet](https://en.wikipedia.org/wiki/Leaflet_(software)). Implementing GeoJSON log export...
**Description** A class declared in the “unit” (or “statement”) syntax – i. e. not with a block – cannot be used as the superclass of another class. A segmentation fault...
When the experimental `class` feature was added in v5.38, it had some known problems that could cause segmentation faults, including #20956, #20947, and #20890 (duplicate: #21221). As these issues persist...