BackSlasher
BackSlasher
Allowing users to choose whether their instances should get a public IP address or not. Defaulting to "no". **What I did** Supporting `x-aws-assign_public_ip` in the service level. If not present...
/!\ Docker Compose V2 has moved to [github.com/docker/compose](https://github.com/docker/compose/tree/v2), this repository is for "Cloud Integrations". You can report issues related to `docker compose` [here](https://github.com/docker/compose/issues/new/choose). **Description** Redo of #2135. All tasks are...
**What I did** The ECS stack includes an ingress rule to allow LB to reach the tasks. However, the ingress was added inside the Docker network security group, exposing all...
Assuming this transfer from a friend:  The bank includes additonal details:  However the most we're getting via the scraper is: ``` { RecType: 1, IsTodayTransaction: false, RecTypeSpecified: true,...
https://github.com/elevenlabs/elevenlabs-python/blob/6db2fdd7458ce5c7f1bbdc2c3936784f995acd44/src/elevenlabs/client.py#L322 If one wants to provide a stream as input, they have to use the sync client, choosing between complicating their codebase or losing async's benefits
Redo of #346 Why: Allowing the async client to utilize incoming text streams when generating voice. Very useful when feeding the realtime output of an LLM into the TTS. Closes...
Solves #3234 Added `assign_parent_workspace` directive. When a window is created, if it matches this directive, and has a parent, and the parent has a workspace, the window will be created...
### What does this PR do? Fixes #3261 Happy for feedback/pushback, implemented the way I would I have liked it, but it doesn't mean it fits everyone. First, fixed small...
Replace the OctoPrint octopus image with useful print information: - Progress bar and percentage (from M73 commands) - Elapsed time display - Remaining time display (from M73) - Status messages...