Hi @viceice, sorry for the late response.
I will try to fix the conflicts and possibly rework some stuff in my PR this week. It may take a while since the upstream changed many things. The...
Maybe we can draft a document of "beginner mistakes" and we include how to deal with this error message.
e.g. have a document that details what problems beginners run into when using `lein...
Hm, usually Leiningen projects start from a template, and basically every project template I have ever used provides a dependency for Clojure.
It is possible to catch the ClassNotFoundException,...
I like the idea of bug or feature bounties, but we also need to be very careful in how it is implemented. I recommend reading https://ziglang.org/news/bounties-damage-open-source-projects/ to see...
Unfortunately, the Gogs and Gitea code for handling repositories (and other structs) has diverged significantly. So it will not be easy to adapt the changes for Gitea or Forgejo.
Is it possible to help fund this with donations?
I am also able to reproduce the issue. I am using Firefox 119 on Mac OS. The sizing issue may have to do with the fonts used on our computer.
I sense a contradiction in the first post.
JS is a developing language and using the most shiny new features breaks the browsers not having them.
but also
JQuery should also not be...
bash on ssh breaks certain distributions
To me, the code looks it is setting a default value for repository.SCRIPT_TYPE. I see three possible options here:
- set
repository.SCRIPT_TYPEto e.g./bin/ashin yourapp.ini...
In more technical terms, the presence of a label in a tab item causes the height to grow from 41 px to 41.6 px. This is because the small label class has a height of 17.6px whereas the text in the...
I typically use RSS feeds for polling new releases. I do this with my own software that parses RSS feeds and tends to scrape them in 5 minute intervals (or whichever time is set in a <ttl>...
@dbischof90 Sorry for the late response. The current version indeed looks good to me.
I took a second look at the leiningen.search source and found that some special handling indeed exists. The only problem is that the handling occurs in a different try form. I found that it...
I don't understand the first part of this sentence. Does "in the client setup" mean "in-the-client setup" or something else?
On the rendered site, this appears as:
The diff is subtly incorrect in services.volumes. There are no whitespace changes in e.g. services.server.image, but there are here.