Mike Pennington
Mike Pennington
> send a PR making that change? Sounds good... it may take a while, I'm not familiar with the inner working of things
> The pythonbible does not include the actual text of the New American Standard Bible due to [copyright](https://www.lockman.org/permission-to-quote-copyright-trademark-information/). That makes sense... but perhaps you'd consider opening up the API a...
[SuperQ said](https://github.com/prometheus-community/pro-bing/issues/13#issuecomment-1259949735): > there is no delay expectation that would be reasonable. May I offer a suggestion? Instead of saying `there is no delay expectation that is reasonable`, it's more...
> @mpenning both of these settings can be specified in various time units including ms, see example: > > https://github.com/fujiapple852/trippy?tab=readme-ov-file#usage-examples > > ```shell > trip example.com -i 250ms -g 50ms...
FYI, [ciscoconfparse2](https://github.com/mpenning/ciscoconfparse2/) also has this problem, but downloads are now frozen-in-time from ten days ago. This is May 15th 2024, but the downloads are frozen at May 4th 
> can you access the webpage, right clic on the page, click inspect, select the ciscoconfparse2 request and send me the screenshot. The result should be similar to this @psincraian...
FYI ## Download Data Freeze - ciscoconfparse and ciscoconfparse2 downloads data date freeze problem is back again. It's now frozen at 22 May 2024 and today is 28 May 2024....
One problem is that [`attrs`](https://github.com/python-attrs/attrs) does not support this `Optional[]` typing syntax... ```python @attrs.define(repr=False) class CiscoConfParse(object): """Parse Cisco IOS configurations and answer queries about the configs.""" config: Optional[Union[str,List[str]]] = None...
Thank you for your patience. Please test version 0.7.77 and advise whether the issue is fixed.
Please elaborate on your use-cases, how `hier_config` 2.3 is problematic and why you absolutely cannot live with `hier_config` 2.3. As an FYI, version 2.3 is marked long-term support if you...