Skip to content
#

plugin

Here are 963 public repositories matching this topic...

kuon
kuon commented Mar 15, 2018

To allow easier firewall configuration, it would make sense to have a section the README detailing the traffic generated by tandem.

Like:

  • TCP connection to rendezvous.foo.com on port 443 using HTTPS
  • UDP connection to the either the remote host on a dynamic port or the rendezvous server

Also, what happen if the two hosts are on different local subnets that are directly connected, is a

sdondley
sdondley commented Apr 25, 2019

It appears it's possible to create TW projects from within vim. But the docs don't make any mention of this possibility.

I was struggling a big to figure it out because I was editing in markdown but was trying to create a project using wiki syntax, which didn't work.

It would be helpful to document this feature so users don't have to guess at whether or not it's possible.

h-rueda
h-rueda commented Apr 6, 2020

Could,

Could you add more comments to the code and Readme files so that we can better understand the type of objects and the attributes of the following parameters :

  • report
  • prefix
  • summary
  • postfix
  • cells
  • data

I found them in the following hookers:

  • def pytest_html_report_title(report):
  • def pytest_html_results_summary(prefix, summary, postfix):
  • def pytest_html_results_
lac22
lac22 commented Jul 23, 2015

Apologies for abusing the issue tracker like this.

On the python-tutor mailing list we just got a mac user who is used to top quoting. I suggested that he use this plugin, because right now the poor soul is editing things by hand. He's only interested in using this app if he can set things up so this works for one account, but not all of his accounts -- as most of the time he is required to top

Kyle-sandeman-mrdfood
Kyle-sandeman-mrdfood commented Apr 21, 2020

Good day, assuming I have
d = {'date_of_birth': datetime.datetime(2000)}
and a proto including
date_of_birth: Timestamp:
When proto.from_dict(d) is called, it assumes the value of date_of_birth is an ISO string and does not consider that it may already be a datetime.datetime

I refer to your __init__.py L799-803:

elif isinstance(v, datetime):
    v = datetime.fromisofo

Improve this page

Add a description, image, and links to the plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the plugin topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.