Jero Soler

Results 367 comments of Jero Soler

Hi! View simple example animation: HTML: ```html ``` Javascript: ```javascript import { getAudioData, linearPath, polarPath } from 'https://cdn.skypack.dev/waveform-path'; async function AudioPath(file) { console.log("test"); const audioData = await getAudioData(file); const example10...

Hey @shivam1317 animate dur is the time of file. You can see an example of a web component created with this library. Example: https://jerosoler.github.io/wave-audio-path-player/ Repo: https://github.com/jerosoler/wave-audio-path-player View svg element in...

Maybe because the width and height are missing. This is the example of the demo: ```html ``` And the Javascript ```javascript const example18 = polarPath(audioData,{ samples: 90, type: 'steps', left:...

Por lo que veo encuentra un error que es de eslint, pero veo que al final lo hace correctamente: `DONE Compiled successfully in 8587ms` Si haces un `npm start` que...

Ese error me pasa cuando en el archivo db.json Esta en http: y no en https. ``` "urlsearch": { "url": "https://descargas2020.org", "feed": "https://descargas2020.org" } ``` Puedes comprobar que este correcto?

Perfecto! El tema de las im谩genes es seguridad de cloudfare mirare de solucionarlo.

Lo tengo un poco abandonado. Me parece que si cargas la pagina de descargas 2020 y despu茅s cargas la pagina de la aplicaci贸n se la salta la protecci贸n.

El servidor esta en la misma m谩quina, con la que entras? Podria ser por eso :S

Parece ser que quiza sea devibo a: https://www.xataka.com/legislacion-y-derechos/la-guardia-civil-cierra-divxtotal-y-otras-22-webs-p2p-y-habra-mas-cierres-proximamente https://www.genbeta.com/actualidad/asi-se-esta-desarrollando-la-operacion-cascada-de-la-guardia-civil-contra-las-webs-de-descargas-de-contenidos-protegidos https://www.genbeta.com/actualidad/asi-estan-reabriendo-divxtotal-estrenos-dtl-y-otras-webs-de-descargas-bloqueadas-por-la-guardia-civil Quiza esten unos d铆as haciendo cambios de dominios.... Si funciona perfecto! ;)

Manera correcta de hacerlo. Modificar el fichero: - server/api/newpct.js - server/api/newpctauto.js Volver a ejecturar el npm run build. Y ejecturar el servidor. @jab3 Thanks! ;)