Skip to content
#

javascript-library

Here are 3,710 public repositories matching this topic...

sinkcup
sinkcup commented Mar 14, 2022

now every questions are optional, there is no way to define it demand.

suggestion: add demandOption config, if user select nothing or just press enter, exit error or auto load question to retry.

options = {
  things: {
    message: 'What do you want to do?',
    type: 'checkbox',
    choices: ['Order a pizza', 'Make a reservation', 'Bug rate', 'Security'],
    demandOption: true,
apify-js
mtrunkat
mtrunkat commented Sep 17, 2019

Main examples at Apify SDK webpage, Github repo and CLI templates should demonstrate how to manipulate with DOM and retrieve data from it.

Also add one example of scraping with Apify SDK + jQuery to https://sdk.apify.com/docs/examples/basiccrawler

Feedback from: https://medium.com/better-programming/do-i-need-python-scrapy-to-build-a-web-scraper-7cc7cac2081d

I lost an hour trying to make

sto3psl
sto3psl commented Sep 22, 2020

Describe the bug
Currently @duetds/date-picker does not work with Rollup (or I didn't get it to).
The problem appears to be a dynamic import statement with a template string:

return import(`./${bundleId}.entry.js${""}`);

Rollup seems to ignore these imports: "Dynamic imports on runtime are ignored by Rollup #2463"

**To

documentation good first issue

Improve this page

Add a description, image, and links to the javascript-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the javascript-library topic, visit your repo's landing page and select "manage topics."

Learn more