John-Paul Bader

Results 30 comments of John-Paul Bader
trafficstars

Ran into the same issue on MacOS 12.5 on arm64 installed via homebrew - will attempt the install with the --head option.

For what it's worth, the same database but doing the migration with the docker image actually worked. Building pgloader with `brew install pgloader --head` gave me a compile error right...

Yeah have the same issue - first the problem was that it couldn't find the homebrew directory which now is located in `/opt/homebrew/lib` but it seems everything is locked to...

After much hassle I got it to work - or lets say to compile and run but then when I tried to convert an SVG I got a bunch of...

Thanks for the env line - that just saved me a lot of time!

+1 for FreeBSD support - can't get libtensorflow to run without it :/

indeed - you don't happen to have a patch for that do you ? ;)

I was minimizing queries by running Post.all(:include => :translations) That worked a couple of months ago before svenfuchs refactoring - it should still work. Does that help you ?