ssr
Here are 2,169 public repositories matching this topic...
-
Updated
Sep 27, 2020
-
Updated
Nov 9, 2020 - JavaScript
-
Updated
Dec 5, 2020 - JavaScript
-
Updated
Dec 4, 2020 - TypeScript
-
Updated
Nov 1, 2020 - JavaScript
-
Updated
Oct 31, 2020 - TypeScript
-
Updated
Nov 28, 2020 - Python
-
Updated
Dec 4, 2020 - TypeScript
-
Updated
Dec 5, 2020 - Python
-
Updated
Nov 8, 2020 - Shell
你的功能请求与使用中遇到的麻烦有关吗?若有,请描述?
为了防止订阅链接被墙,qv2ray带有通过代理更新的功能,但是使用这个功能有一定缺陷。参考下列情景。(使用通过代理更新均默认使用Qv2ray自己创建的代理)
1.小明有两个订阅链接,一个是被墙的A,一个是未被墙的B,但是B的安全策略会拒绝大多数已知VPS服务商的IP
为了更新被墙的A,小明打开了通过代理更新。
成功更新A后,小明去更新B,但是B的安全策略拒绝了小明的更新,小明需要打开首选项去掉通过代理更新才成功
2.小明有1个订阅链接A,这个链接被墙了,于是小明一直是打开通过代理更新的,而使用的代理也是链接A的代理。
有一天,订阅链接A的服务器全部被墙了。小明找好基友小王借来了一个未被墙的订阅链接B,但是小明发现更新不出来,原因是服务器尝试去连接QV2ray的代理,但是现在它并没有配置上可用代理,于是小明又需
-
Updated
Dec 4, 2020 - JavaScript
-
Updated
Dec 6, 2020 - JavaScript
"Babel 7.8.0 supports the new ECMAScript 2020 features by default: you don't need to enable individual plugins for nullish coalescing (??
), optional chaining (?
.) and dynamic import()
anymore with preset-env." - https://babeljs.io/blog/2020/01/11/7.8.0
We should update zero to latest babel and add an integration test for these features. I think the right change will be [here](https://gith
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Aug 12, 2019
-
Updated
Dec 5, 2020
Fix ESLint warnings
-
Updated
Nov 27, 2020 - JavaScript
-
Updated
Dec 4, 2020 - JavaScript
-
Updated
Nov 20, 2020 - JavaScript
-
Updated
Oct 26, 2020 - Shell
-
Updated
Jun 2, 2020 - JavaScript
Improve this page
Add a description, image, and links to the ssr topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ssr topic, visit your repo's landing page and select "manage topics."
Related PR: #6331
Suggested by @pimlie
When trailing slash handling is enforced (in any manner), it'd be great to have two things for improved DX:
Nuxt Link adaption
No matter how you input the links in your Nuxt link (be it as an object via named routes or via string), the component should enforce the set up trailing slash handling (adding or removing the slashes as needed).
U