Dennis Zoma

Results 55 issues of Dennis Zoma

Hey, I'm trying to generate a keypair (private/public) with your library but didn't get it to work unfortunately :( I generate a private key like ``` openssl.generateRSAPrivateKey({}, function(err, key, cmd)...

The ability to define a custom column for the initial sort-order would be great. Or going one step further and allow to define the sort-order just like Kirby does with...

I get the following warning on every deploy: ![CleanShot 2024-04-24 at 19 14 25@2x](https://github.com/BetaHuhn/deploy-to-vercel-action/assets/3930150/97664d48-3c17-4398-a044-f53dd02261d6)

bug

Hey, when working with fungible token contracts (i.e. PSP-22) we've noticed that contracts-ui is statically assuming that values with the `Balance` type are always the native chain currency with it's...

enhancement

Our contract has a lot of messages (read & write) with many input parameters, making the contract interaction message selector sometimes a bit hard to use. Two things would improve...

It would be awesome if when I "Add contract from address", it would infer the actual contract name from the json contents. Currently, it just names them all "New Contract"....

Hey there, I love what you've built with `contracts-ui`! For new devs and/or terminal maniacs that don't want to rely on the only version or an internet connection for development,...

enhancement

I've created an input-element like this in html: ``` ``` Filled the remote-list with javascript: ``` $('#input-anliegen').remoteList({ minLength: 0, maxLength: 0, source: function(value, response){ response(["...", ".."]); } }); ``` And...

Example: ```ts toast.success('Success', { description: `View Google`, }) ``` The link is rendering correctly and is detected by Chrome, but it isn't clickable. I assume some wrapper is preventing event...