Barry Rowlingson

Results 33 issues of Barry Rowlingson

change 'where to publish' tab to 'also publish to' since news/events are always published by their host

Admin interface issue

Currently the peson_events tag is hardcoded to show only all_forthcoming events, but I wanted to list all people's talks on our people's pages (or maybe limit to the last 5...)...

Feature request
Design decision required

If an entity has no news or events then its automatic News+Events page doesn't appear in the menu. But this page might have had useful information in plugins added to...

Bug

An event in an event series can be hosted_by any entity, but it would be useful if it could inherit the hosted_by of the event series it is contained in...

Design decision required

tmap in view mode opens a new tab for each viewed map. Eventually I get annoyed and have to click-close forty tabs... Could a method be implemented so that maps...

enhancement

lektor's through-the-web editing of content is great, but wouldn't it be great to be able to edit databags through-the-web also? Using something like: https://github.com/josdejong/jsoneditor/ then users could edit JSON data...

enhancement
help-wanted
nice-to-have
design
admin-related

The image plugin thumbnailer generates an error when converting JPEG to thumbnails, since it uses image mode RGBA, and as of about version 3 of Pillow this has been deprecated...

Thumbnailing JPEGs failed with a 20:44:31 hyde Error occured when calling imagethumbnails This line: https://github.com/hyde/hyde/blob/7f415402cc3e007a746eb2b5bc102281fdb415bd/hyde/ext/plugins/images.py#L295 hyde converts the PIL image to RGBA, but that fails with Pillow after v3.7 because...

example: make a one-degree unit square, in epsg 4326 and equirectangular ``` > library(sf) Linking to GEOS 3.8.0, GDAL 3.0.4, PROJ 6.3.1 > m = cbind(c(0,1,1,0,0),c(0,0,1,1,0)) > p1 = st_sfc(st_polygon(list(m)),...

A few things in `sf` produce messages which seem to be output via `message`, via functions such as: https://github.com/r-spatial/sf/blob/245f1b3bb5b8ea1d5ba18dedbd654f9016bb47a6/R/geom-measures.R#L111 for example, "dist is assumed to be in decimal degrees (arc_degrees)."...