silverwind
silverwind
What do you mean by scanning?
I don't follow. In above example you have `gitea.type == "render-plugin"` which defines it as a render plugin. Also, npm packages can be declared as git urls too: https://docs.npmjs.com/cli/v11/configuring-npm/package-json#git-urls-as-dependencies. In...
> should not use package.json Why not use existing package infrastructure? The benefit is plugins could be published to the npm registry and directly used from there by only specifying...
Why you want to redesign a JS package system is beyond me.
> How to support the customized fields without corrupting or conflicting the package.json definition? package.json spec allows any additional root level properties and this is already in use by numerous...
> These published npm packages are Gitea-only, no JS eco-system user can use them (these packages just don't work for non-Gitea environments). Isn't it an abuse to the npm package...
This must be some taint issue, but I have no idea where it's coming from. idTip isn't even in the call stack. Does it reproduce with only idTip and BuckSack...
I suspect it might be a bug in Blizzard's Lua code, I've seen these `SetPassThroughButtons` happening from other addons as well. It definitely is safe to ignore these errors.
It is possible to dynamically replace the favicon both from backend and frontend, but the problem is that the favicon is customizable via `custom/favicon.svg` replacement file and I think quite...
Hmm yeah, we can support such variants, good idea. We should check for existance of a full set of the status icons in the custom folder, if they are only...