Chimit
Chimit
@christophrumpel can this tiny fix be merged?
Confirm! Please, fix it.
I implemented a secret token check [here](https://github.com/botman/driver-telegram/pull/127).
The problem persists in the Version 6.2.1 (578).
Another option is to install Bruno via brew and periodically run `brew upgrade brew`.
Looks like [PR](https://github.com/botman/botman/pull/1419) was merged by @filippotoso. Did anyone try it with L12?
`required()` and `rules('required')` are still [two different things](https://nova.laravel.com/docs/4.0/resources/fields.html#required-fields). The second option includes the first. So it should be still considered as a bug. I confirm it still takes place in...
@flyajar, @happyDemon, @jnbn, @Nks, please, reopen the issue. It's still a bug.
Probably, we can consider these ephemeral variables as [secrets](https://docs.usebruno.com/secrets-management/overview). It will prevent these values from being pushed to git.
Another idea how to support default values is via `.env.default` which should be under version control and be overridden by your local `.env` if specified.