Leo Robinovitch
Leo Robinovitch
Thanks for taking the time for reporting an issue! Before reporting an issue on dd-trace-py, please be sure to provide all necessary information. If you're hitting a bug, make sure...
When I run the demo tape: ``` # Where should we write the GIF? Output demo.gif # Set up a 1200x600 terminal with 46px font. Set FontSize 46 Set Width...
From the example here https://github.com/charmbracelet/bubbletea/tree/master/examples/exec I see that you can retrieve and handle an error, but not much else from the executing process. I want to exec into a shell...
I'm really not sure how you might do this as it seems like they added this in a relatively recent update, but out-of-the-box Remarkable templates allow you to scroll infinitely,...
## Checklist for submitting a pull request to `Terminals Are Sexy`: - [x] I have carefully **read and comply** with the [Contributing Guidelines](https://github.com/k4m4/terminals-are-sexy/blob/master/contributing.md) of this repo. - [x] I have...
Not done yet - I need to look at https://github.com/charmbracelet/wish/blob/main/examples/wish-exec/main.go more closely Will fix #114
Currently, exec is broken when wander is served as an ssh app. This is a more general wish/bubbletea bug and have opened an issue here: https://github.com/charmbracelet/wish/issues/196 Please thumbs up/comment on...
### Description Say you have a docker compose file that has 2 services: 1. Stand up a database container 2. Run migrations against that database container ```yaml services: postgres: image:...