Cubxity

Results 16 issues of Cubxity

## Stacktrace ``` java.lang.IllegalStateException: Must call beginStructure() and use returned Decoder at com.charleskorn.kaml.YamlContextualInput.decodeValue(YamlInput.kt:279) ~[?:?] at kotlinx.serialization.encoding.AbstractDecoder.decodeString(AbstractDecoder.kt:41) ~[?:?] at com.charleskorn.kaml.YamlMapLikeInputBase$decodeString$1.invoke(YamlInput.kt:300) ~[?:?] at com.charleskorn.kaml.YamlMapLikeInputBase$decodeString$1.invoke(YamlInput.kt:287) ~[?:?] at com.charleskorn.kaml.YamlMapLikeInputBase.fromCurrentValue(YamlInput.kt:313) ~[?:?] at com.charleskorn.kaml.YamlMapLikeInputBase.decodeString(YamlInput.kt:300) ~[?:?] at...

## What did you do - Set up Rootless Podman and Podman Docker compatibility - Create a Fedora Toolbox container - Install k3d inside the container - Run `k3d cluster...

bug

**Server info:** Velocity 3.1.2-SNAPSHOT Build 140 Minecraft Version: 1.18.2 Forwarding: modern Servers: - Lobby (Minestom 1.18.2 with [Microqueue](https://github.com/cubxity/microqueue)) - Main (Fabric 1.18.2) **Description** My lobby server disables gravity by setting...

[Original comment on Twitter](https://twitter.com/cubxity/status/1504422514981847043) Tutorial PR: #429 ## Problems ### 1. Third party download API The tutorial uses a third-party download API (serverjars.com), which is run by Songoda. Songoda is...

Hello, would it be possible for you guys to add stuff like `printOperator` `printDelimeter` `printKeyword` etc. instead of printing all of them as a string? This would be easier for...

Add support for proxying connections via a proxy, such as [SOCKS5](https://en.wikipedia.org/wiki/SOCKS#SOCKS5). This is useful for networking behind a firewall or other application-specific usecases.

Support for SOCKS5 or similar, like [node-minecraft-protocol](https://github.com/PrismarineJS/node-minecraft-protocol/tree/master/examples/client_socks_proxy) does. This is useful for various reasons, such as routing behind a firewall or application-specific use-cases.

enhancement
help wanted

## Description I am trying to provision a Flatcar node using a custom Ignition config. I would like to shrink the root partition and create a new partition for CEPH,...

kind/bug
resolution-suggested

## The Issue `reqwest` does not offer enough flexibility, and therefore must be configured for edge cases. An example is TLS renegotiation in non-controllable environments, such as Xbox Live API...

Added a workflow to publish image on GitHub Container Registry on push to master and on a daily schedule. This requires the secret `MAXMIND_LICENSE_KEY` to be set in the repository....