MinusGix
MinusGix
> For the claiming-a-channel functionality, I think multiple channel claiming should be avoided if possible. For example a user can claim a maximum of 1 This has the issue that...
> As for marking level within the client; any one have any thoughts on making "flair" part of spec? Like an appropriately authorized user can specify their own flair? I...
Were you able to get this resolved? I've ran into the same issue currently.
I think it shouldn't be too tough. - This could be done either as a button or a context menu option (latter is easier due to not having to do...
You probably need to mess with features for both https://docs.rs/reqwest/latest/reqwest/ and https://github.com/rust-lang/git2-rs/, which we use and depend on the openssl-src crate. Maybe just reqwest's `native-tls` feature is needed to be...
Do you know what key layout you're using? There's some existing issues for German/Spanish key layouts on MacOS.
> Would love to be able to hold `alt` or something like that. Related to #559. Hm, that would be a nice general feature to allow having keymaps that 'onholdstart...
This fixes #681. Though, like mentioned there: I'm mildly against having the default keybinding for quitting be Ctrl+Q due to its location typically (on qwerty) being near commonly used keys...
> Yeah, that sounds easy on paper, but the problem is with the way Lapce checks for fonts. The code uses FontFamily::new_unchecked which can't determine if a font exists or...