Álvaro Mondéjar Rubio
Álvaro Mondéjar Rubio
As default deactivated. If active, raise error here: ```markdown I'm a paragraph with [a link](http://link-to-somewhere) ``` ...but passes this: ```markdown I'm a paragraph with [a link][link-to-somewhere] [link-to-somewhere]: http://link-to-somewhere ```
I've a case in which I'm comparing PO entries without take into account `msgstr` neither `obsolete`. Currently, [I'm duplicating the `POEntry.__cmp__` function](https://github.com/mondeja/mdpo/blob/3b718f8917633a4fe311b8fa0dd6c3d01b4434b8/mdpo/polib.py#L9) adding optional parameters `compare_obsolete` and `compare_msgstr`. Could this...
Hi! I'm submitting this PR because in the [simple-icons](https://github.com/simple-icons/simple-icons) project we are trying to automate as much as possible our monetary contributions to our direct dependencies, so having this metadata...
I'm working on a project that needs to watch files being served based in the content on other files. I've not found a way to stop watching files for changes....
From suggestion [here](https://github.com/Zulko/moviepy/pull/970#discussion_r403547125), this should be implemented with `audio_ffmpeg_params` argument in `write_videofile` method.
I think that the usage of ImageMagick to render texts is a bad option, but maybe I'm wrong and someone could explain me how to achieve good quality texts using...
After testing, if they fail some temporal `__test__.*` files are generated inside the current working directory.
See [microdnf repository](https://github.com/rpm-software-management/microdnf) and [man page](https://www.mankier.com/8/microdnf). It's included in [oraclelinux:8-slim container image](https://github.com/oracle/container-images#differences-between-oraclelinux8-and-oraclelinux8-slim).
Different pre-commit hooks with the same `id` but different repos are not properly checked. I've created a [repository with a minimal reproducible example](https://github.com/mondeja/nitpick-pre-commit-list-keys-error) to explain the problem. You can see...
## Expected behavior - *.nitpick.toml*: ```toml [tool.nitpick] style = ["style.toml"] ``` - *style.toml* ```toml ["foo.yaml"] boolean_true = true boolean_false = false string_a = 'string_a' string_b = 'string_b' ``` - *foo.yaml*...