Dave Cameron

Results 6 issues of Dave Cameron

Expected output needed to be updated for the int 64 as strings vs int 32 as numbers change. Wrappers was expected for the well known types but it is one...

## Guidelines This is a known issue already tracked in the core repository: https://github.com/neo4j/neo4j/issues/12796 Elasticsearch is updating its docker images to include the mitigating configuration. For example: https://github.com/elastic/elasticsearch/pull/81623 Is there...

This simplifies code dealing with previously compound keys. It easily allows single bugs to be retrieved directly. It makes the 'resolved' documents smaller. In the storage database view indexing is...

Have you done any further work towards extracting the content provider framework?

The hash algorithm is based on Java's String.hashCode Code was taken from a response on StackOverflow: http://stackoverflow.com/questions/7616461/generate-a-hash-from-string-in-javascript-jquery This cut indexing time by 50% and index size by 20%. Nothing is...

Also experimenting with how to share field definitions between similar structures. I don't know if there is a cleaner or more graphql way to do this, but this works.