Anton

Results 3 issues of Anton

I want to add description to `google.protobuf.Any` and `message` (`Notification`) fields: ```protobuf syntax = "proto3"; package myapi; import "google/protobuf/any.proto"; import "google/protobuf/empty.proto"; import "google/api/annotations.proto"; // https://github.com/googleapis/googleapis import "protoc-gen-openapiv2/options/annotations.proto"; // https://github.com/grpc-ecosystem/grpc-gateway option...

wontfix

I try to add my form into an admin panel. I already have django-leaflet and it works normal via LeafletGeoAdmin. But I need to add my form without a model....

question

I'm trying this (Window 10 mingw): ``` /c/Python399/Scripts/pytest.exe -d --rsyncdir /d/my_test/remote_test --tx 'ssh=-F/d/my_test/remote_test/ssh_config myvmmachine//python=/usr/bin/python3.6//chdir=~/my_py_test' /d/my_test/remote_test/pytest_test.py ``` And I got this error: ``` ssh: Could not resolve hostname myvmmachine/python=/usr/bin/python3.6/chdir=~/my_py_test: Name or...