pqnet

Results 4 comments of pqnet

Machine learning could be useful for that

The same issue is present on other exercises as well, such as part 3. The root cause is that the copy function doesn't work when "to" is a directory in...

according to https://docs.aws.amazon.com/cognito/latest/developerguide/logout-endpoint.html the logout endpoint expects a `client_id` and a `logout_uri` query parameters. I managed to get logout working by adding extra query params: ```javascript userManager.signoutRedirect({ extraQueryParams: { client_id:...

The ionic cli itself, mainly to download the starter templates when running `ionic start`, has to do http requests. These requests are done using the `superagent` package. In order for...