Aart van Baren
Aart van Baren
I'm in the process of setting up monitoring with Grafana Cloud. Once monitoring works I want to add tracing/observability using OpenTelemetry. Grafana offers flame graphs, but I don't know if...
> Yes, on a per function level, not on a per-scope level. You can also do it manually: ```java @Service public class MyObservableService { private final ObservationRegistry observationRegistry; public MyObservableService(ObservationRegistry...
@HeikoBoettger Can you share which additional identity provider you were able to implement using this PR?
Related PR: https://github.com/eclipse/openvsx/pull/476
@filiptronicek The server searches for the license by using a list of well known open source licenses (MIT, GPL, BSD, etc.). The server doesn't take into account dual licensed extensions....
> if a license format exactly matches the license file, use it. If it doesn't, just display License with a link to it. Sounds good. We can call licensee using...
@kineticsquid Is there an easy way to determine how may extensions would have what shows for their license change? No, there isn't really an easy way. The quickest way is...
just noticed that rust-analyzer is dual licensed: https://open-vsx.org/extension/rust-lang/rust-analyzer/0.4.1584
@kineticsquid Well, I would compare it to the current situation. I don't think much will change, just that the license detection is more accurate. Licensee is able to detect multiple...
@filiptronicek It's a link to the license file, not the license names. I guess we can divide an extension's licenses into a main license and other licenses.