Cory Dransfeldt
Cory Dransfeldt
Try downloading the latest release from [https://github.com/nompute/GMailinator/releases](https://github.com/nompute/GMailinator/releases), drop it in `~/Library/Mail/Bundles` (create the Bundles folder if it doesn't already exist) and run `defaults write com.apple.mail EnableBundles -bool true`
Sure thing! That is strange, but I would imagine there may be an update when 8.1 is generally available (I'm afraid I'm not running the beta so I can't be...
@nhoizey `extractus/feed-extractor` is a great option — I'm using it to parse several feeds already and the output is consistent and extensible.
The easiest path may be to simply require the user to pass a param such as `feedType` with the other values set in the workflow file, defaulting `feedType` to the...
> @cdransf with `feed-extractor`, I guess it would not be needed at all. Good call out! I'd only used it for RSS feeds so far, but it would be easy...
@glyn added! I don't see a feed on the site, so this may be manual (I'm signed up for their emails).
@ChenghaoMou that would be great! Perhaps daily to update robots.json? Pushes containing updates to `robots.json` will then generated an updated version of `table-of-bot-metrics.md` and `robots.txt`.
> @cdransf Here is the workflow working on my fork: [run](https://github.com/ChenghaoMou/ai.robots.txt/actions/runs/10270721736/job/28419089555). > > [code](https://github.com/ChenghaoMou/ai.robots.txt/blob/main/code/dark_visitors.py) > > Based on the documentation, the API/token offered still does not include all the information...
Began outlining some questions and answers here: https://github.com/ai-robots-txt/ai.robots.txt/wiki/Frequently-asked-questions
Totally makes sense. I worked around it by switching to the local file adapter, mounting the B2 bucket using rclone and exposing the mount to the Docker container. ``` STORAGE_LOCAL_DRIVER=local...