Ivana Atanasova

Results 52 comments of Ivana Atanasova

There was a discussion on zoom how to map `login.name` and `userid`, so that the mapping is build only once (per big period of time or only when new user...

The 7+ versions of Logstash are having unresolved issues that affect our specific use-case. This is why we're using 6.8 instead. Migrating to the latest versions of both Logstash and...

@alexellis Build time before: ``` real 0m41.745s user 0m0.126s sys 0m0.197s ``` After: ``` real 0m48.179s user 0m0.131s sys 0m0.098s ``` I've updated the description with test for reading resource...

@kenfdev This error looks like [#392](https://github.com/openfaas/faas-cli/issues/392) Did you try with 0.6.9? The PR fixing this is merged in the latest CLI

@alexellis one concern for this approach - if `build_option` is set to `dev`, we may not want to build all of the listed packages. It may also look like: ```...

As I thought more, your suggestion looks like the best option. There is no meaningful use case in which someone will need to list the modules as parameters.

This is resolved for python and ruby templates. Node works without this feature (AFAIR from my last testing). Needs figuring out what other templates should support this before closing (php?)