robertu

Results 57 comments of robertu

Nice catch, please feel free to have a quick fix!

implemented in https://github.com/thematters/matters-web/pull/2868

But it's not related to MEV right? This method can protect anyone who doesn't know the private key. > QR code contains Private Key, this PK is used to create...

```ts declare module 'tinytime' { interface TinyTime { render: (date: Date) => string } interface TinyTimeOptions { padHours?: boolean padDays?: boolean padMonth?: boolean } declare const tinytime: ( template: string,...

Same issue and tried to lockdown the resolutions but doesn't work. This issue only happens on CommonJS bundles (related to https://github.com/ueberdosis/tiptap/issues/1580 and https://github.com/ueberdosis/tiptap/issues/1545), my workaround is [include `@tiptap/*` in bundles](https://github.com/thematters/matters-editor/pull/425/commits/c62e5eb383c1fb4053a16794b45376a63aeba947).

scaled up to 4-8 instances from 2-8 last week, no alert until now.

@lazd @dhelbig fixed. see [here](https://github.com/lazd/iNoBounce/pull/14)

For backend: * ~https://github.com/thematters/matters-server/issues/3702~ * ~https://github.com/thematters/matters-server/issues/3703~

For backend: * https://github.com/thematters/matters-server/issues/3700 * https://github.com/thematters/matters-server/issues/3701

Based on the current [implementation](https://github.com/timolins/react-hot-toast/blob/main/src/components/toaster.tsx#L129-L135), I think we have to implement the animation inside the custom render component like `` [does](https://github.com/timolins/react-hot-toast/blob/main/src/components/toast-bar.tsx#L74-L79). My workaround is reset all default styles and [render...