duck

Results 30 issues of duck

https://github.com/opensubsonic/open-subsonic-api/discussions/60 We may be getting a new lyrics endpoint, `/getLyrics2` or similar, which will allow timed lyrics among other things. It would be great to have these options available in...

for apple-bindgen not apple-sys ``` apple-bindgen --sdk /Users/user/Downloads/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk CoreHaptics /Users/user/ch2/CoreHaptics.h:1:9: fatal error: could not build module 'CoreHaptics' thread 'main' panicked at 'binding generation failed: ClangDiagnostic("/Users/user/ch2/CoreHaptics.h:1:9: fatal error: could not build...

We're on `widestring v0.4.3` but the latest is `v1.0.2`. The most important thing we're missing is a macro `u16str!`

ogg-opus requires audiopus, which requires audiopus_sys, which requires the system library opus

There is no `index.html` for `trunk` to use when you first clone this repo. To build the example app for WASM, `trunk` requires an index.html and a couple dependencies. There...

Adds functionality for third-party identifiers to maloja. The goals: allow a scrobble client to embed identifiers (like Spotify ID, musicbrainz) with scrobble data, and allow them to be read as...

I sent an email in August about this topic but it might've gone to spam. I'm considering forking Maloja and adding some of my own features. One of the first...

Closing #84 in favor of this one, since I am not testing with Vulkan yet as it isn't finished. Audiosurf 1 will get to the loading screen, load for a...

I am using your instructions to create a `CString` in Rust, then return its `into_raw()` to C# and pass that back to Rust to be `drop`ped, but when I go...

stale

If you have a module called core and you define it on the same level it does not work ``` pub mod core; use ::core::fmt; use custom_error::custom_error; custom_error! { pub...