Andrew Eddie

Results 53 comments of Andrew Eddie

I think in these early stages of testing you want to capture all the data you can, so I'd dump the entire $_SERVER variable in a field as well.

What is firing the callback to the server?

So is your current implementation vulnerable or is it safe to use? Thanks.

Looks like there is a critical update for `jsonwebtoken` in the backend. Let me know if you need any help.

Following on, here's a workaround I'm testing: ``` js var endPoint = new Promise(function (resolve, reject) { // The following module does not exist. require('./foo'); resolve(false); }); session.register('com.error', function (args,...

Why not just call it something like "I'm working on this" and make it a many to many relationship. You could rightly have 10 people working on solving a particular...

> I'm wondering if the use-case you're referring too (multiple contributors on a single issue) happens all that often I don't really know. All I was trying to do was...

I'd probably keep the discussions on this issue tracker until it gets out of hand (which would be a nice problem to have). On the other question, I'd appreciate a...

> How will these be used, in conjunction with servicebus? It's only used if you are including servicebus is a Typescript project. Regarding package name, that's our standard naming convention...

That's it. You can then just use an import like: ``` typescript import {Bus} from 'servicebus'; ``` and Typescript can do all it's compile-time checks and balances.