Saman Ghannadzadeh
Saman Ghannadzadeh
The following code: ```c++ #include "wise_enum.h" namespace udaq::udaq { class Test { WISE_ENUM_CLASS_MEMBER(Enums, a, b, c) std::array array; }; } ``` Fails with the following when compiled with gcc 10.2.1...
Agreed, I think documenting it as a limitation is the way to go.
`policy accept` will accept all packets. See https://firehol.org/firehol-manual/firehol-policy/
Any thoughts on this?
I'm using a fork of https://github.com/darrenjs/wampcc. I'm implementing some additional functionality by using the `Options` element, as specified in the WAMP implementation.
First of all, thanks @samhocevar for this library. Very useful. As you said, it's straighforward to add the extension to the file name. However, there are two issues: 1. We...
I have the same issue, when using an Apache as a proxy. I can confirm that disabling HTTP/2 on the Apache config fixes this issue.
I've been having the same exact problem. Clearing my `elpa/` folder fixed this issue. So it seems that that it's reason 1 (i.e. incompatibility between Emacs byte-code), at least in...
@OfficialKrisHass in case you are interested, I've fixed this in [my fork](https://github.com/samangh/portable-file-dialogs). @samhocevar let me know if you would like a pull request for this.
@gamagan, thanks for the questions. They caused me to look at this more closely and do some experimentation. I was actually incorrect in my previous message. As long as the...