Vigilans

Results 45 issues of Vigilans

## Milestone - [x] When clicking the problem node, create a webview panel with problem description. This feature could be implemented with `leetcode-cli show -x` command. Would be better if...

feature request

Checklist - [x] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` - [ ] This bug exists for C - [x] This bug exists for C++ - [ ]...

🐛 Bug
🔍 investigating
Syntax: C++

The stage dir (`release/src/router/arm-glibc/stage/usr/lib`) contains some libtool files (*.la) with a wrong libdir (normally `/usr/lib`), and compilation will break when referencing such wrong libtool files, while users have their corresponding...

Currently, correct quota information is returned only for root ('/') folder. However, there are cases when we mount a subdirectory of a webdav server as the cloud disk, and in...

### Current Behavior ![image](https://user-images.githubusercontent.com/20227484/69305567-6db18b80-0c5f-11ea-95f2-b9f094c61f07.png) ### Expected Behavior ![image](https://user-images.githubusercontent.com/20227484/69305603-9174d180-0c5f-11ea-98ba-7ebee30b4655.png)

bug

Fix #214 ## Demonstration #### Before #### After

Related issue #174 After adding user library(CHECKSTYLE) in Eclipse: ![image](https://user-images.githubusercontent.com/20227484/66970741-0c772500-f0c1-11e9-8ec7-f55cc9d7f842.png) The dependency viewer can show the container node, but not the jar files within it: ![image](https://user-images.githubusercontent.com/20227484/66970866-7f809b80-f0c1-11e9-8498-5c2d0ba8ae86.png)

bug

这个PR为`arDdnsCheck`添加了第4个参数:接口名。通过`arDdnsCheck $domain $subdomain 6 $dev`或`arDdnsCheck $domain $subdomain 4 $dev`,我们可以限定在指定的接口`$dev`上查询一个IPv6地址或IPv4地址。 该参数将解决以下需求: * IPv4:双WAN双公网配置时,选择其中一个网卡更新IP(或调用两次更新到不同域名上,再借助CNAME做线路分流),如https://github.com/rehiy/dnspod-shell/issues/46 。 * IPv6:除了双WAN之外,在一个网卡上会有多个IPv6地址(稳定的+临时的)。DDNS一般来说是使用于服务端,IPv6地址应以稳定而非频繁变动为好,但`ip route get`与外网查询则常常更偏向于使用临时地址(因为是作为客户端去访问出口服务)。因此`$dev`参数对应的查询规则,可以设计为优先偏向于静态的稳定地址,当无法查询到时才回退到临时地址。 * 为内部网络更新域名(如指定一个TUN/TAP接口) --- 该PR引入的第4个参数实际上是在为下一个PR引入的第5个参数(MAC地址)作铺垫:通过给定一个指定的网卡接口与一个指定的MAC地址,获取该网卡链路上该MAC地址对应设备的IPv6地址并更新到DDNS。 届时,`dnspod-shell`将支持的参数组合如下: * `$domain $subdomain [4|6]`: 查询用作默认出口的地址(偏向于使用临时地址), 调用`arWanIp4`或`arWanIP6`; * `$domain...

Currently during routing decision, v2ray will use its internal DNS to resolve domain to IPs. But in transparent proxying, if the IP of a domain is guaranteed to be reliable...

In previous ac automation implementations, we thought a domain name would only contain valid characters (the [LDH subset](https://tools.ietf.org/html/rfc952)) (because DNS and http requests should validate the domain beforehand). But actually...