vindarel
vindarel
cool, this is good news. I see your work similar in scope to [CL21](https://github.com/cl21/cl21/) and I wish they became defaults. ok I'll dabble with real world CL and I'll feel...
thanks for the feedback. (I should have spoken in conditional since I'm not very experienced (at all).)
FWIW I had to upgrade ASDF to version 3.3.5 for a CI on another project, here's a one-liner: ( cd ~/common-lisp/ && wget https://asdf.common-lisp.dev/archives/asdf-3.3.5.tar.gz && tar -xvf asdf-3.3.5.tar.gz && mv...
I suppose something like magithub ? https://github.com/vermiculus/magithub/
Hello, +1 for me, but maybe better suited for magit's forge? https://magit.vc/manual/forge/
I also get a 404 on regular gitlab.com, when it used to work. I'm not aware of an API change, what could it be ?
It is certainly an api change. emacs-gitlab uses the `v3` endpoint when Gitlab documents its v4. Allright got it: https://docs.gitlab.com/ce/api/v3_to_v4.html > Since GitLab 9.0, API V4 is the preferred version...
But cool no need of authentication for public projects: > GET /projects/:id > Get a specific project. This endpoint can be accessed without authentication if the project is publicly accessible....
This patch is on the `develop` branch, so I don't see any update on melpa. Can we merge this on master, @nlamirault ?