Yonatan Romero

Results 5 issues of Yonatan Romero

After running a month the docker fails because its has not enough space on hard disk ``` docker[1001]: 2016/03/07 11:48:22| Loaded Icons. docker[1001]: 2016/03/07 11:48:22| HTCP Disabled. docker[1001]: 2016/03/07 11:48:22|...

**Describe the bug** Our tunnels were impacted by a [regression](https://github.com/cloudflare/cloudflared/issues/688). However we set the `no-autoupdate` option to true to prevent this type of bugs **To Reproduce** 1. Configure `"no-autoupdate": true`...

Type: Bug
Priority: Normal

Run the cloudflared service with `cloudflared` user * Create user `cloudflared` if it does not exist in `cloudflared service install` * Remove user `cloudflared` in `cloudflared service uninstall` * Add...

Hi team, Today I realized that the latest tag has a wrong name. The latest version is **v6.1.1** but the tag is named as **v6.6.1** ![Screenshot from 2023-12-20 18-44-24](https://github.com/Yelp/bravado-core/assets/4235177/d0442974-cf35-4f7d-92ec-f576a8088f20) I...

Used when a valid value can be a _falsy_ value like `0`, ``""`` or `False` Equivalent to `first(iterable, key=lambda x: x is not None)` but less verbose Inspired in COALESCE...