PF4Public

Results 29 issues of PF4Public

At version 0.8.0 [Header block had this line](https://github.com/erusev/parsedown-extra/blob/32f6e957286bf9ff98d07ca924a18299461acc8f/ParsedownExtra.php#L219): ```php if ($Block !== null && preg_match('/[ #]*{('.$this->regexAttribute.'+)}[ ]*$/', $Block['element']['handler']['argument'], $matches, PREG_OFFSET_CAPTURE)) ``` It was changed [to this line](https://github.com/erusev/parsedown-extra/blob/91ac3ff98f0cea243bdccc688df43810f044dcef/ParsedownExtra.php#L213) in 0.8.1: ```php...

While reviewing strings for #295 I found that there is a number of strings, which do not handle plurals properly. Some of them are easy to fix, but how could...

Is it possible to add a menu item in context menu of a commit in DAG to start interactive rebase to a commit before the selected one?

Using main window menu one could change pull behaviour (ff-only, rebase, etc). But using branch context menu, git-cola always creates merge commit. Is it by design? Could this context menu...

* **Electron-Builder Version**: 22.11.4 * **Node Version**: 14.17.6 * **Electron Version**: 18.0.3 * **Electron Type (current, beta, nightly)**: * **Target**: any electron-builder does not unpack node modules in vector-im/element-desktop. `"asarUnpack":...

Stale

May I write the body-text later :) > It would be pretty easy to have a page open on first launch. I think the FAQ would be a better page...

enhancement
discussion

While patching, patch produces a lot of output, please suppress it in `patches.py`. At least if -q is used.

enhancement
help wanted

`utils/downloads.py` should check HTTP response and rename downloaded files only if `HTTP 200 OK` response received. https://github.com/Eloston/ungoogled-chromium/blob/93cf016effb260428578c765e53b33020bc170d6/utils/downloads.py#L222-L235

enhancement
help wanted

Microsoft licensed `Visual Studio Code - Open Source` under MIT license. It is available in source code from [GitHub](https://github.com/microsoft/vscode/releases). There is also Microsoft-branded `Visual Studio Code`, which is covered by...

Installing under some distributions puts binary in `/usr/local/bin` At least that's true if using `checkinstall` Using `--install-layout=deb` solves it for python 2.7, but python 3 still [fails copying files under...