doinkythederp

Results 21 issues of doinkythederp

RaknetError does not currently implement std::error::Error, which means I can't return it from my error source method or read a human-readable message from it.

`eye-hal`, mentioned in the readme, does not compile on macOS. ```rs error[E0308]: mismatched types --> .cargo/registry/src/index.crates.io-6f17d22bba15001f/eye-hal-0.1.0/src/platform/mod.rs:49:21 | 49 | fn default() -> Self { | ------- ^^^^ expected `Context

Thanks for filing a feature request! Please fill out the TODOs below. #### Feature I'd like to be able to see the values of the variables in my Rust code...

I wasn't able to get the all_examples3 binary to run. It panics with this error on startup: ```console $ cd examples3d $ cargo run --bin all_examples3 wgpu error: Validation Error...

### Describe the Bug **Bug Description** Stage channels are treated as text channels **Actual Behavior** If you click on a stage channel, an empty text channel is opened where you...

enhancement
ui
backend

The [`externalUnknown`](https://developer.apple.com/documentation/avfoundation/avcapturedevice/devicetype/3081649-externalunknown) device type is currently deprecated in macOS and, by trial and error, can't be used to detect cameras. Replacing this with `AVCaptureDeviceTypeExternal` will allow nokhwa to detect this...

### Issue description The mod will not load on 1.19.3. ### LAN Extender version All ### Minecraft version 1.19.3 ### What other mods do you have installed? N/A ### Operating...

bug
need repro
high priority

### Explain the feature Forge is really popular (probably more so than fabric) which means LAN Extender will be compatible with less modded games ### Ideal solution or implementation This...

feature
medium priority

### Explain the feature LAN is missing moderation slash commands which are very useful for medium size servers. ### Ideal solution or implementation Add /ban, /kick, and /whitelist. ### [Optional]...

feature
medium priority

ShephardProperties is passed relative paths when loading properties, which are read relative to the current working directory. This is often the Tomcat install (`System.getProperty("catalina.home")`), but this is not always true...

project_support