Kasra Faghihi

Results 7 issues of Kasra Faghihi

Would it be possible to add NAT-PMP support to this library? The protocol seems stupid easy -- much less convoluted than UPnP IGD. http://miniupnp.free.fr/nat-pmp.html has a good overview of the...

If `file://` is encountered, web-resource-inliner should correctly embed the file referenced. Currently it just appends the entire link to the `relativeTo` path, which causes inline-ing to fail. For example, if...

A timer is local to the sever it's running on. The problem is that this ends up binding an actor to that server. Because the timer triggers are happening on...

**Describe the bug** When viewing a doxygen rendered sourcecode, clicking on a template specialization takes you to the documentation for the main template instead. For example, in the screenshots below,...

bug
C/C++

If you place a `#@` marker on a line that's a ClassDef's docstring node, extract_node() doesn't seem to pick it out. When debugging, I noticed that the line number was...