Furkan Türkal

Results 352 comments of Furkan Türkal

Hey @valyala, would you like any help with this issue? I am not making any promises but I'd be interested in looking into it, if you want.

@mzlogin Well, Could you provide an example of how to clean cache without using CLEAR_APP_CACHE permission for ANDROID > 6.0? Also you may should simple-warning update the README.md file for...

Hey @tomdavidson, I forgot here! In case `.gitignore` file does not include in the repository, even I passed the `--no-git`, gitleaks still scans the vendor folders (i.e., `vendor`, `node_modules`, `venv`,...

Nice! Should we add this usage scenario in the README? @zricethezav

@esiegerman Thanks for your workaround. Can you please explain what `3>-` does? I could not find this on Google, this usage is the first time I've seen. Looks interesting!

hey @svartalf! Looking forward to brew formula. :)

@sbstp As a workaround, I thought of a few possible solutions to handle this: #### 1. Merging the history of current session after exit By creating a temp history file...

Any thoughts? @sbstp Looking forward to this feature. 😍

@hako I created a simple code snippet to reproduce: ```go package main import ( "time" "github.com/hako/durafmt" ) func main() { d := (354 * time.Hour) + (22 * time.Minute) +...