mozilla
Here are 475 public repositories matching this topic...
-
Updated
Feb 24, 2022 - JavaScript
-
Updated
Nov 24, 2021 - JavaScript
-
Updated
Jan 4, 2022 - Python
I wrote this as a hack to set the SDK_INT in tests, but its properly supported using the @Config(sdk = [Build.VERSION_CODES.X]) annotation. The function should be replaced with the annotation and removed.
-
Updated
Mar 28, 2021 - JavaScript
This issue was created automatically by a script.
Bug 1703773
Bug Reporter: @flodolo
CC: @mathjazz
Currently sync runs following the alphabetical order of language names, not locale codes. That's not intuitive, and makes debugging sync issues harder.
In URLExtensions.swift we have isIPv4 and isIPv6 functions. The first uses a regex and the second just checks for the presence of a : in the string. Let's replace this with a call to inet_pton() to let the OS parse the address instead - delegating to a trusted OS function will be more robust.
Example at https://stackoverflow.com/questions/35056268/how-to-use-swift-convert-string-to-ip
-
Updated
Nov 12, 2019 - C++
-
Updated
Feb 1, 2022 - Python
-
Updated
Sep 26, 2021 - JavaScript
-
Updated
Feb 20, 2022 - TypeScript
-
Updated
Feb 23, 2022 - Kotlin
-
Updated
Nov 28, 2021 - JavaScript
-
Updated
Feb 8, 2022 - JavaScript
-
Updated
Jan 19, 2021 - Python
-
Updated
Feb 13, 2022 - TypeScript
-
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."


Based on the designs there should be a 17dp space between Pocket stories/categories headers and their content.
Th