TIAcode

Results 5 comments of TIAcode

I temporarily "fixed" this adding ` formater = str(tid).join(formater.split('#tweetid')) ` To line 349 of draw.py (line 339 in pip version), and then adding https://twitter.com/#nick/status/#tweetid to config.

> What other WM did you try that respect aspect but don't have this problem? That was i3wm.

Any solutions for this one? I can't seem to get it working, trying to access a textbox widget in a titlebar to set the markup but errors at get_children_by_id. Change...

I've ran into the same problem. ``` diff /.snapshots/home-20240822_060000/user/.taskrc ~/.taskrc 46c46 < context.main.read=((tag:birthday and due.before:now+1month) or (-birthday)) and ((tag:holiday and due.before:now+1week) or (-holiday)) and project.not:ddd --- > context.main.read=((tag:birthday and due.before:now+1month)...

Had time to test it ``` //if let Some(args) = shlex::split(&self.current_context_filter) { // for arg in args { // task.arg(arg); // } //} task.arg(self.current_context_filter.trim()); ``` `src/app.rs`, I changed that starting...