Jon Nordby

Results 811 comments of Jon Nordby

You can use `pip install --user git+https://github.com/jwass/geopandas_osm`

Can this be merged? Currently things do not work at all with Pytorch 1.10

tsc is Typescript. Probably it is assumed that it is installed globally (using `npm -g typescript`)?

With a built distribution, can one still access the Eve IDE in any way? Would be interesting to have deployed apps built with Eve be explorable and extendable, to be...

Showing the current temperature of my old hackerspace via MQTT in Eve: ![eve-mqtt-temperature](https://cloud.githubusercontent.com/assets/45185/20247846/9681b6cc-a9d7-11e6-8b13-01abefa6a79b.png) Example is included in PR.

@convolvatron Not sure I don't understand what you mean by "i just looked briefly at the MQTT spec, but since its a pub sub model, don't you think it would...

@convolvatron Re 3, is "current eve time" associated with a real-world time/date, so I can based on that query for things from November 14? If so, then I think that...

Agreed on 5) error handling, putting in records seems like the natural way to go.

Yes, client must ask the broker to be subscribed to a set of topics. This is often a topic name like `temperature/sensor1/value`, but it can also be patterns like `temperature/?/value`...

It's sounding like this integration should now be possible using the newly `watchers` system, ref http://incidentalcomplexity.com/2017/03/08/february/ Let's see if I manage to find the time for trying that out...