-
Updated
May 31, 2021 - Swift
networking
Here are 4,412 public repositories matching this topic...
Currently we use a pretty naive removal of testing dependencies for SwiftPM by setting an environment variable. We should be able to use Rocket and update our Rakefile script to just remove testing dependencies on each release, and keep it in the development process thanks to that.
The idea came from this PR that I saw RxSwiftCommunity/RxOptional#83, which sounds reall
-
Updated
Jun 6, 2021 - Rust
-
Updated
Jun 5, 2021 - Go
-
Updated
Apr 12, 2021 - Python
-
Updated
Jun 5, 2021 - C++
There are some instances, particularly in tests, where it would be really useful to provide a clean API for comparing a ByteBuffer and an expected array of bytes.
Current method
XCTAssert(buffer.readableBytesView == ByteBufferView([0x05, 0x00]))
XCTAssert(buffer == ByteBuffer(bytes: [0x05, 0x00]))I think we should provide a shorthand convenience, e.g.
XCTAsserIt would be useful to be able to toggle/flag into a process-level mode to group by pid and display more process-level information like the full command line.
- For the "Utilization by process name" window, we could group by pid rather than process name so that it's easier to find specific heavy network resource consumers.
- For the "Utilization by connection" window, including the pid + cmdlin
-
Updated
Jun 5, 2021 - Python
-
Updated
May 30, 2021 - C++
-
Updated
Jun 5, 2021 - C
-
Updated
May 28, 2021 - Java
-
Updated
Jun 4, 2021 - Go
-
Updated
Feb 28, 2021 - Assembly
-
Updated
Apr 15, 2021 - HTML
RustScan has an accessible mode, rustscan --accessible which should promise not to have any weird ASCII text in it.
Write CI that runs RustScan with --accessible a few times, with different flags / options and check the terminal output to see if it contains one of these:
[!][~][>]| {}
If any of these characters appear in any of the tests, fail the CI. E
-
Updated
May 27, 2021 - Kotlin
What should happen if deliver_cancel raises an exception? In the current implementation, the shielded cancel scope will prevent it from propagating until the process exits, which might take a while if the crash occurred before signaling the process in any way. Maybe on exception from a user-specified deliver_cancel we should call the default deliver_cancel to kill the process? Or just kill() since
Expected Behavior
-
Updated
May 8, 2021 - C++
Cloud Providers
Add following Contents to Cloud Providers - https://github.com/Tikam02/DevOps-Guide/tree/master/Cloud_providers
- Add basic concepts of following providers:
- AWS
- GCP
- Azure
- Add tips & tricks
- Add commands
-
Updated
Jun 2, 2021 - Swift
-
Updated
May 22, 2021 - Go
-
Updated
Jun 2, 2021 - Go
Improve this page
Add a description, image, and links to the networking topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the networking topic, visit your repo's landing page and select "manage topics."


See original issue and associated discussion in Node.js issue tracker here: nodejs/node#36158
/cc @asklar, @aduh95, @bzoz