protocols
Here are 137 public repositories matching this topic...
-
Updated
Sep 25, 2019 - Swift
-
Updated
May 4, 2020 - Python
We'll need an API docs for this project and docfx is the new hotness. We should figure out how to set that up.
On executing setup.py compilation of pcap importer parts fails with missing pcap.h-file.
Debian, e. g., provides the required header file in package libpcap0.8-dev.
-
Updated
Jan 2, 2018 - JavaScript
-
Updated
Oct 27, 2018 - C
-
Updated
Jan 17, 2018 - Swift
-
Updated
May 16, 2020 - Swift
While it is possible to parse the text output of CmdEnv it would be much appreciated if environments exit with an exit code other than 0 when a configuration's fingerprint did not match.
This is most applicable to CmdEnv but could be equally applicable to QtEnv.
Exit code 1 should be returned regardless of the numb
-
Updated
May 8, 2020 - Python
If we add a few items using the normal "+ ADD TOPIC" button, re arrange them, then use lower down "ADD TOPIC (to end of list)" it actually adds the items in the middle, not at the end as expected.
-
Updated
Jun 10, 2019 - Python
-
Updated
May 22, 2020 - Python
Because of the way our Swagger implementation layers annotations it is necessary to set required=true when using the @ApiParam annotation with @PathVariable
The short reason is that:
- path variables are always required in the OpenAPI spec
- Spring allows non required path variable which makes the Api non-compliant
- The annotations are layered Spring --> Swagger and required
-
Updated
Mar 26, 2020 - C++
-
Updated
May 25, 2020 - Python
This should be fixed in lines 35-49 of lib/show_block.rb by checking that the matrix being pushed doesn't have NaNs (or other non parsable stuff in it). It should also replace the table with an errored out table if fixing the table fails (or if it isn't even a table).
-
Updated
Dec 20, 2017 - JavaScript
-
Updated
Feb 25, 2020 - JavaScript
Discuss the external API and the internal messaging passing API. Briefly explain the go loop as the engine of state maintenance and analog to closures.
-
Updated
Sep 19, 2019 - Swift
-
Updated
Jan 1, 2017 - OCaml
-
Updated
May 24, 2020 - C#
-
Updated
Aug 5, 2017 - C
Improve this page
Add a description, image, and links to the protocols topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the protocols topic, visit your repo's landing page and select "manage topics."
It would be handy (especially for intellisense purposes) to have XMLdoc equivalents for the existing Javadoc comments that have been copied from the Netty project.
If anyone wants to help out with this, please let me know and we can coordinate (maybe we can split up the work by namespace or something).