Mariusz Jaskółka
Mariusz Jaskółka
There is a highly wanted feature, which is nit built-in into git itself: https://stackoverflow.com/questions/7726949/remove-tracking-branches-no-longer-on-remote [This](https://stackoverflow.com/a/33548037) answer in stackoverflow seems legit: ``` git fetch -p && for branch in $(git for-each-ref...
There is a great functionality in one of competitor application - you may enable automatic fetch for each customizable period of time (eg. 1 minute) and - if there is...
I use git-cola on both Linux and Windows. On Linux I can open directory with any application I choose so it is not a big deal but on Windows I...
I think it would be nice to have index panel with a list of paragraphs (like Table of Contents). It would help editing big documents.
Is there any canonical way to integrate asynchronous callbacks with `boost::asio`, eg. `io_context`? Of course we may forward callbacks by calling `io_context::post` with a deep copy of parameters but maybe...
Can we have a string type which doesn't make a deep copy? It could be a big performance boost when we serialize some big `Data Transfer Object` to json. For...
  I have disks from broken windows (recovery mode only works) and I want to backup my data. It seems that those disks doesn't have any key I may...
3-letters words are often abbreviations or file extensions (eg. "file.csv"). I would like to check only 4-letters words at least. Could you make that option?
The link is not active: `http://cgit.freedesktop.org/libreoffice/dictionaries/tree/en`
 When I open a terminal the following output appears: ``` $ java -version openjdk version "11.0.13" 2021-10-19 OpenJDK Runtime Environment (build 11.0.13+8-Ubuntu-0ubuntu1.20.04) OpenJDK 64-Bit Server VM (build 11.0.13+8-Ubuntu-0ubuntu1.20.04, mixed...