Lucas Soares
Lucas Soares
What about outputs that uses metadata as attributes (like message queue systems)? Why not keep metadata with `string` only and continue using it to set attributes in the output and...
> Hi, will it be possible to address scenarios like the one I've described in [#1419 (comment)](https://github.com/benthosdev/benthos/issues/1419#issuecomment-1235077666)? > > @Jeffail what are the "plugin APIs" that you have mentioned? Would...
@Jeffail do you have any thoughts on this? And where should we start developing this for benthos? It is the last thing keeping my team from using benthos in their...
@Jeffail what about integrating https://github.com/knadh/koanf for configuration management? I think would be useful to have `${}` not only looking for environment variables. What do you think?
This will work for what I need!
Actually I'm talking about coverage report of benthos yaml files, how this coverage report action would do the trick?
Will this be considered to be implemented? I think the current state of the native localization solution is the best solution for Flutter with the better customization options, but not...
I just created a workaround to be able to migrate to the native l10n solution since I don't want to use any other third party i18n solution. `pubsec.yaml` ```yaml assets:...
> @sunsingerus v2 must be created, it's work in progress. Any change the #234 being merged? Anything we can do to help making this feature possible?
@sunsingerus in your PR having the following structs: ```go type Index struct { Key string `json:"key,omitempty"` Values []string `json:"values,omitempty"` Value string `json:"value,omitempty"` Required string `json:"required,omitempty"` } type Config struct {...