David Antliff

Results 115 comments of David Antliff

> Here's what I'm doing now: > `echo ":DISPLAY:DATA? ON,OFF,PNG" | nc -w1 192.168.1.24 5555 | tail -c +12 > captures/DS1104Z_$(date '+%Y-%m-%d_%H.%M.%S').png` > or > `echo ":DISPLAY:DATA? ON,OFF,PNG" | nc...

@nbenm ah, so your capture ends automatically? I'm running your command on Mac so I wonder if that accounts for the difference - maybe `nc` from brew doesn't support timeouts....

@nbenm I'm using netcat installed with `brew`: ``` $ which nc /usr/local/bin/nc ``` ``` $ brew list netcat /usr/local/Cellar/netcat/0.7.1/bin/nc /usr/local/Cellar/netcat/0.7.1/bin/netcat /usr/local/Cellar/netcat/0.7.1/share/info/netcat.info /usr/local/Cellar/netcat/0.7.1/share/man/man1/netcat.1 ``` ``` $ /usr/local/bin/nc --version netcat (The GNU...

> Tcp diag structures will follow soon — as I said, the next week. Just curious - did `tcp_diag` support via `NETLINK_SOCK_DIAG` get into pyroute2 in the end?

@svinota that looks promising - thank you.

I _attempted_ to use the Playground via Chrome app on iOS. I basically failed for this reason - my browser had a large example and there’s no way to select...

One item in particular - the `many` combinator is not in scope at the point where the tutorial uses it (`many1` is though). I'm not sure what the workaround is...

Apparently the workaround is to add `> import Control.Applicative (many)` to `GettingStarted.lhs`. EDIT: `> import Text.ParserCombinators.ReadP (many)` might be better - I don't know enough to decide. Also, I had...

@elijahbal It's ok, I've been finding the issues as I go and working out how to get past them. I don't need anything, had just wondered if maybe a PR...

The IDF v5.0.1 build should be ok in `master` now (`rmt_set_pin()` -> `rmt_set_gpio(..., 0)`. Thanks to @mjcross for fixing that up. As for the `driver/rmt.h` deprecation - I will need...