Koyomi Araragi
Koyomi Araragi
Given this struct: ``` StructType { address token; uint256 id; } ``` Block explorers like Etherscan accept the format below for an array of tuples for that struct: `[{ "token":...
@kanej just a heads up this was fixed in Solhint 5.0.1 :rocket:
There are situations we don't actually care if the key values change. I think using the same key values, different ones or allowing the database to generate them should be...
@AndriySvyryd I understand your point, usually we would use some other properties (e.g the user name) as a _key value_ in order to check if that entity already exists in...
@rjshrjndrn I'm trying to upgrade the installation. I installed OpenReplay using Helm Charts, everything worked fine. Then I realized I didn't setup SMPT. I update the `vars.yaml` with all email...
@rjshrjndrn I don't need `existingSecret`, but helm is complaining this is resolving to a `nil pointer` as per error message. So I tried to provide anything to `existingSecret` as a...
@rjshrjndrn I can open a pull request with my fixes if required. In short, the `values.yaml` for both `database` and `openreplay` charts must explicitly declare all fields required by their...
@tim-finnigan thanks for the quick reply. I'm afraid my issue is not related to the links you shared, as that one is not related to using GitHub App for authentication,...
@tim-finnigan I went through this action's code, and figured that you validate if the `ACTIONS_ID_TOKEN_REQUEST_TOKEN` env var is set, otherwise the [@actions/core action](https://github.com/actions/toolkit/tree/main/packages/core#oidc-token) would fail anyway since it requires those...