Cyril Duchon-Doris
Cyril Duchon-Doris
No we haven't really found a solution yet. We just ensure there is something in the collection before running create_indexes. For example, we had some mongoid migration code where we...
Also, while I was developing some feature with ngrams and switched branches, I ended up with a mongoid fulltext collection that contained invalid ID references in the ngrams, and this...
I believe this fits the issue, we have a project with a specific AWS profile name used with serverless (helps developers segregate their AWS credentials across multipleprojects), it would be...
Duplicate of https://github.com/biesbjerg/ngx-translate-extract/issues/211 ?
When using JSON properties, the data is truncated after the first quote, this is quite bad ``` sector job_title Études/recherche Directeur de "Plateform for ..." ``` ==> ``` [{"sector":"Études/recherche","job_title":"Directeur de...
Correct me if I'm wrong, but you can easily achieve this with a double summarize on metabase! My question in the example below: to count the number users who had...
Sorry, I didn't even notice I ran this after generating the files for my app. Removing the ActiveRecord inheritance and adding `include Mongoid::Document` in the generated model fixed it, and...
Hey I've tried your solution and I run into a different error (not sure it's related to the first one) but here is the trick I use a gem for...
Without knapsack and parallelism, the following works ```yaml test: override: - mkdir -p $CIRCLE_TEST_REPORTS/cucumber - > RAILS_ENV=test bundle exec cucumber -t @critical --format junit --out $CIRCLE_TEST_REPORTS/cucumber/junit.xml ``` With knapsack I...
Thanks for that tip, now I seem to still have some problem with Danger not being able to detect failed tests in my JUnit file, and reporting everything as green....