Carlos de Oliveira Junior

Results 38 comments of Carlos de Oliveira Junior

Hi @Redrield , could you share you shell script? I want to have a try. Cheers!

[PT] Uma abordagem a ser considerado é interceptar a função javascript e injetar codigo nela. https://stackoverflow.com/questions/9216441/intercept-calls-to-console-log-in-chrome Em um projeto que vi interceptando o log, observei uma perda de performance considerável....

I had this issue, and fixed by changing the default project to compile. It was configured to run the OpenFrameworks, and I set to run the example. But I still...

`particlesEl.components['particle-system'].particleGroup.emitters[0].position.value = new THREE.Vector3(1, 2, 3);`

Hello again, I have improved this issue suggestion by getting the first URL from text and extracting the meta information, like facebook or twitter does: ![Captura de Tela 2020-03-11 às...

Great to hear you like it. I started learning Django because bootcamp, and because of that I don't know much. Can you please check if this requirement was added in...

Hi @sebastian-code, BeautifulSoup has no github/git official respository. There are some outdated versions. So I think it is better to link to the official website. Just made the pull-request: https://github.com/vitorfs/bootcamp/pull/219...

The only feature not implemented yet would be cache the metatag image. For example, from servers like facebook and instagram, the image link expires after a few hours. I think...

Hi @sebastian-code, amazing working improving the code! Just one small fix. The news are giving an error if there is no URLs in it. This should fix: https://github.com/Vamoss/bootcamp/commit/6d991dd400de1b1ce18261df3757a5dacf9a6762 Before a...

I know `request` has a native timeout parameter, but please consider this note from the documentation: > timeout is not a time limit on the entire response download; rather, an...