hatoo
hatoo
Thanks for your issue! :smile: > Is there a way to configure a transparent background for both? No, now. But it can be implemented. Could you share your environment(OS, terminal...
I confirmed that it is not applied transparency if the background color is different from the terminal's default color on Kitty with mac. I think it can be resolved by...
Currently, acc uses `Solarized (dark)` which is hardcoded in [`syntect`](https://github.com/trishume/syntect) as the theme. and it's not configuable note: `assets/One Dark.tmTheme` is not used now. https://github.com/hatoo/Accepted/blob/615885d6943a47bde703ad24ea1f9b24f63e86ca/src/syntax.rs#L55-L63 Maybe we should just make...
I've succeeded to draw transparent background on kitty on macOS by setting a theme whose background is `#000000`. Could you share your screenshot? 
cargo-snippetは、 1. synでコードをパースする * この時点でコードのインデントなどの情報は失われる 2. (synのAST上でいろいろ処理したあと)ASTからインデントのないトークン列を出してrustfmtで整形してスニペットを出力する という感じで動いているのですが、rustfmtが対応していないのでマクロの定義などの出力がトークン列そのままになってしまっています。 https://github.com/rust-lang/rustfmt/issues/8 なので現状rustfmtの対応待ちで簡単な解決策はとくにありません :cry:
I've added GitHub Actions for arm64 releases. https://github.com/hatoo/oha/releases/tag/v0.5.3-test Could you check whether it works?
Thank you!
`oha` prints a second and [bombardier](https://github.com/codesenberg/bombardier/blob/7871b16dc77ec3121d7ceb9ef47d42416a8bf9f1/internal/test_info.go#L112) prints a microsecond. If the value of `oha` multiplies 1e6, then there is no big difference. I think printing a second (not a microsecond)...