Michalis Kargakis
Michalis Kargakis
When querying a non-existent ID with the patient ID as the last part of the path, 404 is returned correctly but when $everything is added in the end, 200 is...
In some simulations, especially as the number of actors used is increasing, i/o timeouts may happen to the `btcwallet` rpc clients.
I have the following workflow in place: ```yml - name: Get changed files uses: dorny/paths-filter@v2 id: changes with: list-files: shell filters: | artifacts: - added|modified: 'data/**/*' - name: Conditional if:...
Having a deployment config running with its latest state being failed should be a warning in my opinion. "dc/foo is running via an older deployment" and suggest to inspect the...
It seems there is a manual step after Echidna completes a test run where we need to ensure all tests provided to Echidna have actually been covered. It'd be great,...
I am on a Linux machine and installed Tenderly with the curl/sudo approach. When I tried to do my first `tenderly login`, I got the following error message: ```console $...
How am I supposed to pull this library in via gradle when it is using the same namespace as bitcoinj and I already use bitcoinj?
The only way to import the blockchain into Postgres currently is by disabling basic auth in the grin rest api.
A couple of thoughts after [spending some time writting a script to verify the dev fund's income log](https://github.com/mimblewimble/grin-pm/pull/120) and also reviewing financials: * I wouldn't fully trust public apis, there...