searchableguy

Results 49 comments of searchableguy

Any update on the maxCookieAge being able to change dynamically?

The reason for removing that was to reduce the information overload since most normal users won't click on contract and explore on the etherscan. It was pushed to quantity page...

would be nice to get an answer to above here @julien51

https://github.com/unlock-protocol/unlock/pull/9707

This has been resolved. Julien changed the network and I tested it again. It should be working now.

The code itself looks good (It does change the grantKeyExtension and grantKeys in dispatcher we depend on). I tested bunch of functions on the dashboard too.

https://github.com/unlock-protocol/unlock/pull/9688

Sorry, I wasn't clear. Loconotion doesn't set the meta tags for the page if they are not supplied in the config file. I would like it to extract metadata from...

You can import types directly from the unlockjs package. If you use `import type {} from "unlockjs"`. Then unlockjs won't be bundled. All the types will be stripped after compilation....