Anton Tolchanov

Results 13 issues of Anton Tolchanov

I have been thinking about using Accent as a lightweight way to stay in touch with friends, and [wrote a proposal](https://docs.google.com/document/d/1hlEAvgQkRX4TyObGYflA_xON5N5iij43-0dnILSS-ek/edit#) describing how this might work. Looking forward for any...

Instead of displaying the image in the top left corner with a black background, this will center smaller images in the middle of the screen, using an appropriate background color...

enhancement
server

Available options chosen based on the latest Unicode Common Locale Data Repository: https://unicode-org.github.io/cldr-staging/charts/39/supplemental/territory_information.html

enhancement
server

I am using `mikrotik-exporter` to collect metrics from a RB4011iGS+5HacQ2HnD router running RouterOS 7.4. When I add a new netwatch host, its status does not get exported: ``` $ ssh...

Following #97, we could improve error handling: 1. determine minimal versions of `nginx` and `ngx_lua` that are required for this library 2. check [ngx.config.nginx_version](https://github.com/openresty/lua-nginx-module#ngxconfignginx_version) and [ngx.config.ngx_lua_version](https://github.com/openresty/lua-nginx-module#ngxconfigngx_lua_version) and display an error...

The spec does not describe whether the stats library maintains an internal buffer before passing stats to exporters, but in practice Go and C++ libraries seem to do that (and...

proposal

After upgrading from 0.7.0 to the latest `master`, I started seeing occasional errors like this from `CreateTimeSeries `: > rpc error: code = InvalidArgument desc = One or more TimeSeries...

- Make sure errors propagate to the HTTP response. - Return an error if there is no `summary` annotation field. - Adjust README to make expected configuration more clear.

This patch adds some flexibility to 'icon bounce' notifications, allowing user to disable them completely or switch to "bounce until in focus" mode.