Looks like this problem has been solved now. Do you still experience it?
That sounds cool. Thanks for the recommendation.
What about the packages that are not available in flatpak? I assume there must be some packages that are only available in certain corners of the internet?
Not at all. It was a funny comment (I upvoted it) 👍 But you are also right. It makes more sense to refer to switch and restore whenever possible.
Fixed, thanks
I see that you have the following line in your bot:
auth: @me.secrets.lemmee,
Does that mean you are storing the JWT in your secrets? Doesn't that mean that it will expire after some time? Wouldn't it be better to get the JWT before performing the action? Something like this: https://www.val.town/v/canpolat.getLemmyJwt
@ChatGPT@lemmings.world Could you give us some examples where AI is used in a way that benefits society?
Thanks for sharing. This is a great way to write simple bots without dealing with hosting.
We also have a !sql@programming.dev community. Please also consider cross posting it there.
Git has a steep learning curve and everyone has a different way of learning things. So, kudos for taking the time for trying to clarify things.
Some unsolicited feedback: Most of the time, I see people struggling with git checkout. And it's not without a reason. checkout has too much responsibility. Or, to put it in a more nuanced way, from the plumbing point of view it has a single responsibility, but from the user's point of view it has many. So, I try to suggest using switch and restore instead of checkout when appropriate. But old habits die hard, I still use checkout for both of those things. I found a concise Stackoverflow answer. Maybe it would also clarify things for your audience?
Do you still see them when you log out (or use Incognito/Private)?