Results 28 comments of Adam Wróbel

Not sure about the other runtime issues the article mentions. For what it's worth I am already using scipy on Alpine and it seems to be working fine beside the...

Dependencies required to build `numpy` or any other package should not end up in the final image, only the ones required to run it. And also if `musl` `numpy` package...

I ran into the same problem. My unicorn config uses Dir.home to set app_path and sets pid file path using concatenation. Like `pid "#{app_path}/tmp/pids/unicorn.pid"`. So the official capistrano-unicorn release tries...

This is how you actually use this gem. Without that line these commands would not be executed through `rbenv`.

Yes, I know, but do you mean that if you remove that line from your deploy config it will help with compatibility with other plugins? It would be a design...

I've just made a pretty big jump from 0.18 to 0.27, switched to `esm` bindings, dropped the loader, and realized I have no way of accessing the returned AS `StaticArrays`...

Hi. It's been some time since @homm has posted this issue and his performance numbers. I've reran his script with most recent versions of Pillow and PyVIPS and found some...

This is great progress, but when I said "build wheels for musllinux" in the title I meant "Publish musllinux wheels to PyPI". I'm going to open a new issue 🙂

I can confirm this. Does anyone have a hint for what should be investigated or upgraded?

I can confirm this issue and I'd say it's a rather severe bug so I'm hoping it'll get some traction.