David Dal Busco
David Dal Busco
On the IC or Juno, if you want to save a service key, the common approach is to store it in your backend—in Juno, this would be in a collection...
Hi @CodingFu, I’ve thought about this a few times, but it’s actually not possible at the moment. The owner is the caller, and my reasoning is that allowing this could...
> Can you please tell me a little bit more about this security issue? Generally speaking, on the IC, I consider it bad practice, or at least something that requires...
Let me put it in draft and I do some testing first. I don't think it will require changes in NNS dapp.
Indeed does not require any particular changes in NNS dapp except adapt the agent similarly as in this PR in `dev.api.ts`. See PR https://github.com/dfinity/nns-dapp/pull/5274
Thanks for asking, @moonfury-ops, but the repo doesn't accept external contributions yet.
Wait, does that work? I've been looking for years for such a solution and always referred to this SO thread which says there is no such feature https://stackoverflow.com/questions/56798253/release-template-for-github.
Thanks for the detailed tickets. Unfortunately, I don't think there's anything I can do. I'm using an `` , so it's the browser that determines when and whether the `onchange`...
> Starting with v3.25.21, this makes typescript complain > >Argument of type 'unknown' is not assignable to parameter of type '$InferInnerFunctionType' Adding an ugly cast for the `fn`? ``` const...
> Or the whole logic of the derived stores? I meant the all logic - like starting testing derived stores