Jacob Davis-Hansson
Jacob Davis-Hansson
# Pyre Bug **Bug description** I expected the following script to pass type checking: ``` import typing as t Foo = t.Literal["foo-1", "foo-2"] FOO_1: Foo = "foo-1" FOO_2: Foo =...
And CALL and some other stuff..
Rust has a [built in benchmark framework](https://doc.rust-lang.org/1.7.0/book/benchmark-tests.html) that seems like a good place to start? One suggested approach would be something like: - Get a hold of the LDBC CSV...
eg. MATCH (n:Person) DELETE n This would involve adding `delete ` to the parser, and extending the frontend to understand it, so that it emits an additional LogicalPlan operator. See...
See how we add CREATE support here: https://github.com/jakewins/gqlite/pull/4/files#diff-e6ecf87708389c5c6e42b32a67b1b2c1R516 You check if an identifier is "bound", so you tell that this query is invalid (because n doesn't point to anything): `SET...
It does not currently appear possible to read `mock.Calls` under the mutex, meaning you can't do things with the list of calls in a concurrent test - this will fail...
Moved from main Neo4j issue tracker: @espeed: 'As per https://groups.google.com/d/msg/neo4j/YeaT5LOMCdk/qnS1yhtKX1gJ ... There are two versions of the EngineReplacementDecision: https://github.com/neo4j/gremlin-plugin/tree/master/src/main/java/org/neo4j/server/plugin/gremlin CountingEngineReplacementDecision restarts the engine after every X rquests: https://github.com/neo4j/gremlin-plugin/blob/master/src/main/java/org/neo4j/server/plugin/gremlin/CountingEngineReplacementDecision.java ScriptCountingEngineReplacementDecision restarts...
I'm not sure you want to merge this, because I don't know if /dev/serial/by-id is a POSIX or a linux path; maybe this fix only helps linux users? Either way,...