Giovanni Kock Bonetti
Giovanni Kock Bonetti
I like the idea to specify a strategy per index, but where in the code should I do that? In an initializer? How about this: ``` ruby class PrimaryIndex <...
In case it might be useful to anyone, in the meantime I'm using this workaround to run `erd` (and not `rake erd`) automatically after migrations: ```ruby # lib/tasks/db.rake Rake::Task['db:migrate'].enhance do...
Thanks for [the explanation](https://github.com/StarRocks/starrocks/issues/39686#issuecomment-1931932006), @Dshadowzh. I have just a question about this part: > 3\. View-based mv rewrite is already finished(v3.3).You can create some independent issue for UNION, ORDER BY......
Does Metabase participate in any sort of virtual crowdfunding for features, especially small ones like this? As @jeremywight said, this would be very helpful for us. We could chip in...
I know this was a long time ago, but I'd like to share a workaround if anyone else has the same problem. I solved it running: ``` bundle update rack-test...
Thanks for this great library. I'm also getting `ValueError: Coordinate 'right' is less than 'left'` with [this PDF](https://github.com/Filimoa/open-parse/files/14909892/sample.pdf) and almost the same code: ```python import openparse basic_doc_path = "sample.pdf" parser...
Once the data is in DuckDB, converting it from and to Parquet is a small step.