Frank Dana
Frank Dana
I have a two-directory compare that I ran with the following settings: * Must match tagged * Keep all tagged * Remove duplicates * Do not cross mount points *...
As you know (OpenShot/openshot-qt#3462) we're using resvg in OpenShot to render our SVG title templates. One of the things that's been causing issues for some of our users is font...
The project `README.rst` contains a "Status" section which was composed in the repo's very first commit, and [has remained unchanged ever since](https://github.com/xolox/python-capturer/blame/a430a9fd13007fa6924ef37f912e855deafd0975/README.rst#L17). Which means that both on the landing page...
Going a different route from #73, this PR modifies the matchers interface to account for parent/child relationships between types. (I initially called the children `subtypes`, as you can see from...
* Replace `sample.xlsx` and `sample.jpg` with new, free files courtesy the US federal government * Add new `sample.pdf` and `sample.epub` files, same source * Add tests and benchmarks for the...
Crazy-wide source gets rendered crazy, wide. Horizontal scrolling makes :sob: .
### Detailed steps on how to reproduce the bug In a newly-cloned repo... ```sh cmake -B build -S . -DJUCE_BUILD_EXAMPLES=1 cmake --build build ``` I'm posting this to revisit #1051,...
In #828 I did a quick hack to enable support for Catch2 version 3.0+, since our macOS CI was failing after Homebrew upgraded. The hack achieves basic parity with Catch2...
Given the issues reported in OpenShot/openshot-qt#2969 (and others), and based on my own tests, it seems like the current rotation support in OpenShot is... insufficient. The problem arises when you...
We should really think about adopting an [`.editorconfig` file](https://editorconfig.org/) for the project. Placed in the top-level directory, it will "encourage" developers' code editors to format things the preferred way. (Though...