Dan Helfman
Dan Helfman
Here are my general thoughts on proposal construction about any project, but also with an eye towards that MySQL/MariaDB directory format project you're interested in: - Lay out your understanding...
Great detective work, but wouldn't it be easier just to set a fixed container name so a random one isn't generated each time? For instance, with Compose you can add...
Got it. And what about setting `hostname:` explicitly?
Yeah, I think either approach could work for different use cases. I just foresee some users using the default borgmatic config and ignoring your helpful recommendation in the PR..
I agree, this would be super helpful. On my Pixelfed instance, I actually resorted to writing some custom CSS that displays an example hashtag next to the search box.. just...
Leaving this open to serve as a warning to others! :smile:
FYI this is currently set in borgmatic's systemd service file: https://projects.torsion.org/borgmatic-collective/borgmatic/src/branch/master/sample/systemd/borgmatic.service#L49
> I've made something similar in bash script that runs before borg and generates exclude list. But I use --exclude-from, not patterns-from, as borgmatic that I use to configure my...
FWIW I'm experiencing identical behavior. Search works on the old interface but not on the new one. No JavaScript errors or useful log messages on the back-end. The JSON response...
Well, I think I figured out why at least [statuses are returning zero results](https://github.com/pixelfed/pixelfed/blob/dev/app/Services/SearchApiV2Service.php#L164): ``` protected function statuses() { // Removed until we provide more relevent sorting/results return []; }...