Eemeli Aro

Results 571 comments of Eemeli Aro

The stats update should now be much more robust, and a bit simpler -- albeit written in SQL, as I couldn't figure out the corresponding Django invocations. In particular the...

Having thought on this some more, there are in fact two subtly different error cases that need to be handled here: 1. The external dependency is defined using the object...

The MultiCompiler test suite seems to pass on Travis, but fail on AppVeyor. Is there something I could do to help fix it, or is this a timeout issue as...

@sokra Could you have a look at this again? I made the changes you requested, but the AppVeyor build failed mysteriously. Any chance of getting a pointer for how to...

Could someone with the authority to do so restart the [failing Travis CI job](https://travis-ci.org/webpack/webpack/jobs/445497481)? It's passing for me locally, and the reported error does not seem to indicate an error...

> I don't think these should be closed: > * Closes [More detailed sync log #2023](https://github.com/mozilla/pontoon/issues/2023) -- entity- and translation-level changes are logged in ActionLog > * Closes [Shift existing...

> I'm not completely sure why, but I haven't seen the problem since we moved to the monorepo for Firefox. > > Can it be that Pontoon sees new strings...

Switching to shallow (`--depth 1`) cloning for downloads seems to help. Unshallowing seems a bit slow with bigger projects (required when first downloading and then sync'ing a project), but that's...

The value you get from `get('level1')` is a mapping, which has a comment "A comment level2" before it. Which other node were you expecting the comment to be attached to?

The logic is that a comment with no empty lines after it gets attached to the next node. "A comment level1" is a comment before the block mapping with a...