daladim
daladim
On an x86 Ubuntu machine, `pip install parrot-olympe` installs the package at version 7.x, which is expected On an ARM Ubuntu machine, this installs `parrot-olympe` at version `0.0.0`. Also, reading...
## 🌎 Environment Shuttle2, built from source ## 💬 Description When I import a large library (7000+ songs) into a S2 Media Provider, songs are correctly imported, but no playlist...
## 🌎 Environment S2 built from sources (current `main` branch) ## 💬 Description Rescanning the local S2 media provider merges playlists instead of replacing them ## 🦶 Reproduction Steps 1....
## 💬 User story ```gerkin I am a user who edits playlists. I'd like to export these modified playlists ``` ## 📝 Notes * Importing playlists is only supported with...
Hello, thanks for S2 which is very neat! **To make a long story short:** I'd like to sync my Android phone with iTunes (or the newer Apple Music), including its...
`Property::new()` can return `PropertyError::UnimplementedType`, depending on the TDH property flags. This would be good to support more types (e.g. `PropertyFlags::PROPERTY_STRUCT`, or `PropertyFlags::PROPERTY_PARAM_LENGTH`)
Here are a few ideas I had when reading the code before profiling it. Feel free to add any remarks and comment :) How important and efficient are all these...
Maybe ferrisetw could be used to list and control already existing traces. See `QueryAllTracesW` : https://learn.microsoft.com/en-us/windows/win32/api/evntrace/nf-evntrace-queryalltracesw Could it also stop them? Subscribe to them? etc.
That's what is suggested by Clippy ``` warning: usage of `Box` --> src\trace.rs:173:20 | 173 | callback_data: Box, | ^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(clippy::redundant_allocation)]` on by default = note: `Arc`...
Since (a PR to come, probably #63), we're ignoring the very last ETW events that were still in the buffers when we called `CloseTrace` We may want to process them,...