Matt Sicker

Results 151 comments of Matt Sicker

@spinnakerbot remove-label stale I do have some follow-up PRs to make to promote this feature to beta as I've mostly come to a stable API for this feature.

@spinnakerbot remove-label stale We can close this issue sometime soon. I have one other SQL-related account management update to contribute before this general feature is landed.

I think this issue has been implemented, though I still have another PR to make some finishing touches on the API before marking the feature stable.

This issue is implemented I guess. No need to keep this issue open anymore.

I think this is caused by running the `clean` target in the same run. I had a similar issue, though removing `clean` seemed to fix the errors about missing bom.xml...

Looks like you have a compiler error. You can build the plugin by running `mvn install`.

Note that the build is failing as there is currently an existing unit test that tests a non-existent method.

Breaking up into execution strategies sounds like a good idea! Such a strategy could likely adopt a similar API to retry libraries like retry4j.

I've imported the curve25519 code into https://github.com/o1c-dev/o1c recently. I tried using the Java sources originally, but I couldn't get its output to match the C code, so I'm not sure...