Drew Harwell

Results 20 comments of Drew Harwell

If you are using Express you should be able to just install two middlewares, one for each directory you want to serve. It will fall through the first middleware if...

Interesting idea. Apparently an rss feed *is* exposed for hashtags (for example `https://mastodon.social/tags/followfriday.rss`) and does pull federated statuses in.

The biggest problem I'm seeing is that it's RSS and not Atom, so the semantics are a bit different. I'll take a look and see how much effort this would...

This should be theoretically possible at this point since I moved the project to ActivityPub. If I get the time I might implement this.

Thanks for reporting, I'll see when I can get to it.

maybe someday :) but honestly it might be a lot of extra work. I don't actually know how these get passed via the API, would take a bit of work....

Just an FYI, I've experimented with using ASCII 220 and 223 half-block characters for raster images here, and have had success on Windows: https://github.com/fenwick67/term-px

Other browsers support WebDriver instead of puppeteer for browser control, so I believe it's theoretically possible with some extra glue.

@Xotabu4 Yes, webdriver is transactional HTTP, which will be slower than websockets for things like opening or moving a window (though I'm skeptical it would be perceptible in most cases,...

Thanks, looks good but I'll want to test before merging