Ziqin Wang

Results 6 comments of Ziqin Wang

@Makuna Seems there is no `std::function` template in the `functional` file of this project. As Vlpp library implement `vl::Func` (which acts like `std::function`) without relying on STL, it may be...

What if GitHub stops providing service one day and thus we cannot star the project? I would like to mention that - Google Code Project Hosting has become Google Code...

I'm also interested in fixing this issue. I think it's better to do some extra work if a lambda expression is encountered and return the expected result, i.e. `LamdaUtil#filterByLabelLambdas()` in...

I reconsidered the problem about returning the expected result and realized that it involves more decisions to make and is difficult to implement. Think about these problems: If we choose...

I met the same problem in 21.02. I didn't add a `network.lan.dns_search` but set `dhcp.@dnsmasq[0].domain` instead. Hosts in LAN can obtain the DNS search list from DHCP(v4), but a wireshark...