Starwort
Starwort
 It becomes very difficult to identify the target network before hovering
i.e. The standard modset is DT, HD, HR, HT. Kx, NC, NF, PF, RN, RX, RX2, SD, SO, TP. I would like to rename RX to AP (as the mod...
### Clear and concise description of the problem I would like to be able to organise my translations into multiple namespaces, to better organise my code. ### Suggested solution Add...
Self explanatory. I closed my O3DS Luma 8.1 11.5.0 in the hope that playing a bcstm in sleep was implemented, opened it again to find that it didn't wake up...
Currently, this is implemented as a userscript, but it could be adapted easily to native code; simply call the relevant `update` function when elements that modify those elements are clicked...
As in the title, it could be quite useful to show the 'today', 'tomorrow', and 'coming up' cards (and maybe the constellation) for each island at once, to allow for...
I installed VeinMiner on my server (Modified HermitPack 1.6.1) but the mod isn't registering on the server. Instead, forge tells me 'Found a non-mod file "veinminer.jar" in the mods folder,...
**Describe the style change** Lambdas used as default parameters for functions look really ugly when the function parameter is exploded (e.g. via a typehint being too long **Examples in the...
## Bevy version 0.12.1 (-F dynamic_linking) ## What you did Source code (36 lines) ```rust #![allow(clippy::needless_pass_by_value)] use bevy::prelude::*; #[derive(Resource)] pub struct MyTimer(pub Timer); fn fn_a(time: Res, mut timer: ResMut) {...
Currently, it seems that tuples (or at least, optional tuples) are output as 'unknown' - TypeScript has a tuple type, so it should be fairly easy to convert between Rust...