Dirkjan Ochtman

Results 249 issues of Dirkjan Ochtman

While your README contains a lot of background, which is great, it could benefit from some simple example grammars (and/or a link to API docs?).

In places where these aren't needed, the code looks verbose and unidiomatic to me. How would you feel about removing these? In general I'm pretty sure we can trust the...

rustls supports QUIC (now published as an RFC). OpenSSL still does not have QUIC support upstream. It would be nice if we exposed QUIC support in the bindings.

When running `./gradlew deployNodes` in my project based on Corda 3.3, with some regularity (but intermittently) the build will fail with this error: ``` Execution failed for task ':deployNodes'. >...

``` error: failed to run custom build command for `tikv-jemalloc-sys v0.5.4+5.3.0-patched` Caused by: process didn't exit successfully: `/Users/djc/src/rustls/target/debug/build/tikv-jemalloc-sys-535ae77c5e13eddf/build-script-build` (exit status: 101) --- stdout TARGET=aarch64-apple-darwin HOST=aarch64-apple-darwin NUM_JOBS=10 OUT_DIR="/Users/djc/src/rustls/target/debug/build/tikv-jemalloc-sys-6b3cd5a322213ff7/out" BUILD_DIR="/Users/djc/src/rustls/target/debug/build/tikv-jemalloc-sys-6b3cd5a322213ff7/out/build" SRC_DIR="/Users/djc/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tikv-jemalloc-sys-0.5.4+5.3.0-patched" cargo:rustc-cfg=prefixed...

This seems to be outdated (maybe since the Corda 4 upgrade?). It seems likely that the Java section slightly lower down in the README also needs to be updated.

The port numbers I get when running `runnodes` on macOS are different from those stored in the Postman collection. When running the script, I seem to get the ParticipantA webserver...

On macOS 10.14.4, executing the `runnodes` triggers a permission prompt to allow the executing program (Terminal or another terminal emulator such as iTerm2) to "control your computer" and then to...

These hints are still talking about `Cash.generateSpend()`, which appears to have been changed to `CashUtils.generateSpend()`.