Daniel Lenksjö
Daniel Lenksjö
### Description This is not really a bug, but rather a feature of the API that caught me off guard. I think there is room for improvement for how errors...
When the socket receives a bad frame during a read, it should raise a connection error by sending a `connection.close` frame and wait for the `connection.close-ok` before closing the socket....
It just creates a lot of noise: https://doc.deno.land/https/deno.land/x/amqp/mod.ts For example, only BasicProperties actually has a non-empty shape, so all other property interfaces can be omitted during the codegen.
basic.get is the only AMQP method that can have two different response methods. The codegen currently does not handle this well, especially since basic.get-ok carries content and basic.get-empty does not....
This is a suggestion of an automated workflow for publishing npm packages. Process for publishing the development tags would be: 1. Create a PR for the next intended npm package...
I have noticed it is inconvenient that the types returned from "identifiers().get()" is not exported by the package. This PR fixes that.
When creating an identifier with "special" characters, for example spaces or the "ö" letter used in Swedish and Finnish: ```js const alias = 'ö'; const result = await client.identifiers().create(alias, {});...
I did this as a step to try and resolve what was failing the multisig vlei test in #241. I found that there is a problem when an agent that...
Currently, a 22 character string is generated from "randomPasscode", but only 21 characters is used to derive an AID. Is there a reason for this discrepancy?
We need some sort of tests that verifies that the library is working properly in a browser environment. See PR #218 #214 for related issues. There must be thousands of...