Ivan Spadacenta

Results 15 issues of Ivan Spadacenta

Using the first example here: http://nrabinowitz.github.io/pjscrape/ `pjs.addSuite({ // url to scrape url: 'http://en.wikipedia.org/wiki/List_of_towns_in_Vermont', // selector to look for scraper: '#sortable_table_id_0 tr td:nth-child(2)' }); // Output: ["Addison","Albany","Alburgh", ...]` If I launch...

This is how load the module: ``` const axios = require('axios').default; const rateLimit = require('axios-rate-limit'); http = rateLimit(axios.create(), { maxRPS: 10 }) ``` This is how I'm populating my requests...

Hi, I cannot find a way to make it possible to change the background of the body tag. For theme 's blocks I can use the settings tab. But how...

Hi, I have all working on the builder side. What I cannot understund now is how to render the page on frontend. When I create a page there is a...

Hi, I was trying to understand ajax source and looking at http://yadcf-showcase.appspot.com/ajax_source.html the ajax request fails with error 500 so the page is not working.

When an user drops a file (e.g. an mp4 file), for some seconds depending on the file size, webtorrent desktop seem to be stuck doing nothing. It can also be...

enhancement
help wanted
area/ux
accepted

I'm using this package right (more than 500k pages) now and it would be wonderful to have those features: 1) Write sitemap while crawling. That way user knows everithing is...

Hi, I'd like to know if anybody is maintaining a fork of this (no more updated) project. I understand that this is no more maintained due to the existence of...

enhancement

Hi, I find no way to use it in a simpe html page (index.html)... no React, vo Vues. That's because my very low experience with es modules and how to...

Hi everyone, I have a player playing a video. I push a button and the video is sent to chromecast, with actual time so it starts the video at the...