Gergely Nagy
Gergely Nagy
I have done some rudimentary testing, and with these changes: - `docker login my-gitea -u my-user -p invalid-password` fails properly (this succeeds on main) - `docker pull my-gitea/my-user/public-image` works both...
> Is the assumption true for other clients? They hold for podman too. It should hold for others, because login should not set a scope, because there are no other...
So, if I understand correctly, then `docker login` will request a refresh token, and use that token to obtain scoped tokens for push & stuff. That means that logins will...
I turned the setting into something accessible for all repo owners, rather than limiting it to admins. The only part I'm unsure about is where toggling the option on or...
I'm on Debian, Emacs 24. Will be able to dive deeper and hopefully provide better repro steps over the weekend. Unfortunately, I'm swamped until then, and can't play with my...
I recently started looking at Marg, and this is one of the things I greatly miss. Wouldn't it be possible to (re)use the :main ns in project.clj for this purpose?...
For the record, it is possible to order namespaces in the order you like. I've been doing that on a [project of mine](https://github.com/algernon/balabit.logstore/blob/master/logstore/project.clj) (result [here](http://algernon.github.io/balabit.logstore/)), and while it's not the...
What part of the metadata would you want to hide? Project name + description, dependencies, table of contents, or a combination of those?
It's fairly easy to make all of that disappear. Making them selectable is a bit more involved. I'll try my hands on the easier option.
While ancient, this'd also be a nice candidate for the Grand Language Cleanup. I'll see if I can pick it up this week.