anthotsang
anthotsang
https://app.asana.com/0/902343675126966/1155007730883145
``` Module not found: Error: [CaseSensitivePathsPlugin] `/[path]/components/screener/screener.jsx` does not match the corresponding path on disk `Screener.jsx`. ``` This error was caused by having both a `screener.json` file and a `Screener.jsx`...
Master has diverged from develop due to excessive cherry picking. Fix the issues so that we can go back to merging develop.
Received the following error when trying to perform the migration when upgrading to v4.1.0 (albeit from a very old v2.1.0), but it seems like this issue was introduced in v4.0.0...
Addresses Issue #507. Specifically, sidekiq does not support symbolized keys anymore. It seems that the forced symbolization was meant for ActiveJob, but this appears to already be separately handled in...
Error I'm getting from Sidekiq: ``` Job arguments to UpdateNews must be native JSON types, but :frequency is a Symbol. See https://github.com/sidekiq/sidekiq/wiki/Best-Practices To disable this error, add `Sidekiq.strict_args!(false)` to your...