Tom Flanagan

Results 31 comments of Tom Flanagan

is there a way to only require the install dep on py2.7, and use `datetime.timezone.utc` on py3? I don't want to introduce unnecessary 3rd party dependencies

Thanks! Can you provide any example sentences to use in a unit test?

Hi, thanks for the addition. Can you provide a sample sentence and add it to a unit test? Something like https://github.com/Knio/pynmea2/blob/master/test/test_rdi.py would be enough.

having defaults for sentence_type (and manufacturer for proprietary sentences) so that they don't have to be given in the constructor is a good idea. Those fields should possibly be class...

I may be totally wrong here, but just a note: > On any Intel or AMD processor, the cycle event does not count when the processor is idle, i.e., when...

This looks related to #165. Using `cpu-clock` instead of `cycles` should give you a more consistent sampling period.

Thanks for the replies. I did some further experimentation and figured out that you're correct, the term and application can not both get mouse events. I was confused because MobaXterm...

Other users had requested that `attribute=None` means it should be interpreted the same as not present at all (same as deleted). See previous issues. As above, `attribute=True` results in rendering...

[document](https://github.com/Knio/dominate/blob/master/dominate/document.py#L27) is a thin wrapper that's pretty much just for quick prototyping. If you want more control, I would suggest just using `tags.html` as your root element instead of `document`....

Hey, yes I did. Are you able to confirm if what's in `master` solves the problem for you?