Vinícius dos Santos Oliveira
Vinícius dos Santos Oliveira
The HttpServerRequestRouter could cache path strings to avoid regex processing. This enhancement proposal was [originally documented](https://github.com/vinipsmaker/tufao/issues/14#issuecomment-21575261) on issue #14.
It's very common to mix words from the two main languages you master in a single conversation. Prediction hardly based on the chosen language is very anti-intuitive.
When a new punctuation symbol is inserted, a space should be added. When you touch a predicted word to have it inserted, a space should be added after it automatically....
When a punctuation symbol is inserted, keyboard should automatically insert a space and change capitalization mode on.
One user complained when I used this bot because of “privacy concerns” when his user showed up on IRC and I had to ban the ghost user from the IRC...
On Windows, the recv_from operation on the UDP socket may return the following errors, which are expected and should be ignored: - 10054 (WSAECONNRESET): Windows can send this error if...
This PR depends on the work from PR #14. This PR is **very** important for UDP hole punching, which is one of the main reasons to use uTP above TCP.
This commit adds a `set_read_timeout` function similar to Rust's `set_read_timeout`[1]. The differences compared to upstream are: - Operation always succeed. - It takes an i64 instead Duration. [1] https://doc.rust-lang.org/nightly/std/net/struct.UdpSocket.html#method.set_read_timeout
* Collect running fibers in debug mode on some sort of asio's service to be later consulted. * GDB scripts. * KDevelop plugin.