Sam DeSota

Results 16 comments of Sam DeSota

Router already has the method delete defined. We could just use super.delete to fix this. Also, just tried this. Express Router doesn't seem to be compatible with ES6 classes If...

The other option is having a getMiddleware() function that returns the Router. That way `instanceof Resource` would work, but not `instanceof Router`. Also, slightly simpler inheritance as well multiple instances...

It's funny, I just started using xstream again this week. Ended up re-implementing lazy privately again via: ```js import xs from "xstream"; const lazy = getStream => { return xs.create({...

Hey all, I was playing around with this a few months ago and I forked babel to get this working on my setup, but the PR and code referenced above...

Same issue here. Interestingly, I'm using my own implementation of JWT and have jsonSecret in my config. Probably not related, but would like to use the expressJWT feature soon.

@danenania Is this happening anytime soon? Please also fix for other distributions. I often have to manually delete non-linux amd 64 distributions from envkey-node + envkey-python in order to use...