mozilla
Here are 419 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
Sep 19, 2020 - JavaScript
-
Updated
Sep 28, 2020 - Python
In A-C there are some search templates that use http it would be better to use https where possible. The work here would be to verify that the engine accepts queries on the https protocol and then create a pr which changes the http call to https
-
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
Sep 30, 2020 - JavaScript
-
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 29, 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
Adding Deployment
**Deploying the web app **
Either Github Pages or Heroku
Any other suggestions ?
Are welcome to try
-
Updated
Sep 25, 2020 - JavaScript
-
Updated
Sep 30, 2020 - Kotlin
-
Updated
Jul 20, 2020 - Python
-
Updated
Apr 16, 2018 - CoffeeScript
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
This is with sync turned off
go to bookmarks/desktop bookmarks
click on where the 3 dot menu should be
Expected behavior
nothing?
or maybe you want the 3 dot menu to be visble
Actual behavior
its not visible but it works!
Device information