James Myatt

Results 152 comments of James Myatt

Here's a cookiecutter I found using snakemake: https://github.com/xguse/cookiecutter-snakemake-analysis-pipeline

I agree with @jayqi, this plugin should respect the standard config files like `pyproject.toml` otherwise it will deliver inconsistent results with the other tools like underlying tools themselves, with `nbqa`...

In line with other projects, I think it's probably OK to mention this in the installation instructions, rather than to change the code to work with both.

Actually, looking at `setup.py`, I think this is a conda package problem. _edit_, i.e. setup.py says 1.4.1 requires `jupyterlab~=3.0`, but the conda-forge package must say any version of `jupyterlab`.

The main problem for me is that the conda-forge package metadata is wrong. For

Might be worth look at cyberpandas (https://github.com/ContinuumIO/cyberpandas) which implements an IPAddress extension array.

Thanks @stonehippo ! Much appreciated

I don't like this idea. I think it's pretty complicated and it feels like there should be a simpler solution. I would also like to be able to fix the...

I think that the MQTT broker can only send a retained message again (or any other sucessfully completed message) if the device re-connects with the "clean start/session" flag set, i.e....

It turns out that it is possible to obtain the retain message by re-subscribing without unsubscribing first (according to the [v3.1.1 spec](http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/mqtt-v3.1.1.html)) > If a Server receives a SUBSCRIBE Packet...