Benjamin Roedell
Benjamin Roedell
This is related to CSharp code generation. Currently, when ReadResponseAsString=False then **ApiException.Response** is always empty. At first glance this implies that the response from the server was empty. I propose...
See https://docs.strataprotocol.com/playground. Screenshots below show that first screenshot has no issues but second screenshot does NOT display options in list. ### Light mode  ### Dark mode 
The site currently mentions "Web Root" twice and "DocumentRoot" twice. It says that one should run `php -S localhost:8000` from the "Web Root". Is the "Web Root" the same as...
Provide and example for gradle users to exclude the slf4f implementation from their test's classpath.
### Question How can I increase the timeout to allow slow running HTTP requests to complete? ### Problem My call to ```javascript web3Data.address.getBalance(walletAddress, { includeTokens: true, includePrice: true, currency: "usd"...
I was surprised to find that the command `npm i --save-dev @types/web3data-js` resulted in error message `'@types/web3data-js@latest' is not in the npm registry.` Please support typescript - publish `@types/web3data-js`
The code below passes unit tests successfully up to moq version 4.10.1. After that the code fails as described in the code. I read through the release notes for version...
## Issue The core firefly pod won't start. I'm getting the following error when I run `kubectl logs firefly006-0` ``` [2023-02-05T22:15:10.300Z] INFO default-firefly006: Project Firefly [2023-02-05T22:15:10.300Z] INFO default-firefly006: © Copyright...
## Summary Transferring a workflow to a new project via the Public API was failing. The unit test responsible for detecting this type of issue was only passing because there...