Manideep Polireddi
Manideep Polireddi
FWIW, we have changed our cache policy from a time based(3d) to count based(1000) and stopped seeing this error. We would have liked a size based (25MB) option, but count...
For folks who use `scoop` on Windows ```sh $ scoop install ruby $ scoop install msys2 $ ridk install # PRESS ENTER (installs MSYS2 + MINGW Development Kit) ``` This...
The corresponding java code for [BetterRecyclerView](https://gist.github.com/manidesto/ecccd38787fa8e287a3f18bcd9867189). The code for FeedRootRecyclerView is present in [blog post](http://nerds.headout.com/fix-horizontal-scrolling-in-your-android-app/)
Have corrected it. Can you check now ? :P
Just in case someone is doing a git bisect the following commits are good ``` "nvim-treesitter": { "branch": "master", "commit": "f2778bd1a28b74adf5b1aa51aa57da85adfa3d16" }, "nvim-treesitter-textobjects": { "branch": "master", "commit": "35a60f093fa15a303874975f963428a5cd24e4a0" }, ```...
How about ```diff if (await file.exists()) { + try { await file.delete(); + } on PathNotFoundException catch (e) { + // File has already been deleted. Do nothing #184 +...
@JakeWharton Any intention of > Changing this to a Gradle transform instead of a hacky plugin that hooks into tasks ? (is kotlin support in the pipeline?)
Linked issue of microsoft/terminal has been fixed - https://github.com/microsoft/terminal/issues/13710
@brakmic My bad. My repro script was not correct. The issue is visible only if there is another column after the column with `\r` or `\r\n` in the value. Updated...
## Update Blocked on https://github.com/fastlane/fastlane/issues/21334 for fix suggested above to work