Banst

Results 29 issues of Banst

Fixes #96

enhancement

Just throwing that here, but it would be cool to add a [[matrix]](https://matrix.org/) providers to send notification on a room and/or person (like it is for Telegram)

research

Hello there, I've built a tool called [turbogit](https://github.com/b4nst/turbogit) to help developers to follow the conventional commit specification. I would be interested in making a PR to add it in the...

* Lepton : 1.4.2 (1.4.2) * OS : macOs Sierra 10.12.6 (16G29) When creating an anchor link (like for a T.O.C.) with Github md style, that is, with `[Heading stuff](#heading-stuff)`,...

new feature

# New theme template request If you are requesting theme support for a new tool or program, use this section. Otherwise, delete it and continue with "Other feature request" below....

As written here https://github.com/hofstadter-io/hof/blob/ac766d2494f3968a0e2836a52fd206ae278d4563/lib/mod/modder/modder_vendor.go#L153 module replace directive are ignored for nested dependencies. But since the original directive is put in `cue.sums`, it fails when having nested dependencies. One simple way...

When using `repo.ConfigScoped(config.GlobalScope)` or `repo.ConfigScoped(config.SystemScope)` any Raw sections will be lost during the merge. E.g: ```txtar > git config --global custom.foo bar > go run main.go -- main.go -- package...

### Terraform Version Terraform v0.12.24 + provider.docker v2.7.0 ### Affected Resource(s) - docker_service ### Expected Behavior Resource accept entrypoint option, as specified in [docker service_create doc](https://docs.docker.com/engine/reference/commandline/service_create/) ### Actual Behavior Resource...

_Refactoring of PR #192_ As requested, I've worked on branch refactor-execution. I've adapted the code to use the MacroCallbacks new implementation. I've not added the _--junit_ option yet, we need...