Paulo Eduardo Neves
Paulo Eduardo Neves
If the page is narrow, the side bar .xs3p-sidebar goes to the top and the content is below. When I scroll the page it scrolls down normally. If I resize...
When there is a error in in the executable (e.g., return code 0) the execution correctly fails but it displays a long stack trace of the plugin. It makes a...
Since datapusher calls the `datastore_create()` api, it would be nice If I could pass to it the data dictionary metadata to put in the datastore create "Field" parameter. These metadata...
If you hardcode a xjb filename and it isn't found, the compilation should fail. I've put a wrong path and suffered to understand why my generated files were not correct.
datastore_create() method accepts a `records` parameter with a list of dictionaries. It will be converted to json by the api.. All types in the dictionary must be jsonable. A datatime...
Flake8 has a [plugin system](https://flake8.pycqa.org/en/latest/user/using-plugins.html). There are a lot of [useful plugins](https://dev.to/bowmanjd/some-flake8-plugins-for-python-linting-107h). Flake8 extension has no instructions about how to use plugins in my code. It looks like it isn't...
**Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?** Fails to install if user doesn't have admin privileges. **If the current behavior...
## CKAN version 2.10.6 ## Describe the bug Running `ckan plugin-info` throws an exception complaining about function named parameters. ### Steps to reproduce run `ckan --config ckan.ini plugin-info` ### Expected...
### Describe the problem First of all, thanks for the delightful project. I was a cookie cutter heavy user, and can say that this project is miles away. Now the...