Eric Hanchrow

Results 7 comments of Eric Hanchrow

I just noticed that some of the lines in the stack trace mentioned python3.8; that seemed wrong to me. So I did this: ``` /usr/local/opt/[email protected]/bin/python3.8 -m pip uninstall -y keyring...

The only thing I can think of is: - have the `BatchWriter` constructor take that optional keyword - have the `BatchWriter` constructor initialize an attribute that will accumulate the returned...

I killed the Shiplt process and Workflowy immediately opened up. (Nothing too surprising; I do use workflowy, and I imagine it was recently updated.) Possibly-relevant lines from `/Users/erichanchrow/Library/Caches/com.workflowy.desktop.ShipIt/ShipIt_stderr.log`: ``` 2023-02-04...

This doesn't seem to repro now, perhaps because of changes to typed racket: ``` init typed/racket [20:28] * your typed/racket sandbox is ready eval (for ([i 7]) (display i) *...

My hunch is that the code itself is fine, although it used to be buggy in that it would fail to trim off the word ACTION before inserting into the...

The db is indeed full of bogus entries that need to be cleaned out: ``` select * from log where text like '_ACTION %'; ``` shows many many many of...

I'm trying to run [some software whose configuration requires that I specify the IP address from which web client connections will be made](https://github.com/geneweb/geneweb/pull/1395#issuecomment-1769711477). If I knew the IP address which...