Stefan Eletzhofer
Stefan Eletzhofer
Just ran into this as well. http://stackoverflow.com/questions/26533245/the-authorization-mechanism-you-have-provided-is-not-supported-please-use-aws4/26538266 It seems that this plugin doesn't support the new V4 auth method. Not all S3 locations apparently support the older auth format --...
I think you can only marshal simple java types that way. That is, the process variable in this case sholuld be a simple java type (string, integer). If you need...
Hi, I believe I'm also running into this using spring boot 2.7.3. I try to implement a AttributeConverter to convert an object to JSON using a custom deserialiser which I...
Is there a fix for this other to pin versions to 3.0.14.RELEASE?
@vkehfdl1 that looks very cool! Not knowing too much about `RAGChain`, how would the data extractor pipeline be run? Would it be beneficial if the extractor is pipeline is triggered...
@jasonjmcghee @vkehfdl1 I think a "no network connection" policy is very cool. We could use triggers as mentioned in #14 for this. Maybe it would be OK for now to...
Is this the same issue as #11 ?
I just added a PR which probably fixes this. I'm using `NSWorkspace` to get the frontmost application and use that to determine the application name. This also opens up further...
FWIW I added issue #38 to add support for OCRing only the frontmost application's active window(s). I think PR #37 does fix the application name issue. I also think that...
@jasonjmcghee Uh ok, you're right. Need to look into the screen capture framework and do some rtfm I guess 🤩