hellojinjie
hellojinjie
### Description https://auth0.com/docs/quickstart/webapp/laravel#add-login-and-logout-links If one user login with two different connection (e.g. github and google oauth2), he/she uses the same email in the two connection. Laravel will throw an execption:...
Hi, I create a service named CoreService using bgs-core I enable the timer using 'enableTimer(50 \* 1000);' The timer worked fine when the app is open. When the app go...
https://github.com/microsoft/Semi-supervised-learning/blob/6cf697e6968f9f77040a9e0162306436a91a00dc/semilearn/algorithms/meanteacher/meanteacher.py#L54-L56 we get outs_x_ulb_s in line 54, but we use outs_x_ulb_w in line 55 and 56? 