kamnxt

Results 5 issues of kamnxt

When trying to install something which can have multiple providers, you get this: ``` Enter a number (default=0): ``` If you press any arrow key, this happens: ``` :: invalid...

bug

`cancel` was being passed twice when `upload` calls `_upload`, causing cancelling to fail due to the message being passed as the exception type, causing a TypeError due to 'str' not...

Hey, would it be possible to add support for custom keys? This could solve the isse of people not having all accented characters (you could just add the ones you...

enhancement
feature-request

I get this error when inserting the module: silead_ts i2c-MSSL1680:00: Initialization error, status: 0x0 What am I doing wrong? I copied /lib/firmware/silead_ts.fw (from gslx680) to /lib/firmware/mssl1680.fw. Could there be a...

Take this code: ``` let opts = ptouch::Options::from_args(); let mut pt = PTouch::new(&opts); let (status, mut pt) = if let Ok(pt) = pt.as_mut() { (pt.status().unwrap(), Some(pt)) } else { (Status...