Juan Pablo Balarini
Juan Pablo Balarini
I'm having a problem with pending migrations on my master database. I get the `Migrations are pending; run 'bin/rake db:migrate RAILS_ENV=development' to resolve this issue.` error. Some background about what...
Hi, I am trying to train nvfdiffrec straigth from [instant-ngp](https://github.com/NVlabs/instant-ngp) NERF datasets but I'm blocked. The instant-ngp dataset uses images without alpha and it seems like nvdiffrec needs images with...
There's an issue when I get the text in Markdown format. For some reason, all the lists duplicate the text. First as "plaintext" and then with the proper Markdown format....
I wasn't able to install this gem on Rails 5.2.3 since the dependency specifies 5.2. Changing it to `~> 5` solved the issue and I was able to use this...
I found that when using a MySQL database as backend the `queue` table was being consumed in the opposite order as intended (elements with lower priority were being consumed first)....
We found an issue where we were seeing duplicate messages on the bus and some warnings sent by Kafka. The issue was that the consumers were disconnected and the messages...
I found that the partition id was always set to 0 when disabling the `QUEUE_HOSTNAME_PARTITIONING` setting, using a sqlalchemy backend. The problem was that the `schedule` method on the `Queue`...