Peter Jiang
Peter Jiang
# Description This is a fun one. The new proposed FSEvent is defined as follows: ```rs pub enum FSEvent { ReadFile { source: PathBuf, }, ReadDir { source: PathBuf, },...
# Description # Steps to reproduce (optional)
# Description Runtime dependencies such as jre are stored under the `bin` directory. This is done so that multiple instances can share a dependency. Currently, each instance directly checks for...
# Description # Steps to reproduce (optional)
# Description When updating port, max player count, etc, the setting is not propagated into instance info and causes a desync between the settings and info # Steps to reproduce...
# Description `unrar` uses a deprecated crate https://crates.io/crates/rustc-serialize which uses a soon-to-be-deprecated language feature: ```warning: the following packages contain code that will be rejected by a future version of Rust:...
# Intention: CI does not run any test right now. CI should run `cargo test` before running `cargo run`. CI should fail if `cargo test` fails. # Why is it...
# Description For ex, `get_vanilla_jar_url`, `get_fabric_jar_url` etc all return options. Result would be preferable in this case since there are multiple points of potential failure in the function
# Description Add file watcher to `server.properties` and maybe `.lodestone_config` file to watch changes and update core's internal state. Relevant crate: https://github.com/notify-rs/notify # Steps to reproduce (optional)
# Description Add Minecraft Bedrock server instance support. https://help.minecraft.net/hc/en-us/articles/4408873961869-Minecraft-Dedicated-and-Featured-Servers-FAQ-#h_01GK57JW8ACHQ0187971GFNZSK Shouldn't be hard, the only real issue I can see is the `LD_LIBRARY_PATH` env var on Linux.