Tako Schotanus

Results 614 comments of Tako Schotanus

Btw, talking about native providers... you run MacOS, can't you make a provider for JDKs installed on Macs? :-)

> > is that expected? > > It shows what the providers tell it to show. Providers shouldn't return anything without doing sanity checks. I see now what you were...

> > the fact that we first use what's on the path already means that we can never be sure what JDK we're running. > > we can be sure...

> macs doesn't install native jdks anymore do they ? Dunno, I don't use Macs so I have no idea how people install JDKs there :-)

> @quintesse is that not done better in separate PR ? Well , right now this PR would add a dozen unusable entries on my system. That's not really something...

Will do, but on PTO now, Have to see when I have a bit of time :-)

@lutzleonhardt if you have the time you can take a look at why the IT tests are failing. If not I'll look into it as soon as aI have some...

@andsel I updated your PR to make it work. The issue was the URL you were testing with, for now it _must_ refer to an actual file or page

> so it has to always download the url and then let it open in the browser. No, that's just a temporary implementation detail that can be fixed later. It's...

@andsel if you rebase again against the latest version of "main" then you'll have access to lazy resource refs that I just added: https://github.com/jbangdev/jbang/pull/2031 You can update the code like:...