Joseph L. Sheedy

Results 5 comments of Joseph L. Sheedy

[The Forgiveness Machine](https://vimeo.com/289690250) looks amazing. It looks like several of the functions you call are running for DEFAULT_RUNNING_TIME (2 seconds). If the rate of incoming OSC messages is greater than...

Right now all the servers are UDP network services. Most derive from [osc_server.OSCUDPServer](https://github.com/attwad/python-osc/blob/2cb6e669df94c4d909b4af32450ac848bc74beb4/pythonosc/osc_server.py#L80), where the builtin [socketserver](https://docs.python.org/3/library/socketserver.html) passes incoming datagrams containing raw OSC packets to its handle method, which eventually...

This works for me: ```json [ { "timestamp": {"$date": "2000-01-01T00:00:00.000Z" } } ] ```

I only started in with nflgame today, but wanted to give my vote for Python3. I have an existing tool which is dependent on the new async in Python3 that...

That would be great! We have a dataset of Parquet files in S3 containing latitude and longitude columns along with measurements, and find H3 useful for spatially aggregating and joining...