timcoote

Results 23 issues of timcoote

I'm not sure whether there's something missing from my environment or something has changed. If I clone the repo and the run the instructions, the demo container falls over, with...

Just checking..... I upgraded to 1.1.0 and found that this invalidated caches created by the earlier version of the `joblib` used within a Jupyter notebook. `check_call_in_cache` fails to find the...

Here's a simple example of what I mean: ``` >>> from dateutil.parser import parse >>> parse ("1 Jan 1999 (but I could be late)", fuzzy_with_tokens=True) (datetime.datetime(1999, 1, 1, 0, 0),...

Hullo I think that you're doing an excellent job with this repo. I'd guess that everyone's busy and the response to my last issue indicates some refactoring going on, but...

In the file `src-api/openzwave/command.py`, the class `ZWaveNodeBasic(ZWaveNodeInterface)`, has this stanza at the beginning of a method: """ def get_power_level(self, value_id=None): """ The power level of this node. The command 0x73...

This is more of a question than an issue. Can I - and if so how - use wheel to produce and stash build artifacts for repeated installation? I have...

This branch has two tags: - ipv6lw is, essentially, documentation on how to use ipv6, with some example code. - ipv6hw moves the code into robotremoteserver.py. This makes the default...

The dependent libraries used by RobotRemoteServer will work with IPv6, but this requires specific documentation and a small code modification (see Issue #60).

enhancement
prio-high

README states: "Address to listen. Use '0.0.0.0' to listen to all available interfaces." However, this value for "host" only listens on IPv4 addresses. A minimal program, such as this: """...

Proposed documentation change to note that 0.0.0.0 only applies to IPv4.