Enrique Arrieta

Results 38 comments of Enrique Arrieta

@jeesunikim the new version v1.2.3 should fix this issue, let me know if is ok now

Hi @orbitlens, please don't use an .SVG and instead keep a .PNG file because there are websites that don't load .SVGs when they are from different domains (for example, the...

Hi there, not really sure what that configuration does in Vite but assuming for the "SSR" it must be some sort of logic to skip using those libraries during the...

Hi there, I think this might not be the best solution because regular classes methods are defined in the prototype of the object while anonymous arrow functions will be duplicated...

My bad, I meant `export const signTransaction = kit.signTransaction.bind(kit);`, I normally only use the `bind` function when I'm inside a class and I need to pass the current `this` scope...

@salazarsebas if you sent from Lobstr and you didn't have the trustline set up in the account you're using in xBull, then most likely Lobstr sent a claimable balance. To...

> Don't make me import and initialize modules It was designed that way to be future proof without requiring to deploy a breaking change. For example both WalletConnect and Trezor...

@pselle that way will face the same issue because in order to filter by strings it means the library already loaded everything, instead I just added a new parameter for...