Márk Sági-Kazár

Results 330 issues of Márk Sági-Kazár

`LogEvent.AssertEquals` might be a better place for what `LogEventsEqual` currently is

Sometimes it makes sense to prepend a prefix to context keys to create unique keys.

Add a logger with format and ln functions

## Use case When maintaining multiple charts in a single repository, it's inevitable that some charts require custom README templates. Currently, this is possible using the `--template-files` option: if a...

enhancement

Disqus can display comment count using javascript. Maybe there could be an option/template for that in this bundle as well. Reference: https://help.disqus.com/customer/portal/articles/565624-adding-comment-count-links-to-your-home-page

Symfony has it's own security component splitted into separate repos: https://github.com/symfony?utf8=%E2%9C%93&q=security&type=&language= It might be useful for people using only the component, but not the framework to use your security component...

When trying to test a role that adds a GPG key to APT I get the following error: ``` fatal: [instance]: FAILED! => {"changed": false, "cmd": "/usr/bin/apt-key --keyring /etc/apt/trusted.gpg.d/percona.gpg adv...

Would be nice to support data tables: https://cucumber.io/docs/gherkin/reference/#data-tables

enhancement
proposal
accepted

**Is your feature request related to a problem? Please describe.** Consider the following example: ```go func check(t gobdd.StepTest, ctx gobdd.Context, sum int) { received, err := ctx.GetInt("sumRes") if err !=...

enhancement
proposal
accepted