Eric Hanchrow

Results 17 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...

This is probably related to #169 and #348 .

> Hello, this fixes #1755 and #3056 for me too after updating to the emacs-30 branch. Thanks! Same here; I've been using it for a few days with `GNU Emacs...

Did someone say "quick and dirty"? This shows the graph of dependencies, which I realized I *really* wanted, even though [my justfile](https://github.com/offby1/pyramid-tinyurl-doodle/blob/django/justfile) is fairly simple. The `subprocess.run(["open"...` is specific to...