B2G Bot

Results 286 comments of B2G Bot

Comment Author: @flodolo It doesn't look like the string wasn't touched in the past 4 years https://pontoon.mozilla.org/ia/firefox/dom/chrome/accessibility/AccessFu.properties/?search=toolbar&string=69308 It's worth noting that this happened twice so far, and always with Interlingua...

Comment Author: @mathjazz There were dozens of duplicate translations in the ia Firefox localization, which I've identified with the help of the code below and removed. ```python translations = Translation.objects.filter(...

Comment Author: @mathjazz Let's keep the bug open to investigate if we have further cases of duplicate translations, where do they originate from and how do we prevent sync from...

Comment Author: @flodolo Possible alternative: allow to show the en-US source (e.g. a Show Raw Source to toggle the source view, displaying the actual FTL instead of nice UI) to...

Comment Author: @mathjazz Note that this bug has effectively been fixed in Translate.Next when you manually switch to the source editor. We still need to prefill the source editor when...

Comment Author: @mathjazz We should also record "rejected" actions in the Latest activity column. I left that out. To clarify, the column appears on the following pages: Projects: https://pontoon.mozilla.org/projects/ Project:...

Comment Author: @stasm It's worth mentioning that for rapidly changing data GraphQL recommends Relay and the cursor pagination: https://facebook.github.io/relay/graphql/connections.htm. I think Pontoon's data doesn't change as often so it's likely...

Comment Author: @adngdb I would recommend to take a look at what github does, and consider it is probably the right thing to do. :)

Comment Author: @stasm They use Relay. Relay has been designed to solve the problem of paginating over a set which changes while you paginate. Django's Paginator might return the same...

Comment Author: @stasm …and for user notifications.