Hikaru Terazono (3c1u)

Results 8 issues of Hikaru Terazono (3c1u)

Cubism 4 SDK has been released. I replaced the third-party folder with the new SDK and it worked fine because of its backward compability. However, some features have been added...

There are some options to implement these: - Re-implement the whole feature in Rust 🦀 - Rust/cargo-native - Hard way to go - Use FFI and call the original framework...

discussion

Currently, `v8::External` is available for wrapping Rust objects as a `*mut c_void` pointer, and I feel a bit uncomfortable. - Is it possible to add the type annotation for this?...

The recent update (v10.0.0) breaks `nuxt-optimized-images` because of lacking support of CommonJS. Including both ESM and CommonJS files would be ideal.

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: Set the background and specify the background in `preview.js` in...

bug
needs reproduction
addon: backgrounds
addon: docs

This patch fixes the error when running pipeline.py on Python 3.8, which is specified as a requirement in the document. FYI: https://peps.python.org/pep-0584/ - [x] I agree to the terms outlined...

This enables to build `rust-samplerate` without a C compiler and CMake, etc... using https://github.com/RamiHg/rust-libsamplerate , a transpiled version of `libsamplerate`. This might helps to use this crate on some platforms...