Allan Chain

Results 36 comments of Allan Chain

哦对,要切换成国际版才有。但是国际版和国内版在 URL 不一定体现得出来 :joy: 那这个网址可以吗?加参数强制国际版: https://cn.bing.com/search?q=GitHub&ensearch=1 要是能测试出来的话我把测试地址改一下

很奇怪,我刚刚又回头看了一下 @shenzhiming88 的录屏,发现他用的是必应国内版,也被重定向。但是我也开了隐私窗口,用国内版就是没有重定向,而用国际版却有重定向,国际版的表现和录屏一致。然后换浏览器,火狐和 Edge 表现一致,Chrome 则没有被重定向。难道是必应对不同环境有不同表现?

必应确实会根据 UA 和 Cookie 等请求头返回不同的 HTML。如果我直接不加 cookie: ```bash ❯ curl 'https://cn.bing.com/search?q=github&ensearch=1' -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0' > firefox_clean.html ❯ curl 'https://cn.bing.com/search?q=github&ensearch=1' -H 'User-Agent: Mozilla/5.0...

That's weird. Scrolling works fine on my computer. And the scroll padding style is the same as default jupyter theme. Still problem if switch to Jupyterlab Dark theme with `theme-scrollbars`...

Using app factory for testing. This problem is still there and driving me crazy. Please fix it! (There is already a PR commit https://github.com/fengsp/flask-session/pull/12/commits/1c1f7903184673682bd1d75432c8f455b62393a4) If modifying db is not graceful:...

If you don't set `SESSION_SQLALCHEMY`, flask_session will create it's own `db` instance, and the `session` table is created with this `db` instance. Thus `session` table will not be created by...

I am trying to work on it, but this requires a lot of change. My solution is to write a simple webpack plugin (inspired by vue-cli) and add manifest.json and...

@rishabh3112 Serving manifest.json is simple. The problem is the icons. (browser will follow manifest and request icons.) It's still difficult to configure dev server under assets/static/ because of its special...

Emm, webpack dev server is serving from memory.. Means there is no actual assets/static dir to write. But it's possible to setup temp dir or force dev server write to...

Same issue here. Using Manjaro with KDE. No console errors on the Developer tools. I did some experiments and find that there is no stuck if I unhide the ``...