Cyril Auburtin
Cyril Auburtin
hopefully fix #75 if not please @TheSavior can you help a bit? much thanks in advance, I really like and use your sublime package
This utility could be available from Reflect I think (similarly to [go](https://golang.org/pkg/reflect/#DeepEqual))
I've tried everything to run this command, but I think it's not supported on circ basically it says `messages of type will not be displayed...` but it does nothing Ignoring...
http://recordit.co/vMr4ichyKE It's strange because I can drag the ones on the left, but can't drag the main one. The only way to scroll is with the mousewheel, I can't drag...
I'm sorry I've browsed documentation and other issues, but I don't find how to run the `/msg nickserv identify ***` when circ starts ps: it would also be great that...
just did this https://jsfiddle.net/crl/6uaktq3s/ that shows that your lib is the fastest around, and deserve more credit
Add note about speed cf #19
For CSP, I'd like to do `AnalyticsBrowser.load({ writeKey, nonce })` where nonce is a CSP nonce passed to allow specific scripts
usage: ```js session({ ... getcookie({headers}, name, secrets) { if (headers.cookie) { var cookies = cookie.parse(headers.cookie); return signature.unsign(cookies[name] || '', secrets[0]); } else if (headers.authorization) { return signature.unsign(headers.authorization || '', secrets[0]);...