Petr Portnov | PROgrm_JARvis
Petr Portnov | PROgrm_JARvis
# Description Kubernetes-backed servers may want to report their current status via a health check which may rely on implementation-specific details (such as servers exposing their internal connectivity info). In...
**Describe the bug** Currently, Spoon does not seem to provide Jigsaw module definitions (i.e. `module-info.java` files) which leads to need for unstable workaround when using it with Jigsaw-projects, especially Gradle....
# Description This replaces `.travis.yml` with `.github/workflows/test.yml` which behaves in the same way. As for logical changes: JDK 12 was replaced with JDK 16 as it is the last non-LTS...
# Description Whenever a plugin specifies `load` property to `STARTUP` in its `plugin.yml` there is a chance that early call to API method will cause IllegalPluginAccessException: ```log [01:53:16] [pool-7-thread-1/INFO]: [NBTAPI]...
As now only Travis is used for CI > we can turn off our private CI for auto building and now everyone can look at the actual build results @Dinnerbone...
Feature proposed in #59 whose main point is to allow PacketWrapper to be used on lower versions in which structures of packet objects vary from these now. This is reached...
# What's new Missing `const` qualifiers were added to the existing APIs (in most cases, getters). # Verification - Recompile old applications using these APIs. # Checklist (For Reviewer) -...
# Description This adds an opt-out `legacy-is-terminal` feature whose **absence** enables the use of [`std`'s](https://doc.rust-lang.org/std/io/trait.IsTerminal.html) `IsTerminal` instead of [`is-termminal`'s](https://docs.rs/is-terminal/latest/is_terminal/trait.IsTerminal.html). This way users of Rust 1.70+ will be able to remove...
# Description This fixes the invalid include guard in `inc/hid_usage_simulation.h`. # Background This was discovered by clang when building bindings for [flipperzero-rs]. ```log clang diag: /app/firmware/build/f7-firmware-D/sdk_headers//f7_sdk/lib/libusb_stm32/inc/hid_usage_simulation.h:16:9: warning: '_USB_HID_USAGE_SIMUL_H_' is used...