Allen S. Rout

Results 5 comments of Allen S. Rout

I'll find this and give you data tomorrow. It was a brand new install, so matplotlib drift is not ridiculous.

Here are the packages in my venv contourpy==1.0.5 cycler==0.11.0 fio-plot==1.0.21 fonttools==4.37.2 Jinja2==3.1.2 kiwisolver==1.4.4 MarkupSafe==2.1.1 matplotlib==3.6.0 numpy==1.23.3 packaging==21.3 Pillow==9.2.0 pyan3==1.2.0 pyparsing==3.0.9 python-dateutil==2.8.2 six==1.16.0

My read is that passing ax is the non-breaking technique that they recommended. Here's the 3.4 - 3.5 comment on how to avoid problems, https://github.com/matplotlib/matplotlib/blob/v3.5.x/lib/matplotlib/figure.py Seems to me that adding...

I can duplicate this, though I currently see a slightly different exception. ``` path "sys/auth" { capabilities = ["read"] } ``` parses; ``` path "sys/auth" { capabilities = ["read"] }...

This appears to fix the problem: ``` --- a/hcl2/hcl2.lark +++ b/hcl2/hcl2.lark @@ -1,7 +1,7 @@ start : body body : (new_line_or_comment? (attribute | block))* new_line_or_comment? attribute : identifier "=" expression...