ivanjaros

Results 98 comments of ivanjaros

> since Add support for compilation options(https://github.com/u2takey/ffmpeg-go/commit/205828f3ee4991eea97e2ce60753712bbaaff2b8) > > it doesn't work in windows because syscall.SysProcAttr of windows doesn't have Setpgid field. well, there goes 80% of developers

That's what unwrapping of errors is for. That is of no concern. I think that missing images should not even cause errors to begin with. As the alt issue i...

True, but you are rendering essentially an html page where missing images are perfectly fine and the sole reason alt even exists. If this would be a dedicated pdf builder/renderer,...

> There is also the problem of figuring out when to stop reading chunks. Take for example .docx format which is a .zip archive containing some "special" files. These "special"...

> Doing it as suggested in https://github.com/gabriel-vasile/mimetype/issues/480 will not happen because performing repeated detections on increasingly bigger byte slices will not help with OOM. I did not say you should...

Hi, i need to add authentication header to a GET request for a standard video file url. Which means i have no other way but to use MediaSource. Can this...

it has been quite a long time. is this still a problem? i want to move logic from js to backend and this library seems to be the right one....

I can confirm there is a memory leak. My REST API server consumes 11.6MB memory by itself. When i call word cloud generation for 2048x1280 image with 256 words, the...

that's not a go but rust. so completely out of context. funnily enough, I wrote my own wordcloud over night. it almost works perfectly, except words overlap and i am...

I completed my own word cloud. Now it is working as needed. But I too am observing memory leaking. Turns out, it is the GG: ![obrázok](https://github.com/user-attachments/assets/2c1afb43-9b7b-4cf0-a77b-ae52b4ca22bb) For each render I...