Derek Hohls

Results 37 issues of Derek Hohls

I am struggling to get a form preview working; all I get is the same form being redisplayed over and over. The example in the docs is helpful but frustratingly...

Is there anyway to disable the styling used for the admin section. Its actually quite hard to difficult with, and the form layout is unclear. I'd like to use Django's...

help wanted

Any plans to upgrade the formatting options for the output? As a minimum, we would need row- or column-based options for formatting; width/height; colors (fore & back); fonts etc. It...

enhancement
help wanted

When I download the demo page to work on it offline, the icons do not show in the input boxes. Is there a simple, stand-alone piece of code that just...

# Description My current pyWPS is unable to start up (obviously I need to fix that...) but the error handling/reporting is seemingly failing. I inserted an extra LOGGER in this...

bug

Is this still the 'definitive' schema for GeoJSON (as of Sep.2017)?

## Description Allow for rapid changes to DOMAIN_NAME (which currently appears to be hard-coded in a number of files.) ## Rationale It should be possible / straightforward to test the...

docs

The existing command in the doc is: ``` sar -r 1 | perl -lane 'BEGIN{$|=1} print "@F[5]"' | ttyplot -s 100 -t "memory used %" -u "%" ``` But I...

Given that I can get a country via a point e.g. ``` country_subunits_containing_point(lon=-79.888252, lat=32.819747) ``` How do I return its ISO code (2- or 3-letter)? I have tried: ``` c.iso...

According to PyPi, the last release for this package was in 2015 (ver 0.13.2) but there have been changes and patches since then. Is there any chance for an update...