Florian Brucker
Florian Brucker
The GitHub project points to https://themes.gohugo.io/pixyll/, but it looks like that page is now at https://themes.gohugo.io/themes/hugo-theme-pixyll/.
When executing the last cell of a notebook, Jupyter will add a new empty cell below it so that the user can continue with their next piece of code. This...
I've just installed gr and initialized my list of repositories via ``` gr tag discover . ``` When the editor opened I quit without adding any tags (I currently don't...
As far as I can see, ckanext-geoview supports the visualization of resources of the format `arcgis_rest`. However, it seems that using an ArcGIS MapServer as the base layer for visualizing...
Currently it's impossible to change most of the Leaflet options, since they are set automatically based on the more general map options (`ckanext.spatial.common_map.*`). In my opinion, the [options for Leaflet's...
CKAN 2.7 uses FontAwesome 4, and there are [multiple changes from version 3](https://github.com/FortAwesome/Font-Awesome/wiki/Upgrading-from-3.2.1-to-4). For ckanext-pages, some of these have already been taken care of by #51, but it seems that...
Fixes #68. Some FA 4 icon names had already been added in #51, but others were missed.
I am dynamically constructing links for listing showcases by tag: ``` {{ h.truncate(tag.display_name, 22) }} ``` The `url_for` call returns an URL for `/showcases` (trailing `s`): ``` http://localhost:5000/showcases?tags=interaktiv ``` That...
[This question on StackOverflow](https://stackoverflow.com/q/52382306/857390) asks how to extend the list of roles a user can have in an organization (`admin`, `editor`, `member`). AFAIK this is currently not possible, but IMO...
Currently the datastore can export data in multiple formats (#3390) but some interesting ones are still missing (e.g. Excel, LibreOffice). During a discussion on the ckan-dev mailing list, @wardi [suggested...