-
Updated
Oct 31, 2021 - Java
packet
Here are 274 public repositories matching this topic...
-
Updated
Oct 27, 2021 - C#
Leverage C#'s XML doc, Godoc, Javadoc, JSDoc, Perldoc, PHPDoc, Pydoc, and RDoc syntax to document MineStat code.
-
Updated
Oct 27, 2021 - Go
Description
NullPointerException is thrown when serializing an ItemStack that is made of AIR. That happens because XItemStack#serialize calls getItemMeta on the item passed as a parameter and uses the result of it without checking if it is null before.
Code (Kotlin)
XItemStack.serialize(ItemStack(Material.AIR, 1), MemoryConfiguration())Stacktrace: http
-
Updated
Mar 15, 2021 - Go
-
Updated
Oct 5, 2021 - PHP
See https://sourceware.org/gdb/onlinedocs/gdb/File_002dI_002fO-Overview.html#File_002dI_002fO-Overview
The File I/O remote protocol extension (short: File-I/O) allows the target to use the host’s file system and console I/O to perform various system calls. System calls on the target system are translated into a remote protocol packet to the host system, which then performs the needed actions
-
Updated
Oct 31, 2021 - Java
-
Updated
Aug 28, 2021 - Go
-
Updated
Oct 24, 2020 - Python
-
Updated
Oct 6, 2021 - TypeScript
-
Updated
Oct 29, 2021 - Go
-
Updated
Nov 20, 2019 - Go
-
Updated
Sep 19, 2017 - C++
-
Updated
Oct 26, 2021 - Go
-
Updated
May 9, 2020 - C#
-
Updated
Oct 26, 2021 - Java
-
Updated
Feb 12, 2020 - C
-
Updated
Dec 10, 2020 - Go
Improve this page
Add a description, image, and links to the packet topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the packet topic, visit your repo's landing page and select "manage topics."
Task
Convert CI to GitHub Actions
Context
Travis is removing its free tier for OSS projects, so this should be built with GitHub Actions instead, which is not going to add additional cost.
I would expect this to be one of the easier projects to convert given that Docker isn't used in the build.
See also:
https://github.com/mvdan/github-actions-golang
https://github.com/ac