Manos

Results 30 comments of Manos

@MikeKovarik thanks for the prompt response! A simpler solution (that can be helpful on its own) would be if when reading the metadata, the positions of the metadata in the...

Yep, seems similar so I close this one and I'll comment there :+1:

Actually I had a look at that question but this is a bit simpler. In that the OP wants to add the header back to a new file.. which can...

I can't really recall exactly the reasoning behind it (my commit should probably be more informative). However my gut feeling is that the macro is overriding existing information in your...

Hi @JayWalker512. In the past I would go through the PRs in chunks every few months whenever I found time. Unfortunately I have been quite busy with my life the...

@gonzus yes sure, that would be great! Just let me update the CI, since I noticed it's broken, and I will add you.

Hi there. What would the benefits of that be? Namely at the moment one initializes the threadpool depending on the thread support from the hardware - which is not supposed...

@0x0soir I see your point. I am unsure though if this is the best way to solve it. Having a thread for each client is fine for small projects but...

You're probably right. Not sure why I wrote that when I did. In any case this should be changed since it's not consistent. As I see it either `thpool_resume` should...

I am not sure if this should be solved from the thread pool side. It is possible but it would make everything too complex for no good reason imo: -...