mozilla
Here are 414 public repositories matching this topic...
Fix code
Hello, if i enable bidirectional decoder training script drops eror.
There is in train.py line 185
keep_avg.update_values({'avg_decoder_b_loss': loss_dict['decoder_backward_loss'].item(),
need to change on
keep_avg.update_values({'avg_decoder_b_loss': loss_dict['decoder_b_loss'].item(),
-
Updated
Aug 22, 2020 - JavaScript
-
Updated
Aug 17, 2020 - Python
For the crash in mozilla-mobile/android-components#7922 we added a temporary try/catch block to GeckoEngine:
mozilla-mobile/android-components@f3e91d4
Since the GeckoView team fixed this issue in Nightly (https://bugzilla.mozilla.org/show_bug.cgi?id=1656078) we can now remove this workaround from `browser-en
-
Updated
Sep 29, 2019 - JavaScript
-
Updated
Nov 12, 2019 - C++
SearchSuggestionsPromptView is not always displayed during tests as seen in screenshots, which causes both the enable and disable tests to fail.
Test Failure
t = 42.16s Assertion Failure: SearchSuggestionsTest.swift:89: Failed to find "SearchSuggestionsPromptView" Other after 30 seconds.
t = 42.19s Assertion Failure: BaseTestCase.swift:53: Asynchronous wait failed: Exceeded ti
-
Updated
Aug 28, 2020 - Python
-
Updated
May 19, 2020 - JavaScript
-
Updated
Jun 15, 2020 - Python
_getPref functions in the application code cater to being able to supply a default.
Since we already have this functionality in your preferences module, this is no longer needed and these custom functions need to go.
Additionally, the _getPref function determines its return type dynamically based on the pref to get. This makes the call ambiguous and can lead to bugs by having a wrong type re
-
Updated
Aug 27, 2020 - TypeScript
We're having a mix of named function syntax (old style) and non-named function syntax (new style) in our internal JavaScript.
The old style was mostly there for JS stack traces before they were as nice as what we have now. Since that's solved, having named functions has become unnecessary and will just take up JS data space when processing.
We should convert all named function syntax in JSO
-
Updated
Aug 17, 2020 - JavaScript
-
Updated
Aug 27, 2020 - Kotlin
-
Updated
Jul 20, 2020 - Python
-
Updated
Apr 16, 2018 - CoffeeScript
If you find any bugs
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
**Desktop (please comp
Improve this page
Add a description, image, and links to the mozilla topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mozilla topic, visit your repo's landing page and select "manage topics."
Steps to reproduce
Expected behavior
padding on the left and the right of the button.
Actual behavior
no padding.
![Screenshot_2020082