David Axelrod

Results 27 comments of David Axelrod

Seeing an error when connecting with custom domain name. ignore task failed code=4042 : callback on_dvr https://api....com/callbacks/on_dvr/ : http post on_dvr uri failed, response=, code=0 : http: client post :...

Hi! Same issue here. Symbol not found: _PyBytes_AsString Edit: Found a solution! Access tensorboard through your site-packages dir (I have tf globally installed) python /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/tensorflow/tensorboard/__main__.py --logdir=./logs

Same here "react-native-reanimated": "2.3.1", "@react-navigation/bottom-tabs": "5.11.2", "@react-navigation/native": "~5.8.10", "@react-navigation/stack": "~5.12.8",

Having this issue as well. The screen is in a tab navigator but the tab bar is hidden for this particular screen

Hey, thanks for the work done thus far! Adapted @AmirMahmood solution for django rest framework's token auth based on the old impl. See below: ```python @database_sync_to_async def get_user(token_key): try: return...

@frennkie Hey thanks for looking it over! You're right, the model filtered upon isn't of type Token but rather the user model. Changing my comment (and my code) to reflect...

Hi all! Getting this in my uat environment but not locally. Does anyone have any ideas?

I'll dig into the stack trace above this weekend :D

@krisidmisso your solution worked for me. Looks like it'll be merged into the repo soon

Hrmm doesnt work for me. A single scope works fine but when I try to chain them, it breaks "Some requested scopes were invalid. {invalid=[email+profile]}" I also tried {scopes: "email,profile"}...