Matthias Kesler
Matthias Kesler
I think it is related to matrix-org/matrix-doc#690
related to matrix-org/matrix-doc#682
@jooize [Matrix Console](https://play.google.com/store/apps/details?id=org.matrix.androidsdk.alpha) is an app that is deprecated but currently available in GooglePlay
> Token scope was added in 1.19 so perhaps your token needs to be re-issued with a new scope (this happened to me in a slightly different context but where...
The package repository itself is working. When I try to use a pregenerated secret and use that, it is working as well. What is not working ist the use of...
That is right as @KN4CK3R mentioned before: https://github.com/go-gitea/gitea/issues/23642#issuecomment-1482584036 Here it got decided to temporarily only allow read only access and postpone the permission check: https://github.com/go-gitea/gitea/pull/23729#issuecomment-1492774010 The underlining issue is an...
@PatrickHuetter You must use PATs for writing to package repositories right now. As mentioned in [my comment before](https://github.com/go-gitea/gitea/issues/23642#issuecomment-1618060319) there is no implementation yet - not in master and therefore in...
IMHO i would freeze the number of added languages in this initial state - with optionally even skipping some. This PR should lay the groundwork for multiple languages. As @lupusA...
Fixed by #66330
FTR: Although #3152 is merged this issue is still there, as mentioned in [this comment](https://github.com/go-swagger/go-swagger/pull/3152#issuecomment-2638047249) The panic is coming from here: https://github.com/go-swagger/go-swagger/blob/0477d4a3af47ac446ab3d5d357ab36c03c117b93/codescan/schema.go#L475 My use case: Given the linked comment I...