Kevin Schiroo
Kevin Schiroo
improper parsing of nested invalid templates (was: get_sections works for file but not for string)
This is really strange! This script works for me: ``` from mwparserfromhell import parse doc = parse(open('654444027.txt'), skip_style_tags=True) for sec in doc.get_sections(include_lead=True, flat=True): if len(sec.filter_headings()) > 1: print("Bad!") # never...
Google App Engine monkeypatch(validate_certificate=False) keeps attempting to validate certificates
Using `monkeypatch` with `validate_certificate=False` as shown below does not have the desired effect and certificates continue to be checked. ``` requests_toolbelt.adapters.appengine.monkeypatch(validate_certificate=False) ``` This comes from monkeypatch setting `adapters.HTTPAdapter = InsecureAppEngineAdapter`....
`autoResize` doesn't appear to be working, and it looks like it might be a two part issue. In [this commit](https://github.com/statnett/vue-plotly/commit/f7d3bbd345af902b33e5fb1e95e6bbdced29a1a9#diff-cc3de03f15ac10b131eb5af195ed3036R86) the code went from using the function generated by `debounce`...
When something is writing a progress bar out to the terminal an error message comes up from cauldron. ``` cauldron_1 | [SYNCED]: File chunk 0 /tmp/cd-remote-project-p10dqizn/plan-update-feature/S05-shap.py cauldron_1 | cauldron_1 |...
Generating a file with a single map column using the python snippet below causes `parquet_read` to fail on the latest version of the main branch (653d57ad3) ```python import pyarrow as...
It looks like there is currently a typo in `IValue::into_object` that causes the `IValue` to check if it is a number rather than an object before attempting to return itself...
It looks like there has been a lot of progress over the last year in `coala`. It would be awesome to publish a new `coala/base` image to reflect it. It...
The web api given in examples [here](http://shilad.github.io/wikibrain/tutorial/web-api.html) are either down or no longer correct. All the urls listed below fail to connect. http://como.macalester.edu/wikibrain/mostSimilar?lang=simple&phrase=spider&n=3 http://como.macalester.edu/wikibrain/similarity?lang=simple&phrases=coltrane|blues http://como.macalester.edu/wikibrain/wikify?lang=simple&text=Wikipedia+is+a+free-access%2C+free-content+Internet+encyclopedia%2C+supported+and+hosted+by+the+non-profit+Wikimedia+Foundation