Delta Regeer

Results 93 comments of Delta Regeer

https://github.com/stevepiercy/pyramid_request_diagram/blob/master/pyramid_onion.svg Router executes the tweens... WSGI -> Router -> Tweens -> View -> Tweens -> Router -> WSGI

toolbar_tween is only ever there when the toolbar is active. It is registered by the user. excview_tween you can leave, it is always there. It is registered by Pyramid. tm_tween...

When SQLAlchemy adds the updated list, we'll just have to grab it and stick it in the cookie cutter.

@luhn you may also want to take a look at `CookieProfile` and the cookie handling in WebOb as I think that is where we would want to try and make...

@luhn we already used the serializers from WebOb, I thought that the BaseCookieSessionFactory was also using `webob.cookies.SignedCookieProfile ` to do the cookie setting/unsetting. Since we aren't, we should see if...

I spent about 6 hours studying the code (when I was on IRC with Russell) on both sides and I can't find anything that jumps out at me that we...

@mmerickel I can only confirm that the two sides seem to be coming up with two entirely different hashes, however both sides seem to be doing the calculation the exact...

I am guessing this support will be necessary before this will compile on Rust on aarch64 on macOS Big Sur on Apple Silicon M1.

I was attempting to cargo install ripgrep, and it failed to build memchr. I came looking for an issue that mentioned aarch64. Edit: I will fully admit that I am...

@BurntSushi ignore my comments. I just found: https://github.com/shepmaster/rust/blob/silicon/silicon/README.md which mentions there may be issues due to some parts being x86_64 and some parts being compiled arm64. Using `RUSTC=$(rustup which rustc)...