tramhao

Results 154 comments of tramhao

support change this to log crate or make an option to disable the error.

I solve it by sending control sequence to terminal directly ``` pub fn clear_image(&mut self) { write!(self.context.backend_mut(), "\x1b_Ga=d\x1b\\").expect("error delete image"); self.context .backend_mut() .flush() .expect("error flush delete image"); } ```

If this is the correct way, please close this issue. Thanks.

I met this problem again but for iterm2 protocol. I'm using same code to clear picture in iterm2, but not working. I'm using wezterm. Do you know if there is...

I met several panic around the time you post this issue, but after I switch to lrc file parser and resync by offset, I haven't met such panic yet. Probably...

Problem with album photo: When press skip continuously, following error message will appear: ``` [xgbutil] xwindow.go:326: BadWindow {NiceName: Window, Sequence: 395, BadValue: 44040219, MinorOpcode: 0, MajorOpcode: 4} ``` It seems...

> Problem with album photo: > When press skip continuously, following error message will appear: > > ``` > [xgbutil] xwindow.go:326: BadWindow {NiceName: Window, Sequence: 395, BadValue: 44040219, MinorOpcode: 0,...

Please don't merge it, have some serious problems.

Seems working now.

In order to fix data race, a lot of getters and setters are used. Any suggestion for improvement?