Andrew Kane
Andrew Kane
Hey @RipTheJacker, you should be able to do: ```sh pgsync table "limit 1000" ```
Hey @caioariede, I'm not sure how you could combine the two, but feel free to fork and experiment.
Hey @hjoseph96, I'm not sure how well it'll work on short phrases (rather than complete sentences) or this specific use case, but for training, you'll want a training instance for...
This feature would also be great for [Torch-rb](https://github.com/ankane/torch-rb) to mirror the functionality of [PyTorch and Numpy](https://pytorch.org/tutorials/beginner/blitz/tensor_tutorial.html#numpy-bridge). For maximum flexibility, it'd be great to have a way to get the address...
Seeing this with RMySQL on Fedora as well. ```txt 1096#> --------------------------[ ERROR MESSAGE ]---------------------------- 1097#> :1:10: fatal error: 'mysql.h' file not found 1098#> #include 1099#> ^~~~~~~~~ 1100#> 1 error generated....
Thanks for the quick response @rok-cesnovar. I think the simplest and least error-prone way would be to run the program (since the linked TBB could be in any location). If...
Hey @igormis, it looks like `pg_config` is pointing to Postgres 14 on your system. You'll want to use the `PG_CONFIG` environment variable to point to `pg_config` for Postgres 12. ```sh...
That was fast. Thanks as always @bab2min! It looks like compiling with `-march=native -mno-avx512f` works, so can use that for Ruby.
Thanks for the great library! fwiw, I created Ruby bindings for it but want to wait until there's a way to specify dimensions at runtime before releasing it.
@borisrorsvort This will likely be part of Ahoy 5, but I don't have a timeline yet. There's a note in the readme (see the commit above) and will be docs...