Barben360

Results 11 comments of Barben360

I can confirm the problem happens for me too, seems like the event "workspace changed from x to y" is triggerred after the gesture is over (always left-right or right-left)...

It is unadvised to use timetz in postgresql, it is only implemented for SQL compliance. If you can you should use timestamptz, this works.

Same issue here on Ubuntu 18.04 using Ubuntu Mono and PowerlineSymbols ![image](https://user-images.githubusercontent.com/25642495/57237823-52b35d00-7028-11e9-8a3e-f64c33ee5f66.png) edit: the solution of ManoelLobo fixes the problem.

Same problem here, and with Ubuntu 22.04 and Gnome 42 it's not possible to install Dash to dock extension for now. Maybe the best is to wait for Dash to...

Actually this is not a bug: just a setting. Go to _Settings -> Appearance_ in Ubuntu and turn off _Panel Mode_ (see in screen below). ![image](https://user-images.githubusercontent.com/25642495/175486154-00983873-b5f6-40df-b454-1e02bc6c7a95.png) This issue can be...

I see what you mean, but this theme does not actually support _Panel mode_ to be on. What you see is just a bug whet it is activated. The good...

However this inserts a double-backline between each paragraph, which is not exactly a multiline comment.

Yes I'm thinking about this. However I've just tested, using \n character doesn't go back to line, it just inserts characters \ and n in the commit title.

Some hint here: `git commit -F ` creates the commit message from a file. Therefore if you generate a temp file with the commit title and message (including multiline), you...

As a user I think it is a bad idea to make the user create the temp file. This is quite a lot of work for just a commit. Generating...