Results 97 comments of Tom Lieber

It downloads Electron every time I `go run main.go`. go.mod: go 1.13 require ( github.com/asticode/go-astikit v0.6.0 github.com/asticode/go-astilectron v0.16.0 github.com/asticode/go-astilectron-bootstrap v0.4.1 ) go1.13.4 darwin/amd64. Is that expected?

@asticode Makes sense. Thank you very much!

It's actually a Go project, for the most part. (I cloned the Java support files to add Go support. :) The biggest chunk of files, though, is a sub-directory containing...

Awesome, thank you! I'll give it a shot. >

Will disabling the reddit extension delete my existing reddit feeds, or is it safe for me to disable it just long enough to add a user feed? If not, is...

I think it's safe to merge this.

Besides the noisy diffs, does this cause any problems? I noticed this in a new project, where it's my first time using shrinkpack.

Squirt usually reads the JavaScript on the page instead of the content, regardless of the site. Selecting the text helps, though. (Safari)

I'm sure it's a bug. :) Sometimes it reads CSS, too.

When Theseus is used on files in Chrome, it has to map URLs to file paths by guessing. For this, `Agent.js` defines `possibleRemotePathsForLocalPath(path)` that returns an array of likely URLs...