TIAcode

Results 10 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...

It will ask to accept the terms when you try to send the first message.

I ran to the same problem - one startup worked (though I had some core dump type problems as well), but once exited the system was useless. I think this...

I used to get this with my nvidia system and thought it was nvidia, but now I have system with Intel Core Ultra integrated graphics and I still get it....

> In my case the directory existed and the `.zip` file existed but nothing unzipped it, even if I removed it and tried having copilot.lua (presumably?) download it again. >...

Same problem, WLR_RENDER_NO_EXPLICIT_SYNC=1 didn't help. Intel Core Ultra 265k iGPU. `env -u WAYLAND_DISPLAY zeditor` did work.