Pawel Dominiak
Pawel Dominiak
When option is selected by clicking, the `hideTimepicker` event will fire before the dropdown is actually closed, as seen here: https://github.com/jonthornton/jquery-timepicker/blob/99f3247977074da1d2ea37148b512e080304b5c8/jquery.timepicker.js#L721-L728 However when using api method `hide`, the same event...
So the point is, if dedicated setting is on, the script would scan the file, look for things like new line before array opening, keys notation, tabulation, etc. Then it...
I have a commit in which a binary file is modified, and a new text file is added. If I diff only the binary file, everything is good: ```diff diff...
Versions: - Windows: 7 and 10 alike - Ruby: 2.7.0 and before - Ocra: 1.3.10 Default windows temp directory is `C:\Users\\AppData\Local\Temp`. It is a known issue that Ruby does not...
With the following configuration in git config: ``` [interactive] diffFilter = delta --color-only [alias] ap = "!git add -p" ``` The keyboard input does not work at all when `git...
I've just found out that if I combine `breqn` with `mathit` and lower case greek letters I get weird results. For example ``` \documentclass{article} \usepackage{breqn} \begin{document} \begin{math}\mathit{\pi}\end{math} \end{document} ``` Compiles...