Brian Ó Donnell

Results 10 issues of Brian Ó Donnell

Hi, I'm using graphite-api 1.1.3 from EPEL. It appears the "noNullPoints" parameter isn't working. If I make a request like the following, there are still lots of 'null' datapoints in...

Hello, Django 4.x has removed support for `ugettext` (in favor of plain `gettext`). It looks like the only place this is used is in `complex_ops.py`. It's been fixed in the...

In regards to issue #7243, I was able to modify the carrierwave settings to enable my pod to use minio as an s3 backend. For some reason using the 'bucketname.example.com'...

😴 orphan

I am using CODE 2.1 The first time I start the container, if I try to open a document from Nextcloud it fails with the following message: > Failed to...

Django 4.x has removed the `url()` method from `django.conf.urls`. The preferred replacement is `django.urls.path()` https://docs.djangoproject.com/en/4.0/releases/4.0/#features-removed-in-4-0

Please merge for Django 4.x compatibility. Cheers

### Expected behaviour Clicking the button should open a new page or dialog ### Actual behaviour No effect. After clicking the button 4-5 times it disappears from the page. ###...

As noted in #20, the randint() method incorrectly returns floats in python 3, due to changes in the behavior of the division operator. This PR uses "floor division" to ensure...

The practical behavior of `quantumrandom.randint(min, max)` is that it returns numbers in the range of min..(max - 1). This means it works like the python built-in `range()` function, but it...

Several days ago, without making any changes to my configurations, image results in searx stopped working, giving 504 errors. This is an example of what morty prints to the console:...