Michael N. Lipp

Results 66 comments of Michael N. Lipp

In my case, the issue is definitely related with the kernel change. I boot Linux from a USB-Stick in four different rooms which are all equipped with 24HDs. In all...

I currently don't have access to the rooms with the Cintiq. Will be a while until I can provide the information.

parted has an option "-f" which causes he gpt issue to be fixed without asking.

Clicking on the link gives me a page with just a title. The firefox debug console says: ![image](https://github.com/gridstack/gridstack.js/assets/1446020/0a97368c-b2c0-42e3-8354-f556c1296a5f) ... which is firefox's strange way of saying that the file does...

As mentioned, this is specifically about the "ES Module loading demo". This one doesn't work for the reason mentioned.

> can oyu tell me WHY you can't use all.js which work in the browser (why I bother putting it out), otherwise I use TS and package my app like...

No. #633 was related to getting the provider (class). Once you have it, you use it to lookup (with Class.forName) the associated service class (the provider gives you the name...

> Can we close this? No. #633 was about introducing the OSGi service mediator. Now, if you don't have this in place, the fallback is to use the hk2 service...

Digging further, I found that the hk2 service locator is used in [FactoryFinder](https://github.com/eclipse-ee4j/mail/blob/82dae3a682f8b8a75dc426c28c458ffbcc78014f/api/src/main/java/jakarta/mail/util/FactoryFinder.java#L89) only. `Session.java` uses the `ServiceLoader` [without the hk2 "wrapper"](https://github.com/eclipse-ee4j/mail/blob/82dae3a682f8b8a75dc426c28c458ffbcc78014f/api/src/main/java/jakarta/mail/Session.java#L984) and therefore fails to load the providers.