Kiko Beats

Results 207 issues of Kiko Beats

Currently we can't beautify punicode urls, like `https://xn--vi8hl0c.ws/` This could be done adding punycode or similar dependency: https://github.com/sindresorhus/normalize-url/blob/master/index.js#L112 but it's a little heavy (https://bundlephobia.com/[email protected]) so I want investigate and found...

enhancement

Need to add minimal and common css reset style to ensure the look and feel works fine in each web integration. Currently we are not adding this style: ``` text-decoration:...

similar to - https://github.com/dgraham/identicon (GitHub approach) - https://github.com/tobiaslins/avatar (color + letters approach) - https://joeschmoe.io/ (AMAISING) - https://github.com/Gustu/string-to-color

To avoid expose emails into the URL, gravatar encode it using MD5. Take a look at the [provider/gravatar](https://github.com/Kikobeats/unavatar/blob/master/src/providers/gravatar.js#L13). The service can do that because the user is previously registered at...

When you have multiple browsers running for a long time, they tend to generate crash report or similar stuff in the filesystem. at [browserless](https://browserless.js.org) I added a cleanup routine to...

enhancement

Hello, I miss a mode similar to `CONCURRENCY_BROWSER`: > One browser (using an incognito page) per URL but without using incognito mode. The reason you can't runt incognito mode on...

enhancement

Hello, I extracted the `urlify` method out of the constructor scope since it can be used without using `Anchors` directly. That's is useful when you are working with server-side application...

Similar to - https://github.com/sindresorhus/capture-website/pull/27/files?short_path=f1d7f01#diff-f1d7f01715e29ea2a7cbaf4f2f8117cc Related - https://github.com/microlinkhq/browserless/tree/master/packages/screenshot/media - https://browserframe.com/