mohankumaru

Results 2 issues of mohankumaru

Hi, Is there a way to include annotated assignment in the code being executed? ``` sample_code = """ a: int = 1 """ supported_builtins["_getattr_"] = safer_getattr supported_builtins["_getiter_"] = default_guarded_getiter supported_builtins["_iter_unpack_sequence_"]...

enhancement

The following is the code to register "elastic" endpoint, the http service is running in port 9200 and in localhost. ``` elastic := healthchecks.StatusEndpoint{ Name: "elastic Service", Slug: "elastic", Type:...