Daniel Lenksjö

Results 76 comments of Daniel Lenksjö

I noticed it is already taken: https://www.npmjs.com/org/weboftrust, but doesn't say who is the owner. Is it one of us?

> Fixed with PR #225 @pfeairheller It looks like #225 only includes the revocation itself and only involves the issuer? The issue above was about how the holder of a...

This looks like a promising tool, especially the headless option https://vitest.dev/guide/browser.html

@rodolfomiranda I encountered this I think. Currently we do `const sn = Number(state.s)` which only works for `state.s < 10`. If `state.s` is expected to be in hexadecimal without the...

I am starting to think it's better to create interfaces for the issuance and acdc payloads and just pass them through, just adding defaults and perhaps the saidifying. Same for...

@nkongsuwan please see #222 for my proposal on how to solve this problem.

In my opinion, we should try to reduce the amount of API-calls we do in each method. So I am wondering if there is a way to resolve this issue...

@rodolfomiranda Sorry for delay here. We are hitting this too. I think we will be able to end up in the same situation anyway if we are unlucky with the...

I have had some more time to investigate and create other reproductions of similar issues. At the moment, I think it would be better if these methods accept the sequence...