Coder Social home page Coder Social logo

discord-tts's People

Contributors

kisaragieffective avatar kory33 avatar renovate-bot avatar renovate[bot] avatar siro256 avatar yanorei32 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

discord-tts's Issues

意図しない読み上げが生じる

以下のものは素直に読み上げるべきではない。

  • URI
  • Spoiler
  • 絵文字
  • コードブロック
  • ユーザーメンション
  • ロールメンション

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

cargo
Cargo.toml
  • base64 0.22.0
  • bytes 1.6.0
  • envy 0.4.2
  • futures 0.3.30
  • once_cell 1.19.0
  • regex 1.10.4
  • reqwest 0.12.4
  • serde 1.0.199
  • serde_json 1.0.116
  • serenity 0.12.1
  • songbird 0.4.1
  • symphonia 0.5.4
  • symphonia-core 0.5.4
  • structstruck 0.4.1
  • tap 1.0.1
  • tokio 1.37.0
  • tracing 0.1.40
  • tracing-subscriber 0.3.18
  • wav 1.0.0
dockerfile
Dockerfile
  • rust 1.77.2-bookworm
  • debian bookworm-slim@sha256:18838d7b60723ec1548a85ae57195bd84a887b65d249f4a74698f1ab7cae4ca3
github-actions
.github/workflows/actionlint.yml
  • actions/checkout v4.1.4@0ad4b8fadaa221de15dcec353f45205ec38ea70b
  • reviewdog/action-actionlint v1.44.0
.github/workflows/ci.yml
  • actions/checkout v4.1.4@0ad4b8fadaa221de15dcec353f45205ec38ea70b
  • actions-rs/toolchain v1.0.7
  • Swatinem/rust-cache v2.7.3
  • actions-rs/clippy-check v1.0.7
  • actions-rs/cargo v1.0.3
  • actions-rs/cargo v1.0.3
  • actions-rs/cargo v1.0.3
  • docker/setup-buildx-action v3.3.0
  • docker/login-action v3.1.0
  • docker/build-push-action v5.3.0
  • docker/build-push-action v5.3.0
.github/workflows/hadolint.yml
  • actions/checkout v4.1.4@0ad4b8fadaa221de15dcec353f45205ec38ea70b
  • reviewdog/action-hadolint v1.41.0
.github/workflows/validate-renovate.yml
  • actions/checkout v4.1.4@0ad4b8fadaa221de15dcec353f45205ec38ea70b
  • actions/setup-node v4.0.2
regex
init.sh
  • debian_12/ca-certificates 20230311
.github/workflows/ci.yml
  • ubuntu_22_04/cmake 3.22.1-1ubuntu1.22.04.2
Dockerfile
  • debian_12/cmake 3.25.1-1

  • Check this box to trigger a request for Renovate to run again on this repository

GLIBCのバージョンが合わなくて落ちる。

/usr/bin/discord-tts: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /usr/bin/discord-tts)

何のためにDockerイメージ作っとるんじゃw
この前ビルド高速化する~とか言ってGHAのUbuntuでビルドするようにしたらDebianイメージにがっしゃんこしたところ壊れとるやんけ

メモリリークしてる

これね。どう見てもメモリリーク。

let data = unsafe {
let mut data = std::mem::ManuallyDrop::new(data);
slice::from_raw_parts(data.as_mut_ptr().cast::<u8>(), data.len() * 2)
};

現状は運用でカバーしてる。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.