The Tech Mage

Results 44 comments of The Tech Mage

I'll agree that this is an interesting problem and I'm certain it will only get worse when implementors don't take file size into consideration, especially if upper management requests higher...

Both https://github.com/hyperledger/aries-cloudagent-python/pull/1940 and https://github.com/hyperledger/aries-cloudagent-python/pull/1962 appear to have merge conflicts in one form or another. The commits from https://github.com/hyperledger/aries-cloudagent-python/pull/1940 made assumptions about work that had been made within other commits (most...

Force-push due to a commit missing a valid GPG signature

I did some investigation, @Wingysam. This does not appear to be related to Passport, but instead is related to express-session. If I create an anonymous function within `app.use` like the...

Yep, no problem! Just a heads up, I spent some time today and found the root cause. Turns out, the `session-pouchdb-store` is clobbering the cookie object for the session when...

Huh, it never occurred to me that that would be a valid strategy. I tend to make the effort to fix things upstream and, where possible, monkey-patch a fix in...

Fixes to the pouchdb store have been implemented here: https://github.com/frostyfrog/session-pouchdb-store/tree/fix/christmas-patches I'm not quite sure how to get it loaded, as developing node libraries is not my forte. But that should...

Thank you for being on top of the notifications for this repo, @Wingysam

IMHO, open source is about contributing to projects when you're able to. One of my favorite things that I've learned as I've started to work in open source professionally. When...

~~I did some playing around while investigating https://github.com/Wingysam/Christmas-Community/issues/17 and it appears that the cookie options aren't respected at all. Not even the default options are being applied, so we just...