Paul Müller
Paul Müller
For uploading large files with `MultipartEncoderMonitor`, it would be helpful to be able to abort the upload. I think this could be done conveniently with the `callback` function, i.e. instead...
Mention `bulk_update_*` auth functions in `package_update` and `package_delete` auth function docs
**CKAN version** 2.9.4 **Describe the bug** If I disallow `package_update` via IAuthfunctions in a plugin, then the `bulk_update_*` functions still work. **Steps to reproduce** In a plugin: ``` # IAuthfunctions...
**Describe the issue or bug** ```python import rpy2 import rpy2.robjects ``` yields the message `R_HOME must be set in the environment or Registry` and the Python interpreter quits with exit...
**Is your feature request related to a problem? Please describe.** There are lots of open issues from at least up to 9 years ago. Many of which do not apply...
### Short description When I use showGrid (current master and 0.11.1), then the tick labels at the corner of the axes rectangle are not drawn correctly. ### Code to reproduce...
I am using a custom colorbar (derived from https://gist.github.com/maedoc/b61090021d2a5161c5b9) to show a simple colorbar next to my plots. When exporting the colorbar as SVG (PNG works), the gradient is not...
## CKAN version 2.10.1 ## Describe the bug When I specify the `email_to` field in `ckan.ini`, I cannot start the app anymore and I get a cryptic `RuntimeError: Working outside...
## CKAN version 2.10.1 ## Describe the bug There is still a configuration option `ckan.auth.create_default_api_keys` (https://docs.ckan.org/en/2.10/maintaining/configuration.html#ckan-auth-create-default-api-keys) in the current docs. There are also still two tests for it. However, this...
I am using mahotas in a pipeline that needs to be single-threaded, because - there are other computations taking place that rely on e.g. openCV or numpy and that are...
I am using [CKAN](https://github.com/ckan/ckan/) behind uwsgi+nginx and I am encountering an unexpected issue when uploading large (20GB) files. I set the `TMPDIR` environment variable to a dedicated mount point `/cache`...