belowm
belowm
### Description Defining a service seems to invalidate credentials given to check out main container. This works just fine: ```yaml name: Some Action on: [push] jobs: build_and_deploy: runs-on: ubuntu-latest container:...
This trivial PR adds `Connection::set_plaintext_buffer_limit`, analog to the existing `Connection::set_buffer_limit` (which changes send buffer sizes). **Usecase**: In my scenario, I cannot handle the decoded plaintext intermediately while feeding encrypted data...
### Current Behavior It seems that currently, we can only export one Widget in a third party component. ### Expected Behavior We should be able to have two. Or three....