Brian Underwood

Results 59 issues of Brian Underwood

Both server and embedded modes

low-hanging-fruit

This would be a setting that you could set which would automatically prepend `EXPLAIN` (perhaps `PROFILE EXPLAIN`) to the beginning of each query. In the cypher output the query plan...

Inspired by a question from @djvs Probably best to start with this in the new session API

Should be able to use GitHub API: https://github.com/neo4j/neo4j/releases

in master

Giving Neo4j::Config a Hash rather than setting variables one at at time Also the session API is funky. This is a note for later (attn @vpacher )

The issue I'm trying to fix: we're sending Base64-encoded files in some SOAP requests and seeing overhead of ~200ms per request that we'd like to avoid. After some investigation I...

Import global `h` for Vue 3 instead of using `render` argument This helped me get `vue-icon` working with Vue 3. See this migration guide regarding the `h` function in `render`:...

An attempt to fix https://github.com/rrrene/credo/issues/993