Ivan Greene

Results 16 comments of Ivan Greene

It is worth noting that `GraphDatabaseService.executeTransactionally(String)` does indeed auto-close the Result, but that seems to not be enough to cause the Stream to be consumed. This makes sense in the...

@moxious It makes sense that executeTransactionally should not consume an entire stream if all of the results are not needed, although that behavior may have surprises like this. I wish...

Hmm... so you need some way to call start() immediately, but also return an error in the result Stream if the call to start() fails. Yep I have no idea...

GET requests are now cached via `wget` and the mocha test now performs filesystem reads. Running `yarn test` will first run a shell script to ensure that the required resources...

@m-005 I don't really have time to look at this now but I think @broskoski is managing this repo now

I’ve noticed this is also an issue when “props” (properties of the schema definition without semantic meaning to Avro but which become available for inspection at runtime) are added/modified/removed from...

Agree this is absolutely worth documenting on the site in the dark mode section, would have saved a lot of time to find this earlier. Perfect for people doing SSR...

Thanks, looking forward to a build with both architectures in the future. As a note, the build works as-is locally because the build.py determines the host's architecture, so didn't need...

The docs lay out this expectation accordingly: https://github.com/bjoerge/debounce-promise#with-leadingtrue The first return value is the value of the first invocation, immediately, and all subsequent are resolved with the last value, after...

See #178 for some background on the reason for this: currently, to inspect a JsonObjectBuilder while still adding values to it, one must do something such as the following to...