kenstir

Results 8 comments of kenstir

Thanks for the response. I tried to update the gradle infrastructure to gradle 4 in the hopes of submitting a PR, but I just do not know enough gradle to...

Hello, just a friendly reminder that the sample still does not build. At least, no changes have been submitted recently. Any chance you could help me get the sample to...

Hey thank you very much for this! Very much appreciated. Almost everything built except I could not sync the project until I reordered the repositories, and it did not run...

It looks like borrowed at least some code from [simple-android](https://github.com/simpledotorg/simple-android), which has an [MIT license](https://github.com/simpledotorg/simple-android/blob/master/LICENSE). You should include that license in the code you copied from that project. Also I...

Does anyone else use PINRemoteImage + PINCache + PINOperation in production iOS apps? Apple will soon be requiring Xcode 15, and this and other changes are needed (e.g. switching to...

Forgot to mention that ag is the latest version installed today with winget: ``` C:\Users\kenstir\Downloads\ag_test_case>ag --version ag version 2.2.5 ; Windows port 2021-06-04 Win64 >= Server2003 amd64 MsvcLibX 2021-06-03 ;...

If it is helpful, [ag-2.2.0 from k-takata works](https://github.com/k-takata/the_silver_searcher-win32/releases) ``` kenstir@agent-smith MINGW64 ~/Downloads/ag_test_case $ PATH=/c/tools/ag-2020-07-05_2.2.0-58-g5a1c8d8-x64:$PATH kenstir@agent-smith MINGW64 ~/Downloads/ag_test_case $ ag string string.cpp 1:#include "string.h" 2:class String { 5:int String::i; kenstir@agent-smith MINGW64...

The repro is good news! I run the Git Bash shortcut from the Start menu item created by the Git installer, which has the Target: ``` C:\Users\kenstir\AppData\Local\Programs\Git\git-bash.exe --cd-to-home ```