Tim Hopper
Tim Hopper
If password is invalid, program gets stuck in an infinite loop where PhantomJS requests a page it doesn't have access to.
As far as I can tell, there's no way to use the Impala [bitand](http://www.cloudera.com/documentation/enterprise/5-5-x/topics/impala_bit_functions.html) function or `&` operator on integer columns. That would be a valuable feature.
The build for [Pythonplot.com](https://www.pythonplot.com) started failing with 0.7.0 trying to run ``` (ggplot(diamonds) + aes('depth', fill='cut', color='cut') + geom_density(alpha=0.1)) ``` I get a memory error thrown by statsmodels which you...
I started getting the error `[ERROR] TypeError: put_object() only accepts keyword arguments.` at ``` File "/var/task/nodb/__init__.py", line 83, in save result = s3_object.put('rb', Body=bytesIO) ``` in Python 3.8. This is...
#### Description of expected behavior and the observed behavior I’m trying to use `rasterize` to speed up plotting of weather maps with Geoviews/Holoviews/Bokeh in a Panel dashboard. However, when I...
I'm trying to use elasticsearch.helpers.scan with the mocked ES. It apparently doesn't work because the results don't include a `_scroll_id`: https://github.com/elastic/elasticsearch-py/blob/9fe0763670633848b521ff9df6350bc811f4f110/elasticsearch/helpers/__init__.py#L367. Is it insane to think about adding this functionality,...
### Description I have tried to install the extension in VS Code 1.63.2 on macOS 12.0.1 on a M1 Pro Macbook multiple times. I get one of two errors when...
This is is failing for me. Because the prefix path gets created by ansible (`uchida.miniconda : directory /root/miniconda3 exists`), the installer skips actually installing: ```task path: /usr/local/etc/ansible/roles/uchida.miniconda/tasks/main.yml:27 ok: [digitalocean2] =>...
**Describe the bug** I'm trying to run `astro dev start` on a Mac and get a certificate error. ``` => ERROR [5/1] RUN if grep -Eqx 'apache-airflow\s*[=~>]{1,2}.*' requirements.txt; then echo...