rmacd
rmacd
I take it `neo4j-admin copy` didn't make it into 4.0.4 (or version after 4.0.4 for that matter)? ;-)
I found the solution was to tick the "omit branch name" in BitBucket and check that "Poll SCM" option was enabled in the job configuration (even though the schedule is...
Have reproduced here using latest Docker image (v1.8.0)
What are in the logs? Off the top of my head the Rails instance won't start unless the postgres password is set; in your pasted config it appear empty (though...
Replicated here as well Mastodon 4.0.0rc1 Ruby 3.0.4p208 PostgreSQL 14.5 Redis 6.2.7 ``` $ RAILS_ENV=production bin/tootctl search deploy ``` ``` /opt/mastodon/vendor/bundle/ruby/3.0.0/gems/ruby-progressbar-1.11.0/lib/ruby-progressbar/progress.rb:76:in `total=': You can't set the item's total value to...
Are you exporting an already extant, massive database? In which case I suspect s/2000/2000000/g - hacky as it might be - might do the trick?
Odd; can you confirm the versions you're on? (preferences > admin > "software" box)
@aehlke can we add more contributors to the project? Otherwise it's just going to keep getting forked / fragmented. Thanks
to be honest I'd be tempted to just remove this feature rather than try fix; progress bar offers no inherent value vs potentially causing buggy deploys.
Have not checked what the repercussions would be on other dependencies of `decryptOAEP`; I'm assuming folks would be amenable to handling a Uint8Array (and casting to string themselves as need...