Mariusz Jaskółka

Results 18 issues of 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...

help wanted
windows
usability
packaging

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

answered

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

Feature
Performance

![no_protectors](https://github.com/Aorimn/dislocker/assets/38551394/efb545e1-5988-4f30-ad57-98146b7b25af) ![no_protectors2](https://github.com/Aorimn/dislocker/assets/38551394/520935bd-e1e0-459a-b968-2e4828533447) 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`

![obraz](https://user-images.githubusercontent.com/38551394/158377578-155fda23-7986-46a0-8d84-b9f5128f6c5f.png) 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...