James Robinson
James Robinson
@jack89roberts Would you be interested in adding some of this material before we next teach this course (Jan 2022)? I've split the first two modules into three and I imagine...
@callummole has also suggested JupyterHub as a possibility (I've invited him to Thursday's meeting to discuss this).
Possible problem with Module 4 is that if one step doesn't work, you can't (easily) just skip it and do the next one.
This year will run the same as last year. I'm not totally sure whether flipped classroom is a good fit for us or not. The part that's easy to scale...
Hi all, I'd like to contribute docs and code to pygeoapi. I confirm that my contributions to pygeoapi will be compatible with the pygeoapi license guidelines at the time of...
I'm also finding the same issue: the `DISTINCT` on [this line](https://github.com/geopython/pygeoapi/blob/eb891010b750b8426474ac503d78d483326ea55a/pygeoapi/provider/postgresql.py#L305) (using the currently latest commit: eb891010) is causing all my calls to this endpoint to time out. I'm also...
Note that the default BeautifulSoup behaviour is to not parse anything inside an ``. Here is a minimal example taken from the failing code in #37. ``` > print(str(BeautifulSoup(""))) >...
Easiest solution here is to blacklist `iframe`. Can revisit this in the future.
Example: ```html First paragraph contents. ``` Could/should be reduced to: ```html First paragraph contents. ``` What do you think @martintoreilly ? Note that if you add another paragraph you get...
Hi @kjoshi! No, it's not meant to be identical. The original idea was that this would just be a python wrapper around Readability.js, and you can still use it as...