Kevin Edry

Results 18 comments of Kevin Edry

> pull sqlite in via build.gradle as a normal dependency instead of vendoring it. Changed it so it will now pull `build.gradle` as a normal dependency.

> > > pull sqlite in via build.gradle as a normal dependency instead of vendoring it. > > > > > > Changed it so it will now pull `build.gradle`...

> fyi the verification-metadata.xml change should happen in this repo rather than your plugin repo Thanks for pointing it out!, it took me a while to figure it out. I've...

> Your plugin leaks prepared statements, which I think leaks native resources in the jdbc driver, don't do this. Yup, I've added them to a try-with-resource statements, that way they...

waiting on this too, I would like to just disable TLS checks, that would be the best option for my use-case.

Hey @hello-ashleyintech, thanks for the quick response. ![Image](https://github.com/user-attachments/assets/5ba59084-1126-45f1-9da6-f2e232cfe588) I tried, but it prompts me that there is no such event.

Any progress on this? I have the same issue with a script tag. ```ts what I want to inject for example: const content = `console.log('Hello from script tag');` ${content} ```...