使用
pixi为 SO-101 配置需要的 LeRobot 环境
pixi init
# Linux| package middleware | |
| type responseBuffer struct { | |
| gin.ResponseWriter // the actual ResponseWriter to flush to | |
| Body *bytes.Buffer // the response content body | |
| Flushed bool | |
| } | |
| func (w *responseBuffer) Write(b []byte) (int, error) { | |
| return w.Body.Write(b) |
| /* | |
| Twitch chat browsersource CSS for OBS | |
| Just set the URL as https://www.twitch.tv/popout/%%TWITCHCHANNEL%%/chat | |
| And paste this entire file into the CSS box | |
| Original by twitch.tv/starvingpoet modified by github.com/Bluscream | |
| Readjusted for new (2019/2020) Twitch by github.com/mjbogusz | |
| General Settings | |
| */ | |
| body { | |
| color: #000000 !important; |
使用
pixi为 SO-101 配置需要的 LeRobot 环境
pixi init
# Linux| name: Protobuf Codegen | |
| concurrency: protobuf-gen | |
| on: | |
| workflow_dispatch: | |
| jobs: | |
| protobuf_gen_golang: | |
| runs-on: ubuntu-latest |