Ed Chai
Ed Chai
🤔 that is strange, so `onPanResponderGrant` wasn't triggered on the touch gesture sometimes on android.
can you try to change `onPanResponderTerminationRequest: () => true` on [this line](https://github.com/DrChai/react-native-rheostat/blob/ec290a1b00aee34224b25385baa2b1bcaafc211d/src/hoc/withRheostat.tsx#L94). see if it is resolved
for #1575 or other related use cases, a workaround solution is to create a field for the context in child and inject your context data from the validator in the...
this issue happened on my production server(Linux). The reason is due to different *_storage_hash *_id. when processing delete_thumbnails(), it will try to compare self.storage_hash(source) with its thumbnails.storage_hash: [https://github.com/SmileyChris/easy-thumbnails/blob/master/easy_thumbnails/files.py#L704](url) However the...
since social_serializers.py uses [complete_social_login(request, login)](https://github.com/Tivix/django-rest-auth/blob/master/rest_auth/social_serializers.py#L68) from original allauth library. during this process. it will eventually trigger django's login() to perform typical session-based login. So no matter if you set `REST_SESSION_LOGIN...
@theshillito i remembered I had tried some EEPROM games, like [Zelda - The Minish Cap (gba_eeprom_64k)](https://raw.githubusercontent.com/mamedev/mame/master/hash/gba.xml#:~:text=The%20Legend%20of%20Zelda%20%2D%20The%20Minish%20Cap%20(USA)) with a 1Mbit flash card. they all failed to save. Only some games with...
@theshillito You’re right! If I use GBATA to patch the SRAM first and then run this for a flash patch, the EEPROM game will be saveable. I thought it could...
@theshillito I took a quick look at the commit of the latest release, those are just a few typo fixes of C. I suppose it was not working for eeprom...
Thanks for your ticket! I haven't touched this project since the last version I released. Currently, all projects from myself and the company I work for have transitioned to native...
@nikolaz111 I figured out a few steps to fix this bug TEMPORARILY : - in solrconfig.xml change default schemafactory to class ClassicIndexSchemaFactory - for class initParams: ``` _text_ ``` change...