Daniel Khan

Results 28 comments of Daniel Khan
trafficstars

@dougwilson - is there a chance to land this or are there reasons that hold it back?

@dougwilson - I think it's hard to prevent conflicts when PRs are sitting for such a long time. I just resolved the conflict. Let me know if I can help.

@dougwilson - fixed linting problems. Console output is gone.

As https://github.com/expressjs/generator/pull/176 seems to have stalled and contains too many unrelated changes anyways I've created https://github.com/expressjs/generator/pull/200 that adds an --es6 flag. Feedback appreciated.

Duplicate to - https://github.com/expressjs/generator/pull/200 which unfortunately never merged.

As discussed in our last meeting, I've created [a POC ](https://github.com/danielkhan/opencensus-node-typed-span-sample)for this feature. ## Implementation I've created a separate project with a dependency on opencensus-node. There I've extended `Span` as...

Let's use `system` and add it to glossary (level-2)

Let's follow-up with a proposal to https://fetch.spec.whatwg.org/

This is a valid scenario. Right now, the normative section is not really clear on that. At the same time, the version is contained in traceparent and this might break...

@samueldusek In your `Dockerfile`, try adding ``` RUN npm uninstall --save @sentry/nextjs RUN npm install --save @sentry/nextjs ``` This works for me as it will make sure that you get...