Daniel
Daniel
@rrooding @thiagozf Thanks for offering to help 🙏 There are a couple of issues I'd like to have fixed for serverless-components v2 release. More specifically https://github.com/danielcondemarin/serverless-next.js/issues/397 and https://github.com/danielcondemarin/serverless-next.js/issues/378. There may...
Same issue for me using `OS X Mojave, bash, tmux 3.0a`. As a workaround I have, ```bash # .bashrc ... powerline-config tmux setup ```
``` $ powerline-render tmux left # outputs nothing, exit code 0 --- $ powerline-render tmux right 2020-01-05 21:28:25,511:WARNING:tmux:uptime:Unable to get uptime. You should install psutil module #[fg=colour233,bg=default,nobold,noitalics,nounderscore] #[fg=colour2,bg=colour233,nobold,noitalics,nounderscore] 2.1 #[fg=colour2,bg=colour233,nobold,noitalics,nounderscore]1.9 ...
Here are a few thoughts from me: - It would be great if you could expand more how Cloud Deployments work behind the scenes. This will enable component developers to...
@dodgeblaster @eahefnawy Can I chip in and ask for making `StreamViewType: 'NEW_AND_OLD_IMAGES'` the default? This covers all bases and is also a requirement for the a [global dynamo component](https://github.com/danielcondemarin/aws-global-dynamodb) I'm...
Same for me, looks like a problem with `[email protected]`. Using version `0.14.2` works fine for me.
@max-b did you find a way around this?
I have this snippet in my _.bash_profile_ which does the trick: ``` if [[ -z "$TMUX" ]] ;then ID="$( tmux ls | grep -vm1 attached | cut -d: -f1 )"...