Vlad Cristian

Results 8 comments of Vlad Cristian

Curious to see if anybody knows how to transform the "programdata" variable that we get from YouTube to the final request. If you try to upload a video for example,...

Hey, No problem for editing. I am using GeckoFX c# to simulate logins and login to YouTube and then upload videos. The idea is that I have been using the...

Wait... I think you saved me on this one. So since I am actually logged in a "real" browser, I see I can call "botguard.bg(PROGRAM DATA STRING).invoke()" and it gets...

Thank you for the info!

Doing more tests, it seems the added function (to fix detection of end of file) $this->memoryPointer = min($this->memoryLength, $index + $length); //this is the problem -> if ($this->memoryPointer >= $this->memoryLength)...

More testing, I think I Found a fix. Instead of if ($this->memoryPointer >= $this->memoryLength) { return false; } We should write if($index+$length>$this->memoryLength) return false; It works for me.

Doing further testing, even if you use this simple svg, it does not always work: ``

Hello, Any update on this ? I am using the original potrace on windows, and it splits the image in multiple paths. ![tare22](https://github.com/iwsfg/node-potrace/assets/10354136/14c4acc6-bc3f-4780-9517-3962f903e480) For example this simple text, converted using...