Jack Kinsella

Results 37 comments of Jack Kinsella

I also tried naming the table `admin/users`, but `fixture_builder` gave the following error trace (which was fixable by manually creating a `spec/fixtures/admin` folder): ```ruby Errno::ENOENT: No such file or directory...

I extracted some logs in case someone more familiar with this stuff can help debug ```java 08-08 19:54:22.852 2000 3897 I ActivityTaskManager: START u0 {act=android.intent.action.VIEW cat=[android.intent.category.BROWSABLE] dat=fb666666666666://authorize/ flg=0x14000000 cmp=com.YOLOApp.marketapp.development/com.facebook.CustomTabActivity (has...

My workaround was to use Expo's new [Web Browser](https://docs.expo.dev/versions/latest/sdk/webbrowser/) API to open an external browser for the social logins instead. At the end of the process, I hit my app...

FYI: the redirect works fine for Google auth and expo-auth-session

Same issue. Update: I solved with the following code (I believe by adding `attribute` to Field) ```python class EventResource(models.ModelResource): tags = fields.Field(attribute="tags", widget=widgets.ManyToManyWidget(Tag, field='name')) ... class Meta: fields = (......

This is still happening today on the latest version of `newrelic` Python agent. Essentially as soon as I send a single web-sockets message using Django channels, the server not only...

I started experiencing a bunch of these in the last week -- never happened before in years of working with Expo push tokens