Lunny Xiao
Lunny Xiao
`.PackageDescriptor` maybe nil
How did you upload npm package and which url you are viewing the package
It depends on the trust model.
Should we have a lint check in CI if licenses are the same as upstream?
> #20454 Since it's only in 1.18.0, I don't think it needs to be added to milestone 1.17.1
fixed by #20496
I prefer the plugin system based on javascript or nodejs because that will allow it include frontend code. Possbile library be used. https://github.com/dop251/goja, there is also a plugin support nodejs...
> Interesting how many different views there are regarding this feature. Now we have three completely different options and no agreement on what to use... Use javascript based plugin system,...
> The problem I can see is: We do not even have the same definition of what we want in the end: What you want seems to be a per-user...
I think we can begin from a theme-kind plugin, which is simple and useful. A plugin could be a zip/tar file with a `main.js` or `index.js` and other files like...