Max Kozlov
Max Kozlov
- Currently, server names with '-' not supported - Absent port from registry not supported (no default to 80) - Canonical url (ended with '/') not supported My suggestions: `...
Added the ability to cancel the Check/Uncheck event
I think we need it because it's default for original ssh https://github.com/sshnet/SSH.NET/pull/1098
at least rsa-sha2-512 todo: check others
Since the dependency on `Newtonsoft.Json` can cause problems, there is an option to replace it with `DataContractJsonSerializer` It is about 3-4 times slower, but our configs are quite simple, it...
When I start cloning (vcenter, esxi v6.7) The collector fails with error. After cloning is finished, the error going away ``` Sep 7 09:49:02 gorets vmware_exporter[806568]: 2021-09-07 09:49:02,345 INFO:Start collecting...
Background: I have admin user and plain user when I use `permission_classes = [permissions.IsAdminUser]` my api return - 401 without authentication - 403 with non admin user - 200 with...
Starting from _/guides/django/200_real_apps/040_db.html_, guide raise errors if used with recent versions of images. At first, mysqlclient for pip just doesn't build. [Here](https://stackoverflow.com/questions/56048631/docker-alpine-error-loading-mysqldb-module) they write that mariadb-dev should be added to...
**Describe the bug** Role always remove default `/etc/apache2/conf-available/zabbix.conf` config on Debian even user do not want to install vhost for zabbix **Installation method/version** * Github / latest **Ansible Version** 2.8...
I want to implement behavior like in #73 but for MenuItem (KeyboardModifier+Click events) Is it possible ?