Chilicat

Results 4 issues of Chilicat

Support Version Constraint Syntax for modules loaded from a Terraform registry: - https://www.terraform.io/docs/language/expressions/version-constraints.html#version-constraint-syntax At the moment it is not possible to use the version constrains to load a module from...

enhancement
contributions-requested
preserved

## Expected Behavior Simple handler should not crash ## Actual Behavior Kopf crashes after a couple of minutes ` Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/urllib3/response.py", line 639, in _update_chunk_length...

bug

### What is the problem you're trying to solve It should be possible to disable the color (rich table) output via flag or/and environment variable. This is particular useful for...

kind/feature

It seems like that the object created via named functions cannot be used multiple time. Consider following simple example: ``` var named = require("named-regexp").named; var name = "hello.world" var e...