• Joined on 2023年07月03日
rome-user commented on pull request forgejo-contrib/forgejo-helm#165 2023年12月25日 02:58:27 +01:00
WIP: feat: Initial version of automatic Actions Runner deployment

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...

rome-user commented on issue leiningen/leiningen#27 2023年11月11日 06:39:56 +01:00
consider more useful error message when Clojure dependency is unspecified

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...

rome-user commented on issue leiningen/leiningen#27 2023年11月10日 05:01:57 +01:00
consider more useful error message when Clojure dependency is unspecified

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,...

rome-user deleted branch search-patch from rome-user/leiningen 2023年11月04日 01:30:57 +01:00
rome-user commented on issue forgejo/discussions#68 2023年10月22日 02:16:10 +02:00
Should Forgejo-the-org be helping coordinate a feature bounty program?

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...

rome-user commented on issue forgejo/forgejo#1410 2023年10月21日 02:48:38 +02:00
[FEAT] Unlisted repositories

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.

rome-user commented on issue forgejo/governance#37 2023年10月21日 02:35:17 +02:00
OVH payment

Is it possible to help fund this with donations?

rome-user commented on issue forgejo/forgejo#1623 2023年10月21日 01:22:27 +02:00
[BUG] Label numbers shift the tabs bar

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.

rome-user commented on issue forgejo/discussions#73 2023年10月18日 23:32:34 +02:00
On use of JavaScript within Forgejo frontend

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...

rome-user commented on issue forgejo/forgejo#1629 2023年10月18日 10:42:14 +02:00
[BUG] Forcing use of 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:

  1. set repository.SCRIPT_TYPE to e.g. /bin/ash in your app.ini...
rome-user commented on issue forgejo/forgejo#1623 2023年10月18日 04:12:01 +02:00
[BUG] Label numbers shift the tabs bar

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...

rome-user commented on issue forgejo/user-research#18 2023年10月16日 03:08:30 +02:00
How and why do you use Forgejo RSS feeds?

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>...

rome-user commented on pull request forgejo/docs#195 2023年10月16日 00:15:43 +02:00
admin: installation: remote data folder rewording

@dbischof90 Sorry for the late response. The current version indeed looks good to me.

rome-user created pull request leiningen/leiningen#25 2023年10月15日 11:32:07 +02:00
Improved error reporting in search task
rome-user created branch search-patch in rome-user/leiningen 2023年10月15日 11:28:22 +02:00
rome-user pushed to search-patch at rome-user/leiningen 2023年10月15日 11:28:22 +02:00
9675fa7498 introduce unit tests for leiningen.search/parse
4f5b2a2520 leiningen.search: move response code checking to parse function
21bb2e1404 leiningen.search: type hint query in search function
Compare 3 commits »
rome-user commented on issue leiningen/leiningen#24 2023年10月15日 11:22:54 +02:00
Possibility to handle Clojars error messages

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...

rome-user commented on pull request forgejo/docs#194 2023年10月15日 01:47:33 +02:00
admin: installation: remote data folder (#193)

I don't understand the first part of this sentence. Does "in the client setup" mean "in-the-client setup" or something else?

rome-user commented on pull request forgejo/docs#194 2023年10月15日 01:47:33 +02:00
admin: installation: remote data folder (#193)

On the rendered site, this appears as:

rome-user commented on pull request forgejo/docs#194 2023年10月15日 01:47:33 +02:00
admin: installation: remote data folder (#193)

The diff is subtly incorrect in services.volumes. There are no whitespace changes in e.g. services.server.image, but there are here.