Tim Daubenschütz
Tim Daubenschütz
- I have 1 bootstrap node and then I launch 3 newly connecting nodes that are all joining via the bootstrap node. - I subscribe all nodes to a topic...
- https://eips.ethereum.org/EIPS/eip-5267
- To enable one user to give and take to many users, Otterspace has implemented giveToMany and takeToMany respectively - https://github.com/otterspace-xyz/otterspace-contracts/blob/511ce5564eeb3a7d0833635262c3bc8a5f54b4bc/src/Badges.sol#L134 - https://github.com/otterspace-xyz/otterspace-contracts/blob/511ce5564eeb3a7d0833635262c3bc8a5f54b4bc/src/Badges.sol#L197 - This is a use case they're...
I have a situation where potentially a user's keys can get compromised and we'd e.g. have to rotate addresses. But unfortunately, the `ISSUER` is currently immutable. However, with https://eips.ethereum.org/EIPS/eip-173, we'll...
- Say we wanted to send 25 NFTs to 25 addresses and we wanted the user to generate the claim codes in web3 with e.g. Metamask - Since Metamask (to...
Your library imports emoji-regex but with the npm caret and so only patch versions will automatically upgrade. However, emoji-regex updates major versions regularly and so when people install this library,...
Hi, I'm currently trying to add npm support for this package. However, right now when I go into the `js` folder and run make, I get a different output in...
I run a visual regression test both locally (Mac OS) and on Ubuntu in a GitHub Action. And using looksSame, I came across font rendering differences ([example](https://github.com/gemini-testing/looks-same/issues/29#issuecomment-773437876)). After attempting to...