Corey

Results 35 comments of Corey

Alternatively, I suppose a separate `Handle.prepareCallableBatch()` method could be used to make this explicit. There's something seductive about wallpapering over this particular JDBC nuance but it could be that dragons...

@langchain4j Thanks for your interest. I was hoping to use BLIP/[BLIP-2](https://huggingface.co/docs/transformers/main/en/model_doc/blip-2) models to generate captions for photos. Something along the lines of [this article](https://nayakpplaban.medium.com/ask-questions-to-your-images-using-langchain-and-python-1aeb30f38751) which shows how to do something...

Oracle provides downloadable Solaris 10/11 VirtualBox images: http://www.oracle.com/technetwork/server-storage/solaris11/vmtemplates-vmvirtualbox-1949721.html.

@jerboaa Thanks so much! I hadn't realized this jar was dual-signed but `MANIFEST.MF` shows: ``` Name: DPPDLL.dll SHA1-Digest: 2eqrShXQujVTdccGespKIj+uFAk= SHA-256-Digest: I8jwKkCBVyNspzU644k05oHAMmTynwX5cJTt/jJAaQc= ``` So the bug you referenced is definitely the...

Just ran into this myself. It would be awesome if this could be fixed as it would improve the developer experience to the point where we could do: vagrant box...

@molant Any chance of getting some movement on this?

What exactly breaks synchronized scrolling? It's not working in my documents which have the following: ``` = Document Title ifdef::env-github,env-browser[:outfilesuffix: .adoc] :sectlinks: // number our sections :numbered: :toc: :toclevels: 3...

This would be very useful to us for auditing as well. Does Postgres now have a standard property to represent/track an enduser on the backend?

@davecramer Correct me if I'm wrong but that corresponds to a postgres user (actually a role). What I believe @sebdavid and myself are looking for is a way to associate...

@davecramer yea, I'm aware of that one, and already use that to pass the application name (and version) which we also record in our audit records. I guess it's best...