Furkan Türkal

Results 261 issues of Furkan Türkal

**Is your feature request related to a problem? Please describe.** There should be a new _MergeMethod_ that should _put_ the secret if does not exist, otherwise, it should _merge_ the...

core/api

Regarding to this [issue](https://github.com/posquit0/Awesome-CV/issues/79), i want to do simple different thing. The problem is space range created by **cventry**. In this picture: ![mRiYZy](https://user-images.githubusercontent.com/16493751/54869283-54420200-4da7-11e9-9147-b5a8e1be29a9.jpg) I can change the **blue** space but...

Hey! Thanks for such a great JSON framework. I am happy to use! We could provide a `string` field in `*Value` struct or a function that called like: `parentKey` or...

enhancement

**Describe the bug** Gitleaks starting to throw `X error(s) occurred: * Empty buffer` errors after upgrade from `v7` to `v8`. **To Reproduce** Initializing: ```go s.detector = detect.NewDetector(s.cfg) s.detector.Verbose = true...

bug

**Is your feature request related to a problem? Please describe.** To prevent and as decrease as possible the _false positives_, we might need to _ignore_ some directories or file extensions....

enhancement

```bash ☸ kind-kind (default) in ~ took 2m47s $ k get # works $ kubie ctx foo # new shell $ k get # does not work ``` ``` $...

``` $ wc -l .zsh_history 1 .zsh_history $ tail -6 .zsh_history : 1626419269:0;echo "Hello, World!" ``` ``` $ kubie ctx foo $ kubectl get pods -l app=bar -o wide $...

**Bug Description** Yarn throws the following error on fresh install: ``` The project in /Users/furkan/src/create-eth-app/package.json doesn't seem to have been installed - running an install there might help ``` What...

bug
help wanted

The following command lists this week's agenda: ```bash $ gcalcli agenda ``` It would be great if we are able to list between dates or today's and tomorrow's. Like the...

Since this prints: _9 years 46 weeks_ ```go durafmt.Parse(t).LimitFirstN(2).String() ``` I expected the `ParseShort()` function to print this way: _9y 46w_ ```go durafmt.ParseShort(t).LimitFirstN(2).String() ``` Am I missing something? If so,...

bug