Aurélien Bompard

Results 46 issues of Aurélien Bompard

The Packit folks have written an extension to the Bodhi Client to support kerberos authentication: https://github.com/packit/packit/issues/1624#issuecomment-1161676764 It's worth considering it for integration in Bodhi Client itself.

RFE
Client

Hey! I use Peek to save screencasts as GIF and I tried to use gif-progress on the result. My original Peek file was 811 Ko, and after adding the progress...

I need to change the curl options displayed in the Swagger documentation. For that, Swagger has a `curlOptions` parameter that [can be set](https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/configuration.md#network) using the `requestInterceptor` function. Unfortunately, there doesn't...

enhancement

Before this commit, all the news fragments needed to be committed into git, or the fragments removal after building the news file would crash. In my workflow, I add missing...

needs-changes

Less CSS has an "extend" feature which is not recognized by lesscpy. Example with a file called "test.less" and containing: ``` css .a { color: blue; } .b:extend(.a) { border:...

When starting fedmsg-hub I get this in my console: ``` [ fedmsg INFO] * disabled by config - fmn.consumer.consumer:FMNConsumer [moksha.hub ERROR] Failed to init consumer. Traceback (most recent call last):...

This changeset ports the codebase to Python 3. It is not Python2-compatible. Fixes: #75

Hello, two of the unit tests fail when I try to build sassc 3.5.0. Versions are: - libsass: 3.5.4 - sass2scss: 1.1.1 - sass: 3.5 - Run options: --seed 23572...

Currently the warning and critical threshold trigger when the number of nodes is *above* the number set in the threshold. They should trigger when the number of nodes goes *below*...

The format that `podman inspect` returns does not seem to fit the format that conu expects when getting the metadata. I'm trying to use `container.is_port_open()` but it fails with a...