Dennis Beatty

Results 26 comments of Dennis Beatty

Thank you for posting this! I was going crazy trying to figure out why this was hanging on my machine

@complexsplit I haven't. I ended up moving away from Kubernetes for the project I was working on. You (or someone else) is more than welcome to pick this up and...

In attempting to debug this myself, I tried dropping down to C++ to see if I could find anything. I created this script: ```cpp #include using namespace vips; int main...

Thank you very much for writing that up. I'm not sure why those other issues didn't turn up when I searched. The `NODE_DEBUG` tip was especially helpful. With that I...

I should probably note that this has an easy workaround by providing the xres and yres options (converted from inches to millimeters) to the tiff function, but I thought it...

Because of the xres + yres workaround that I found, I didn't really need the fix anymore, so I haven't looked into it anymore since then.

Thanks for opening an issue! I've received notifications for OOM crashes from fly.io the last couple days, but I haven't really had time to dive in and see what's going...

My issue was mentioned above, so you can see more details there ☝️ but I'm adding my usecase inline too for those that don't want to read through the issue....

Oh one more thing in case anyone else finds this: You will want to make sure anywhere you are calling `use Oban.Testing, repo: MyApp.Repo` is updated to `use Oban.Testing, repo:...

Per the DangerJS check, should I be adding a line to the changelog? I assumed that should be left to maintainers, but happy to do that if it would be...