Mpho Mphego

Results 18 comments of Mpho Mphego

Was this issue ever resolved? I am experiencing it ATM

> Hi guys replace the files in your ~\node_modules\udacimak\lib\api folder with these files ([api.zip](https://github.com/udacimak/udacimak/files/6087914/api.zip)). You will have to find a way to locate your node modules folder as it differs...

@mssrivatsa Thanks for the fix. Could you please make a PR.

Fix as per @mssrivatsa ```bash vim ~/.npm-packages/lib/node_modules/udacimak/lib/api/fetchNanodegree.js ``` Replace `const queryGraphql` with: ```js const queryGraphql = `{\"query\":\"\\n query NanodegreeQuery {\\n nanodegree(key: \\\"${key}\\\" version: \\\"${version}\\\" locale: \\\"${locale}\\\") {\\n \\n id\\n key\\n...

@johannesjo could you reopen the issue, I find it hard to keep track of my google calender and having it integrated to the app would be a great plus as...

Sorry for the late response, only saw this notification just now. This made sense in my head, but could you add a feature such that as soon as you schedule...

> The flake8-requirements plugin can not parse your requirements.txt file. Can you show requirements.txt body? The flake8-requirements plugin was not written by me. I will remove it from flake8-awesome, If...

Additionally, I tried another alternative approach ## Script Used ```python cat traceloop_test.py #!/usr/bin/env python3 # traceloop_test.py - Minimalist Python script for sending traces to Instana # Using Traceloop SDK for...

> [@mmphego](https://github.com/mmphego) does this work with traceloop UI? We did not try this on traceloop UI.