Judith Meyer
Judith Meyer
Am I missing something obvious?? I am using ActiveAdmin to control different things in my NGO: members, staff, donations and so on, each defined as an ActiveAdmin Resource (i.e. tab...
Tries to connect to the given bucket with the given credentials - this ensures the credentials work and the bucket exists. Tries to write test.txt to the bucket and to...
I'm thinking of using best_in_place in a large Rails 5.2 project. Does it work for that? Do I have to be afraid of it randomly breaking in the near future?...
When I type `rails g translateable:migration petition addressee` (with or without 'en' as additional parameter), I get ``` (erb):16:in `migration_template': undefined method `index_exists?' for # (NoMethodError) from C:/RailsInstaller/Ruby2.3.3/lib/ruby/2.3.0/erb.rb:864:in `eval' from...
When tokenising Vietnamese text, StanzaNLP very regularly produces tokens that are only a single consonant and punctuation, e.g. "c,". This is obviously not a word. It only happens at punctuation...
StanzaNLP has been invaluable in Chinese tokenisation at scale! Still, there are some issues that regularly come up, and I'm wondering whether they are intentional. I'd also like to record...
I'm not sure why, but I was using `User.insert_all(...)` and it took over an hour to insert 65,000 records, then I used `bulk_insert` and it did 700,000 records in less...