Daniel Leong
Daniel Leong
Repro: Add a header view, scroll so header view is off-screen; now, the first item in the ELV won't be scrollable Also: 2af4137 fixes a bug where the ELV-specified OnScrollListener...
**Checklist:** * [x] I have checked that there are no issues with similar or the same content **YOU SHOULD CHECK CLOSED ISSUES ASWELL** * [x] I have checked the FAQ...
The position.file property seems to often be just a file name; for files like mod.rs this would throw an error due to the way the special casing was set up;...
Simple color substitution; could be useful when using icons from materialdesignicons.com, for example, or so you can work with dark colors in inkscape (which has light background), but automatically have...
I noticed recently that when my game window is in the background, the CPU usage spikes to ~80% for some reason. I was able to fix this by setting the...
I'm interested in incorporating this component in my Clojurescript project, but unfortunately Clojurescript doesn't seem to play very nicely with ES6-style modules. - [x] I have searched the [issues](https://github.com/oliviertassinari/react-swipeable-views/issues) of...
Before this PR: ```typescript switch (..) { case ..: line1... //
It looks like this was the plan, and there's a lot of code preparing to support it, but would I be right in guessing that it wasn't enabled in the...
I don't have a consistent repro for this, but every now and again I encounter this error when activating netrw via the `-` mapping of vinegar. Checking `au CursorMoved` in...
Probably not a big issue for many people, but the current behavior is problematic for use with [lein-droid](https://github.com/clojure-android/lein-droid) and Android. As mentioned [here](https://github.com/clojure-android/lein-droid/issues/162), pomegranate defaults to `jar` if the extension...