Jason Goodwin
Jason Goodwin
I see this issue currently in constructr head https://github.com/coursier/coursier/issues/464 Removing scalafmt allows me to test, compile.
Hello, I see that serde_json is a dependency under certain conditions - I'm wondering if you might be open to me implementing From for Dynamic if serde_json is enabled? This...
Currently the property value queries only check for equivalence. There are a couple ways that the queries could be improved: - Allow `ord` operators for numeric types (< and >)...
A query should be able to say how multiple property value checks combine: Eg: get vertices where `name == "john" OR address == "111 elm street"` Also need to be...
It's very confusing to navigate the eco system at the moment - this project should likely be marked deprecated as these features exist in redis-rs, but the documentation omits mention...