Jan Staněk
Jan Staněk
Each time I use the `betamax_parametrized_session` fixture, I'm getting a DeprecationWarning about their behaviour becoming default in 1.0. However, there is no straightforward way to react to those warnings --...
I'm using the assets plugin to convert my `.scss` files to CSS. The conversion is done pretty much as described in the README: ``` {% assets filters="pyscss", output="css/screen.css", "scss/screen.scss" %}...
When I access `/api/addon//files` endpoint for certain mods, I'm getting a "500 Internal server error" status, with JSON content telling me pretty much "something went wrong". So far, I was...
As said in title, imported certificates in /etc/ssl/certs not in ca-bundle.crt are ignored by the browser. Flatpak version: 0.9.3 OS: Fedora 25 x86_64 FF version: 54.0b7
Hi all, this is an inquiry more that an issue: Is there any way to use this libc without dlmalloc? Recently, [Fedora removed approval for CC0-licensed code](https://lists.fedoraproject.org/archives/list/[email protected]/thread/RRYM3CLYJYW64VSQIXY6IF3TCDZGS6LM/), generally due to...
The current method of deployment -- building a Fedora-based RPM and installing it on dedicated system -- requires dedicated maintenance effort: The site (and all of its dependencies) needs to...
When assigning automatic tags from other repositories to a SCL, the function assumes that the repository (distribution) name will not contain any whitespace. This broke when I used the "CentOS...
I have recently taken maintenance of reuse in Fedora, and these are fixes for two minor issues I ran into while packaging the most current version (3.0.2). 1. `CONTRIBUTING.md` is...
I originally thought this is the same issue as #3874, but even after upgrading to `hypothesis-6.102.4`, my tests sometimes fail as described in $title. Run log from the last failure:...
Attempt at implementing #993. - Treat `tests/` as namespace and relative-import `conftest`. - Switch the mode in `pyproject.toml`. - [x] Added a change log entry in `changelog.d//`. - [x] My...