plugin
Here are 11,880 public repositories matching this topic...
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Oct 1, 2020 - Go
-
Updated
Sep 17, 2020 - Java
-
Updated
Oct 1, 2020 - Go
-
Updated
Aug 13, 2020 - Java
-
Updated
Sep 30, 2020 - Kotlin
功能请求:支持多个V2ray实例
多实例(主要是v2ray多实例)需求,主要是两个场景,且难以用其它方式替代。请拨冗考虑,未来是否可以增加此特性。
场景1、代理链式转发
在 #742 中关于代理链式转发的讨论,使用proxySettings代理出站流量的方向是对的,但在实操中,结合机场的订阅,需要将机场的信息编辑到复杂路由的json配置中,当切换线路时非常的麻烦。
我现在的做法,是机场的代理提供一个本地socks5服务,比如端口为10801,v2ray中配置一个socks协议的outbound,作为vmess的proxySetting。整个链路大致是这样的:
浏览器 ->
# 代理
socks://127.0.0.1:1080 -> vmess outbound (proxySetting on socks)-> socks outbound ->
#
Being a newer user to vue-i18n, I accidentally was using the unsafe v-html binding solution after reading the docs on HTML Formatting. Going back through the docs, I now noticed the big warning at the top suggesting using component interpolation.
What do you think about showing an example of component interpolation under the HTML formatting section (https://kazupon.github.io/vue-i18n/guide/fo
Ultisnips plays very good with for selection but w
-
Updated
Sep 24, 2020 - Ruby
-
Updated
Sep 6, 2018 - Java
JS 配置如下:
var gitalk = new Gitalk({
clientID: '3654916*****0c0038c28',
clientSecret: 'd90d031a*****0e0fa4c7fe2fae747b96b',
repo: 'Strange-AI.github.io',
owner: 'Strange-AI',
admin: ['jinfagang', 'Strange-AI'],
id: vm.codeId,
distractionFreeMode: false
});
gitalk.render('gitalk-conta
-
Updated
Sep 28, 2020 - JavaScript
Here is an issues with detailed description: NekR/offline-plugin#77
-
Updated
Sep 25, 2020 - Objective-C
-
Updated
Aug 24, 2018 - JavaScript
-
Updated
Sep 29, 2020 - JavaScript
-
Updated
Oct 26, 2017 - Objective-C
-
Updated
Jun 13, 2020
-
Updated
Jun 29, 2020 - Java
Use caniuse-lite
We loved caniuse-db, but it uses 7 MB and contains many irrelevant data.
This is why @ben-eb created caniuse-lite. It is just a copy of latest caniuse-db (he wrote autorelease script) with less data and better compression. Only 1 MB.
Autoprefixer and Browserslist moved to caniuse-lite. So let’s use it here too. It is very easy, API is the sam
-
Updated
Jul 3, 2020
-
Updated
Oct 14, 2019 - JavaScript
-
Updated
Apr 22, 2018 - Python
Improve this page
Add a description, image, and links to the plugin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the plugin topic, visit your repo's landing page and select "manage topics."
The regex we use for detecting TypeScript directives was originally adapted from tslint. Since then (I think??) TypeScript has added multiline comment support for directives.
You can see