-
Updated
Mar 24, 2022 - JavaScript
cloud
Here are 6,335 public repositories matching this topic...
-
Updated
Mar 23, 2022 - Shell
-
Updated
Mar 24, 2022 - Go
-
Updated
Mar 24, 2022 - JavaScript
Needs to go from debug
to warning
or info
.
关闭注册功能后,支持隐藏功能按钮
Asking about this since the NSA recently published guidance advising the public and private sectors to transition to cryptographic algorithms that are no less than sha384 & ec384 (elliptic curves).
While Edwards' Curves are different, its worth noting that prior to this update sha256 & secp256k1 were both on the list of acceptable cryptographic algorithms. My deduction was that 128-bit securit
Description
the docs at https://docs.saltproject.io/en/latest/topics/spm/master.html#update-file-roots show file_roots with numbered lines instead of the list indicator.
file_roots:
base:
1. /srv/salt
2. /srv/spm/salt
Suggested Fix
That should be
file_roots:
base:
- /srv/salt
- /srv/spm/salt
Type of documentation
Salt docum
-
Updated
Mar 24, 2022 - Python
-
Updated
Mar 25, 2022 - Go
-
Updated
Mar 24, 2022 - Java
-
Updated
Mar 25, 2022 - Go
-
Updated
Mar 24, 2022 - Elixir
-
Updated
Mar 2, 2022 - Python
-
Updated
Jan 25, 2022
-
Updated
Mar 23, 2022 - Python
-
Updated
Mar 24, 2022 - Java
-
Updated
Mar 15, 2022 - Go
-
Updated
Mar 25, 2022 - TypeScript
-
Updated
Mar 23, 2022 - Go
I like how Simplepush presents a couple of different ways to generate push messages on their website:
https://simplepush.io/#libraries
How about having a similar feature directly in the server GUI? That would include the bits documented here https://gotify.net/docs/pushmsg
I suggest adding MongoDB Atlas to the supported cloud as a feather.
-
Updated
Mar 10, 2022 - C++
-
Updated
Mar 22, 2022 - Shell
-
Updated
Mar 8, 2022
Improve this page
Add a description, image, and links to the cloud topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cloud topic, visit your repo's landing page and select "manage topics."
Our documentation says that
cidrnetmask()
only works with IPv4. But a user tried using it withcan(cidrnetmask())
and found out that it doesn't actually error with IPv6. For either IPv4 or IPv6, it returns a netmask.It is technically invalid to create a netmask for IPv6, so we should correct the behavior of this function to retur