Taco de Wolff

Results 170 comments of Taco de Wolff

Thanks Kevin, this is hanging here as well. I'll see what I can do...

Update: it seems to be resolved when running `GOGC=off python test.py`, where `test.py` is the first script you posted. Calling `runtime.GC()` always hangs in this case. This even happens when...

Yes, I can confirm this. Adding `multiprocessing.set_start_method('spawn')` before calling `Pool()` prevents hanging.

This problem is not fixed unfortunately with the recent release using CFFI...

Looks to me that the binary from GitHub includes the version correctly. Are you sure this isn't an issue with the package in Alpine (not managed by me)?

Thanks for raising this issue. It is a known error that depends on an upgrade for the CSS parser to support the newer CSS syntax features. It is the next...

It seems to work on my part: https://go.tacodewolff.nl/minify?q=b21pbWU9dGV4dCUyRmphdmFzY3JpcHQmanMtcHJlY2lzaW9uPTAmanMtdmVyc2lvbj0wJnNyYz1jbGFzcytBbnlDbGFzc05hbWUrJTdCJTBEJTBBKysrKysrKyslMjNhbnlQcml2YXRlUHJvcGVydHkrJTNEKzElM0IlMEQlMEErKysrKysrKyUyM2FueVByaXZhdGVNZXRob2QoKSslN0IlN0QlMEQlMEElN0Q= What version are you using?

Ah now I understand, you mean that the names themselves are not minified, even though the syntax of private properties and methods _are_ minified. I will look into this, great...

It may seem like an easy optimization, but it gets tricky when there are variable declarations (`var`, `function`) within the `if` scope, e.g.: ```js if (false) { function f() {...

Thanks for raising this issue. The path intersection code was completely rewritten some months ago, and the path stroking functionality started using it (replacing the removeInnerBend code which was only...