-
Updated
Sep 14, 2020 - Python
asynchronous
Here are 1,622 public repositories matching this topic...
-
Updated
Sep 19, 2020 - Rust
-
Updated
Sep 15, 2020 - PHP
-
Updated
Sep 20, 2020 - Kotlin
-
Updated
Aug 13, 2020 - JavaScript
-
Updated
Sep 15, 2020 - Python
[zosy@localhost:~]% rpm -qa zenmap
zenmap-7.60-1.noarch
gnome doesn't use gksu instead of pkexec, so i made a patch.
su-to-zenmap-fix-gnome-root.patch.txt
add com.gnome.pkexec.zenmap.policy to /usr/share/polkit-1/actions should works fine.
[com.gnome.pkexec.zenmap.policy.txt](https://github.com/nmap/n
-
Updated
Sep 19, 2020 - Java
-
Updated
Sep 17, 2020 - Java
Documentation Issue
The diagram legend at the top of the Flux/Mono javadoc page is awesome. However, the legend only mentions a very simple use case, and there are many other symbols used in the method diagrams that do not appear in the legend.
Improvement Suggestion
It would be super-awesome if the legend included all symbols used in the method diagrams.
For example:
- Signal,
-
Updated
Sep 16, 2020 - Kotlin
-
Updated
Aug 21, 2020 - Java
CE have released their own take on tracing, with following notable changes compared to original ZIO Tracing:
- Instead of parsing lambdas, CE throws exceptions in IO constructors and cleans up stacktraces. That also means there is no regional control of tracing and AFAIK no way to avoid slight overhead even when tracing is completely disabled – but OTOH it may probably work on Scala.js
- Trace
-
Updated
Sep 7, 2020 - Java
-
Updated
May 7, 2020 - Python
-
Updated
Aug 25, 2020 - C#
-
Updated
Sep 15, 2020 - Python
-
Updated
Jul 25, 2020 - JavaScript
-
Updated
Sep 17, 2020 - Python
Maybe as a followup to #192 we could try to update the bastion arch picture.
It would allow us to put it back on the readme and it would look better on the website :)
-
Updated
Aug 14, 2020 - Python
-
Updated
Apr 17, 2020 - JavaScript
-
Updated
Jun 16, 2020 - C++
-
Updated
Sep 19, 2020 - Python
-
Updated
Apr 22, 2020 - Vim script
-
Updated
Sep 13, 2020 - Java
-
Updated
Jul 21, 2017 - PHP
Improve this page
Add a description, image, and links to the asynchronous topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the asynchronous topic, visit your repo's landing page and select "manage topics."
The BSDs let you pass path names longer than
sizeof(s.sun_path), they read past the end whensocklen > sizeof(struct sockaddr_un)up to a limit1. Let's support that.1 I'm 80% sure it's 255 on all BSDs but it certainly is on Darwin and FreeBSD.