Milton Bertachini
Milton Bertachini
@fabn @crissdev Unfortunately this repository is abandoned :( I've done this change in a fork. If you want to use or fork: ``` - name: Deploy to Amazon ECS uses:...
Thank you so much for this plugin!!! My github workflow looks like this, and worked fine! ``` deploy-backend: needs: build runs-on: ubuntu-latest environment: name: aws url: ${{ steps.manifest.outputs.url }} steps:...
Perfect! I made a fork with this change and works very well :100:
I've opened a similar issue 3 weeks ago: https://github.com/spring-projects/spring-ai/issues/864 A possible workahound for it is passing a function "instance" in each interaction. Then you can pass some user/session in constructor.
> @miltonhit wouldn't it work to have the `ReadDatabaseTables.Request` contain the `sessionId` or maybe something like `ReadDatabaseTables.RequestWithSession`? > > Can you elaborate more on the use cases where this functionality...