Andraz Cuderman

Results 7 comments of Andraz Cuderman

I think that the problem should not be reported but rather just an HTTP error with 4xx status returned. The issue is that at the moment we need to call...

@TimoGlastra @shaangill025 Thank you for taking a look. Are there any updates regarding the issue?

I agree. I think that offloading context caching to the controller will require quite a big effort, so hardcoding them could be a good part-time solution.

@tmarkovski Postgres database didn't solve an issue since there is a race condition happening when opening the wallets. The issue was solved using semaphores. PR is opened and ready for...

It is possible to use postgres storage with dotnet agent but requires slightly more work than just updating the configuration. Steps: 1. Build [postgres plugin](https://github.com/hyperledger/indy-sdk/tree/master/experimental/plugins/postgres_storage) 2. DLL import plugins init...

Hi, @Arsh-Sandhu I didn't have any problems with building the plugin on the Linux system. @MaticDiba I believe you solved mentioned issue on Windows?

I am also experiencing issues with auto-instrumentation for the `pg`, `pino`, and `http` modules (bun 1.1.13). Despite using the suggested `--preload` approach for setting up OpenTelemetry instrumentation, these modules do...