Erdal TAŞKESEN

Results 18 issues of Erdal TAŞKESEN

Semantic versioning uses the major.minor.patch-suffix scheme. Are there any particular reasons not use it? Note: You were using it until the first stable version: `v1`. It should be like `v1.0.0`...

It's necessary to add a secret named `HOMEBREW_TAP` to access the repository `isacikgoz/homebrew-taps`. issue: close #109

I'm using [goreleaser](https://goreleaser.com) with [GitHub workflow](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions) to automatically release my go applications. This can be beneficial for this because of the features following: - auto-generated changelog - homebrew support -...

This close #92

I would like to have a method for casting from `i interface{}` to `uuid.UUID`? SEE: https://www.uuidtools.com/uuid-versions-explained

Fixed rules: * MD010 - Hard tabs * MD040 - Fenced code blocks should have a language specified * MD041 - First line in a file should be a top-level...

area/docs-generation
size/S

Other sections like Usage, Aliases, Available Commands, Flags and Additional help topics have two spaces indent.

size/XS

why: Because two declaration have same properties. We don't need to define them twice. issue: close #772

There are two separate declaration with same properties. Is it possible to combine them? ## CURRENT: ```css /** * 1. Correct the inheritance and scaling of font size in all...