Sarun1001

Results 7 issues of Sarun1001

Hi, first of all thanks for this awesome lib. Lib tend to crash on almost all emulators and devices below SDK 19. But working fine on latest devices. Any idea...

I want to change app:neuButtonDrawablePitRadius through code, so I use setIconPitRadius(), but it's not working. Value of attribute is changing - verified using getIconPitRadius() but nothing is changing in UI

### New Issue Checklist - [x ] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [x ] I am not just asking a [question](https://github.com/parse-community/.github/blob/master/SUPPORT.md). - [x ] I have searched through...

type:bug

java.util.ConcurrentModificationException at java.util.ArrayList$ArrayListIterator.next(ArrayList.java:573) at co.mobiwise.library.radio.RadioPlayerService.notifyMetaDataChanged(RadioPlayerService.java:389) at co.mobiwise.library.radio.RadioPlayerService.playerMetadata(RadioPlayerService.java:358) at com.spoledge.aacdecoder.IcyInputStream.parseMetadata(IcyInputStream.java:231) at com.spoledge.aacdecoder.IcyInputStream.fetchMetadata(IcyInputStream.java:205) at com.spoledge.aacdecoder.IcyInputStream.read(IcyInputStream.java:133) at com.spoledge.aacdecoder.BufferReader.run(BufferReader.java:155) at java.lang.Thread.run(Thread.java:818) I think the library tries to modify the list (by adding or removing...

Thank you for this nice lib. Please reduce the min SDK to a lower version from 19

Hi Thanks for this open-source project, Can you please provide support for vertical display mount and wireless support (Enable android auto without attaching UBS cable to phone)

can you pls provide a sample python script that work i tested using `from facebook_scraper import get_posts, _scraper import json for post in get_posts('nintendo', base_url="https://mbasic.facebook.com", start_url="https://mbasic.facebook.com/nintendo?v=timeline", pages=3, cookies='trollmcookies.txt'): try: print(post['text'][:20])...