Nejc Galof
Nejc Galof
I don't know if this problem is related to this project, or if the problem is related to CMake or another tool. Anyway, I wrote here, because I am taking...
It is possible to use structure binding when we want to iterate through YAML::Node? ``` for(const auto& n : node) { auto a = n.first.as(); auto b = n.second; //...
My problem is, when I press shortcut, extension is not open/activate. I found problem, when I deactivate my already loaded extensions. Problem is, when I activate Pushbullet. Then I found...
We have problem, when we define proto like this and generate C++ code: ``` // comment 1: enum Type { INVALID = 0; UNSET = 1; TYPE_ONE = 2; }...
Colors work on PowerShell, but not in CMD. Maybe choose PowerShell in default.
Hello @lefticus. I admire your work. I have some suggestions and we can discuss about them and then I can create some PRs if they turn out to be good...
It is possible to create another example like my_lib where my_lib is a shared library (.so). I try it, but I have problems when I link it to the tests....
Formatting inside the `lazy_static!` macro did not work when the macro was used with the crate name: `lazy_static::lazy_static!`. For example, that code is formatted well. ``` use lazy_static::lazy_static; ... lazy_static!...
**Short question:**: Why does the NAT workaround work only for private IPs? I am having problems using the NAT workaround and private IP addresses. Some FTP servers for file exchange...