Stephen Thirlwall
Stephen Thirlwall
**Description** With docker-compose up, attaching to a new container misses the initial log lines for that container. While testing #8859, I noticed that when a container was stopped, removed, then...
Hello, I seem to have run into a problem trying to create a macro that uses `.elseif` The code below fails with: `broken.asm(14) : Error : [Macro: broken.asm: 8:] Found...
Fixes crash when artist or song name contains unicode characters. Downloads to $songid.mp3 and then renames the file afterwards - avoids unicode issues in the shell command. For an example...
Hello, I was using your library to write a fy3200s driver for https://github.com/4x1md/sds1004x_bode Discovered this through trial and error. Works for both channels: bg0 - turn channel 1 output off...
If the twitter get fails, add the response message to the existing "can't screenscrape twitter" message and return the response error code. My local instance gets polled every 20 mins...
There's no easy way to add apt repos into the image. Something akin to `install-debian` and `install-raspbian` that effectively does `add-apt-repository` should suffice. `add-apt-repository` comes from `software-properties-common` which will add...
I forget why I removed these, but they are handy for one-liners and stuff. See #21 and https://github.com/sdt/docker-raspberry-pi-cross-compiler/blob/ac49933ee97884540539c4c8523b524ff4c87a0f/Dockerfile#L40-L42
These have fallen by the wayside see #21
rpxc --options command Possible options: --help - quick options summary --sudo - sudo to root --keep - keep the container
Not sure if this will work, but worth a try... First, replace literal tmux invocations with $TMUX_VIM_TMUX_BIN. Then, when running tmux on local, ssh to remote, and try: TMUX_VIM_TMUX_BIN='ssh local...