Jesse Luoto

Results 177 comments of Jesse Luoto

Oh yes, there seems to be a bug! I'll see when I have some time to fix it

The bug is here: https://github.com/jehna/mastofeeder/blob/5b35460ee3dd689e724dee567fd5f0c09d51d0f6/src/parse-domain.ts#L8-L9 So the matcher now checks just one part at the time. Should probably do a bigger sweep 🤔

Hey! Sorry but unfortunately I've had zero time to work on Mastofeeder lately. Will fix this when I have more time to work on open source again!

Hmm. It seems that the site is http-only, and Mastofeeder only supports https sites for the time being. I'll change the issue's title a bit to reflect the issue better

I'll add a few thoughts about this here for future reference. The real issue is, that the part of the code that guesses the correct interpretation of the dot-formatted username...

Hey! It seems that Reddit actually serves the feed in Atom format rather than in RSS format, although the extension is .rss. For now mastofeeder only supports RSS feeds, although...

Using `BindingIdentifier` instead of `Identifier` now, thanks for reporting this! Closing for now, should be fixed

I took a quick look and it seems that gemini does support [forcing json output](https://ai.google.dev/gemini-api/docs/json-mode?authuser=1&lang=node#generate-json), which is required for humanify to work correctly. This should be straightforward to implement, as...

Unfortunately I don't have any good way to develop on Windows at the moment, so cannot guarantee any support for that platform. Zeromq [does claim](https://github.com/zeromq/zeromq.js/tree/5.x) it should work on Windows...

I'll mark this as wonrfix for now, but I'll be happy to accept any pull requests that fix the windows support