Wei Sun

Results 28 comments of Wei Sun

I have an interesting situation too -- AuthToken.objects.get_or_create works in most cases, but when I'm performing Django unit tests, AuthToken.objects.get_or_create within the API views I'm testing doesn't work (but they...

It seems that at least a couple Django 3.x apps have been able to use django-saml2-auth: #151

@ptmt This looks awesome! Please let us know when the post and/or example is live.

Having the ability to grab the current index would be amazing; I too can't find a way to do this.

@ochikov My current workaround is to use `onIndexChanged` and save it to a state value, which I can then use: ``` this.setState({ swiperIndex: index })} ...> ... ```

@devinjameson Once `onIndexChanged` passes the index value to a component state (say we named it `swiperIndex`, you can access it using `this.state.swiperIndex`. For example: ``` export default YourComponent extends Component...

The CodePush service has been down for at least the past 3.5 hours -- although maybe it's related to another AppCenter outage today. https://status.appcenter.ms/incidents/4pw8ddc9d0zy

I'm also having this issue. Version 2.0.2 of this toolkit was working when my RN app was on 0.59.5, but is no longer playing sounds for Android on RN 0.60.5....

For the time being, I'm going to use `react-native-sound` (which does work with newer RN) instead of `react-native-audio-toolkit`.

Here is a proposal: by default, the PIP would show the first subscriber (if it exists), and if no subscribers exist, then the first publisher (if it exists). Otherwise, developers...