Nadeem Mohammad

Results 13 comments of Nadeem Mohammad

Cant do the following as well Apple.js ``` function Apple() {} ``` AppleEater.js ``` //cant navigate from AppleEater.js to Apple.js, when clicked on Apple var apple = new Apple(); ```

I have used Eclipse, and added those scripts in the following preference=>javascript=>Tern=>Scriptpaths Not sure if those would get created automatically

https://github.com/mnadeem/boot-opentelemetry-tempo/issues/27 check this if it works

``` app.get('/api/template', (req, res) => { const { procedureCode, lobId } = req.query; const { membership } = req.decoded; let promises = [getS3Object(`templates/t.tpl`), getS3Object(`templates/z.tpl`), getS3Object(`templates/y.tpl`), getS3Object('templates/x.tpl')]; return Promise.all(promises) .then((pres) =>...

Same issue with grafana/tempo:latest

I have enabled multitent in tempo.yaml and started tempo backend ```` auth_enabled: true ````` Curl and post man fails even though I am passing the `X-Scope-OrgID` header ```` curl -X...

Any update on this ?