Evgenii Lepikhin

Results 9 issues of Evgenii Lepikhin

My backend returns infinite content stream of such type: HTTP/1.0 200 OK Server: Motion/3.2.12+git20140228 Connection: close Max-Age: 0 Expires: 0 Cache-Control: no-cache, private Pragma: no-cache Content-Type: multipart/x-mixed-replace; boundary=--BoundaryString --BoundaryString Content-type:...

Added new metrics collected from LTE interfaces: lac, sector-id, phy-cellid, cqi, session-uptime.

``` libtool: compile: gcc -DHAVE_CONFIG_H -I. -Wall -Werror -g -O2 -c liboping.c -fPIC -DPIC -o .libs/liboping_la-liboping.o liboping.c: In function 'ping_host_add': liboping.c:207:9: error: '%s' directive output may be truncated writing up...

This resolves several issues related to focusing. # Description The destroyed window is not removed from window history stack. Thus, on the next call `window_destroyed_handler()` tries to take the second...

Hi there, There is a bug somewhere in state.rs → container_phrasing(), which makes it panic with the message like "byte index 212 is not a char boundary" at line 245....

Issues fixed: 1. `build_window_properties()` returned None in case some unknown property was found. 2. Added support for window props "machine" and "mark"

This PR removes unstable features requirement and allows compiling it with stable Rust compiler.