littledot

Results 9 issues of littledot

Video: https://imgur.com/a/DoDWNvE Hi, I'm using an animator like so: ``` views.list.layoutManager = LinearLayoutManager(context) views.list.itemAnimator = SlideInLeftAnimator() ``` The add animation work nicely, there is cascading effect where the items arrives...

The current list of dependencies are all absolute. ``` 'bintrees==2.0.7', 'requests==2.13.0', 'six==1.10.0', 'websocket-client==0.40.0', 'pymongo==3.5.1' ``` This makes it difficult to work with other packages that uses higher versions of the...

### Describe the bug Please add a clear description of what the bug is, **and** fill the list below. - Library version: *1.8.0* - Reproducible in official demo app: *no,...

is:bug

Hi bennidi, first of all, thanks for all your hard work on the project. I'm using MBassador 1.2 and I have a question regarding passing generic messages. Suppose I have...

enhancement

-Account for divider height when switching pinned headers -Fix NullPointerException when data set changes

Because of the way ListView handles scrolling, an `OnScrollListener` increments `firstVisibleItem` as soon as a child view's getBottom() exceeds the ListView's top boundaries. Vice versa, it decrements `firstVisibleItem` when a...

testify provides the On() function to set up mock expectations, which uses a string to identify the mocked function. However, Go provides an API [runtime.FuncForPC()](https://golang.org/pkg/runtime/#FuncForPC) which allows users to obtain...

According to the docs, pointers are considered equals as long as their ref'd values are equal. ``` // NotEqual asserts that the specified values are NOT equal. // // assert.NotEqual(t,...

I noticed that there is a write_batch.cc that allows users to perform multiple write calls atomically. However, JNI doesn't seem to expose any methods to access this feature. I was...

enhancement