Pēteris Caune
Pēteris Caune
> I exported all the database and tried to import back but it's not being easy. What issues did you run into? Export/Import has been requested a few times, and...
Thanks for the suggestion! My current plan is to hold off from implementing passkey-only authentication for now. I'll wait to see how Google's passkey rollout goes, what other companies follow...
Hi @Rahe, There are currently no API methods for inviting users to projects, and there are no account-level teams. To understand your use case better, can you pelase tell me,...
Are you running a self-hosted instance? If so, would perhaps a management command work? If *all users need access to all projects*, you could have a management command that makes...
Thanks for the suggestion. Did you resolve the issue by changing the "Who can access user email addresses" setting? Looks like there's a possible workaround that would require only a...
Thanks for the suggestion! Healthchecks currently uses 24 hour time, as it's a sensible default that most people understand. The audience of Healthchecks is technical, so I wouldn't expect there...
Yeah, I think that should work at least in some cases. > I have a case of a check that is a bit flaky these days, but all I care...
Right, the setting grace time to 24 hours idea will not work if the job also sends failure signals. When Healthchecks receives a failure signal, it sends notifications immediately, regardless...
I do not have near-term plans to work on this. My vision for Healthchecks is to stay simple and focused on its primary task – notify the user when something...
I asked about this in python/typing discussions and got an interesting answer: https://github.com/python/typing/discussions/1648#discussioncomment-8699130 I could adapt the idea for `view_on_site` like so: ```python # instead of view_on_site: Callable[[_ModelT], str] |...