Results 14 comments of 8176135

The events example no longer builds because of the removal of `create_event_context`

If you can also provide an example using the new render api wrapper, that would be very helpful for a newcomer like me :D.

Well actually I just tried to do it, while the concept is not difficult (just collect the regex captures into a hashmap, then pass it into the handler), unless there...

@akatechis I have been working a PR, but I haven't managed to get code duplication down to a point I like yet. The problem as I mentioned above is that...

My current commit is here: 8176135@51db765ecabc3e0bee7c43e8ec10c1bc1f17986a I tried to move as much stuff into traits as possible, so that there is minimal code duplication between the structs, not sure if...

After some crude benchmarking, it seems like `capture` then creating a Vec runs about 6 times slower than `is_match`, even when there isn't a capture group in the regex. (without...

`curl` works with either routing for http trackers. And `nc -u` works with udp tracker hosts. e.g. ``` curl -4 http://tracker.archlinux.org:6969/announce curl: (52) Empty reply from server ``` Looking through...

Tried `strace -ff` on both deluge and qbittorrent, both have no mention of EHOSTUNREACH of (113).

Well, it seems my "fix" only works about half the time, with no apparent reason, sometimes when starting up the namespace and launching deluge or qbittorrent, it will just fail,...

@outnos Can you try another UDP tracker, I think udp://tracker.archlinux.org:6969 is just down. It didn't work for me even outside the namespaced-openvpn. Other udp trackers seems to work for me.