mozilla
Here are 477 public repositories matching this topic...
-
Updated
May 18, 2022 - JavaScript
-
Updated
Mar 28, 2022 - JavaScript
-
Updated
Jan 4, 2022 - Python
-
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
Mar 12, 2022 - Python
-
Updated
Sep 26, 2021 - JavaScript
-
Updated
Apr 12, 2022 - TypeScript
-
Updated
May 18, 2022 - Kotlin
-
Updated
Nov 28, 2021 - JavaScript
-
Updated
Apr 8, 2022 - JavaScript
-
Updated
Jan 19, 2021 - 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
Expected behaviour
The frame for every selected element gradually gets out of the window.
Actual behaviour