Ziqin Wang

Results 18 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...

The fix looks straightforward, but the exported mbox file still mixes LF and CRLF. See highlighted `0d0a` in following screenshot. ![Export mbox: Mixing LF and CRLF](https://github.com/user-attachments/assets/664516aa-fd79-4bdd-99f9-4d38cece4acd) I only tested with...

I've tried to restart Thunderbird and reinstall the plugin, but the problem still exists. FYI: every message exported with IETNG from my inbox has mixed LF and CRLF. I've sent...

I’m afraid that I cannot test the plugin this week as I’m traveling. I’ll test it ASAP after returning home. Sorry for the inconvenience.

Sorry for the late response. Today I just realize that we were probably exporting mbox files in different ways when testing the CR problem. With b7/b8/b9, when I export a...