Dan Uber
Dan Uber
catching up on this now to determine if the work in #16686 closes this issue (or just part of it). It looks like the user controlled sorting was added, but...
@vishaldeepak thanks for the clarification! I didn't read far enough down in the description (I was looking at the first few lines outlining the goals). Yes, I think the existing...
https://github.com/forem/forem/issues/17084 (caching?) https://github.com/forem/forem/issues/17082 (mobile) https://github.com/forem/forem/issues/17081 (mobile) https://github.com/forem/forem/issues/17080 (caching, fixed) Looks like these are related. the last one is something tied to DEV.to caching specifically, so wouldn't have been seen in...
Looking at the failing tests (inconsistent interpolation, and more specifically the missing keys check), this mostly happens when there's a change in the yaml structure (key nesting/naming). I'll take a...
It looks like the "inconsistent interpolations" showing as a test failure is due to translation of an argument (community -> communauté) in some of the translations: ``` djuber@forem:~/src/forem$ bundle exec...
I think I see it - `authentification_helper` should have remained `authentication_helper` (in helpers/fr.yml). That probably explains the majority of the remaining missing keys.
`{:key=>"en.datetime.expires_in.over_x_yars.one", :file=>"config/locales/en.yml"},` in the config/locales/fr.yml file, there's a key ` over_x_yars:` which doesn't match the English original (probably just an accidentally removed e)?
I think these are two distinct issues - the problem reported by @rafaVls (which included great supplemental information) is that the rails container had terminated, and the seed container depends...
@ciricc the screenshot looks like bundle (ruby package manager) is still installing - the sidekiq (background job) container is waiting for port 3000 which isn't up yet. The installation can...
exploratory notes I definitely observed a few times (today and yesterday) when testing on dev.to, and once yesterday on benhalperncommunity When repeating the onboarding, currentUser has `saw_onboarding: false` (as does...