Ziinc

Results 77 comments of Ziinc

Would like to chime in and ask if using a 3rd party dep in a quickstart is truly necessary, considering that it is just to hide the input when it...

@pucho we would need to use storybook to simulate the uncaughtException error, as it is quite a rare error and i am not sure if the current column width for...

Perhaps we can have a `useUpgradePrompt(params)` hook that will have everything we need (the UpgradePrompt component, whether to show the modal, etc) then we can do something like: ``` const...

@saltcod added my updates. Few pointers: - we always use the `tier.key` to tier-based checks, since the product id is subject to change (e.g. customized products) - the `maybeShowUpgradePrompt` logic...

I see, the crawl speed seems to be calculated based on the previous state's crawl count, so a separate callback would be necessary to obtain the crawl speed from the...

Tentative scope: - start spider (implemented) - stop spider (implemented) - start all spiders - stop all spiders - spider stats (crawl count, overridden settings, request count, storage count, crawl...

After 0.11.0? I think you should only bump the major version when the api scope has stabilized. Right now there are still quite a few areas that are incomplete and...

@untoldbyte what is the use case for using puppeteer to render the html? do you require page interaction?