Tommy Tang

Results 6 issues of Tommy Tang

For special case with req.url 'http://host/user/vm/counter' and ``` router = '/vm/': 'http://192.168.1.1:8000' '/user/': 'http://192.179.1.1:8001' ``` Router would forward the request to 1st matched handler instead of the expected 2nd handler....

Custom component icon.vue is created to allow injecting custom component or existing material icon component. README.md, src/icon.vue, src/upload.vue, and demo/App.vue are updated to demonstrate the usage with additional props 'icon-components'...

onItemToggle call is supposed to be invoked via watch 'model.opened' handler. The onItemToggle call in handleItemToggle is duplicated. Please review.

Try to access api without defining the token. The server reports property 'statusCode' assigned with 'undefined' value at 150 of passport authenticate.js. Any suggestion to fix the statement res.statusCode =...

Run with following error. It seems that characteristics specified is different in my bluetooth sensor. But it reads data correctly on Android app. ``` File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run...

I run into problem in connection from passport-oauth2 to django-oauth-toolkit. When authorization is granted, getOAuthAccessToken prepare the request without authorization header including clientId and clientSecret as defined in section 4.1.3...