Erdal TAŞKESEN

Results 16 comments of Erdal TAŞKESEN

> GitHub Actions release tags are not semantic version numbers. See https://docs.github.com/en/actions/creating-actions/about-custom-actions#using-tags-for-release-management. > > > * The second item on the list: Create a release using semantic versioning... Moving major...

> Thanks for this PR! Can you provide a bit more info on what this PR is doing? > > Seems that this fixes some errors from `mdlint` that the...

> can i work with this? I have already sent a pull request for this.

I have a little different approach about this. I use four-letters types, but there is exception for `fix` so it is easier to spot the fixes. In my dotfiles, you...

https://github.com/erdaltsksn/dotfiles/blob/master/git/.gittemplate This is my template used by all of my repositories. Also you can add my [Vim](https://github.com/erdaltsksn/dotfiles/blob/master/vim/ftplugin/gitcommit.vim) plugin to start Git commit in insert mode and make the color red...

> I am (and I think the OP is) looking for a method that checks for `security`/`dbus`/`libsecret`/etc. being available, so external code can find a fallback to store secrets via...

> Hey there! It appears to me that 99designs/keyring supports more backends compared to go-keyring. Other than that, are there any differences between both of them? Looks like 99designs/keyring also...

> > `99designs` uses C bindings > > At least for Linux, this is untrue, try `CGO_ENABLED=0 GOOS=linux go build` in https://github.com/99designs/keyring and it will work, there's no direct code...

> Aren't these files stored in the home path? They use `$XDG_CONFIG_HOME` actually. Default path for them is `$HOME/.config/fish`. Personally, I clone my dotfiles inside `.config` and create symbolic links...

> The Hugo macOS release asset has been renamed in v0.102.0 > > ```diff > - https://github.com/gohugoio/hugo/releases/download/v0.101.0/hugo_extended_0.101.0_macOS-64bit.tar.gz > + https://github.com/gohugoio/hugo/releases/download/v0.102.0/hugo_extended_0.102.0_macOS-universal.tar.gz > ``` > > I will work on this. Any...