Luis Fernando Gomes

Results 18 issues of Luis Fernando Gomes

I am getting empty environment variables on Python projects even I set a value after IntelliJ Update ``` IntelliJ IDEA 2022.2 (Community Edition) Build #IC-222.3345.118, built on July 26, 2022...

I idded a new feature whrited on Forum http://www.grocerycrud.com/forums/topic/1552-edit-extra-fields-in-n-n-relations/

My workaround was to wrap is with a div with title, but it would be great to have an option to this. ```js import LinesEllipsis from 'react-lines-ellipsis' ``` Like this:...

enhancement

Could be implemented a allow list of exceptions that do not increment failed threshold like this ```python @circuit(expected_exception=Exception, allowed_excetpions=HTTPError) def foo(): pass ```

Implement some method that add non critical healthcheck that, if fails, do not fail all checks

```json { "status": "UP", "sample": { "details": { "url": "http://sample.com" }, "status": "UP" } } ```

hacktoberfest

> TODO: Fix decorate method raising `missing 1 required positional argument: 'self'` Introduce `checker` decorator in order to fix #21 Usage: ```python from healthcheck import checker @checker(name='addition-works') def addition_works(): if...

Create a decorator `@checker` in order to add checkers on other modules. > Note: keep in mind that this package supports `flask` end `tornado`

hacktoberfest