Raymond Huang

Results 19 comments of Raymond Huang

Thanks. I will update the Dynamoid client and hopefully report back in a few days when the log is captured. We do use multithreading in the application and DynamoDB is...

@andrykonchin I will do this. Will report back in a few days.

Hi @andrykonchin, I'm running into this error: ``` /Users/raymondhuang/Workspace/juristium-clone/config/initializers/dynamoid.rb:19:in `block in ': uninitialized constant Dynamoid::Log (NameError) from /Users/raymondhuang/.rbenv/versions/3.0.5/lib/ruby/gems/3.0.0/bundler/gems/dynamoid-f89968c4b6c3/lib/dynamoid.rb:49:in `configure' from /Users/raymondhuang/Workspace/juristium-clone/config/initializers/dynamoid.rb:3:in `' from /Users/raymondhuang/.rbenv/versions/3.0.5/lib/ruby/gems/3.0.0/gems/railties-6.1.7/lib/rails/engine.rb:681:in `block in load_config_initializer' ... ``` My...

@andrykonchin Sorry, not yet. We have been busy with some projects, but I can confirm the issue is still happening from my error alerts. I spent some time earlier to...

@mwilliamson https://www.dropbox.com/sh/8okzro0x05lyucr/AADvQizCCvUBoDynP4lI8wRka?dl=0 The original doc is `ccf.docx`. The converted one using MS Word on OSX is `ccf.html`. The one converted via mammoth is `ccf-mammoth.html` Specifically, note this section in `ccf.html`:...

Thanks, understandable. I was thinking it could be stored in data attributes to make it standard HTML, like `data-sdttag="petitioner_name"`, and this could be how to retain any of these Word...

Thank you for the quick response. Will watch for the next few releases.

Thank you, we have a similar use case to #403 where we need to access multiple accounts' tables with the same model.

Thanks for clarifying. I would require the second option as you mentioned. Following your example, I need to get the same model,`User.count` from different AWS accounts. > Is switching to...