Marc Ranolfi

Results 19 comments of Marc Ranolfi

Latest tagged version or `master`? (how bleeding edge is `master`?) @luap42

Core is not using npm for anything else so far, right? Would you be able to make a [NuGet](https://www.nuget.org/) package instead? That'd be the canonical way of managing dependencies for...

I don't agree. Why adding yet another package management dependency to the build process... for this? [Bootstrap](https://www.nuget.org/packages/bootstrap/), [jQuery](https://www.nuget.org/packages/jQuery/), [Modernizr](https://www.nuget.org/packages/Modernizr/) and dozens of other "frontend" packages, including fonts, are available from...

Interesting, it seems I stand corrected. Thanks, fellows. May I drop some additional references here for my future self? - https://stackoverflow.com/questions/49208056/how-to-use-npm-and-install-packages-inside-visual-studio-2017 and... - https://www.nuget.org/packages/Npm/ =)

I've put forward a request/suggestion for @luap42 to make the necessary adjustments to [co-design](/codidact/co-design) so that annotated tags can be maintained from there in the form of `dist/` (1), and...

The architecture I had in mind, discussed with some of our core developers (mainly by voice call), and am currently implementing in my [ranolfi/skeleton](/codidact/core/tree/ranolfi/skeleton) branch is the last one from...

@raphaelschmitz00 and I actually had a call (via Discord) where we discussed a little bit about these different design approaches :) @DoctaJonez provided some good perspectives too, and there were...

When I tried this equalizer it also failed whenever a sink-input with a different sample rate than the previous one was started. (I have `alternate-sample-rate` and `avoid-resampling` in `daemon.conf`.) This...

There is, the program could issue `adb shell "su -c 'am broadcast -a android.intent.action.MEDIA_MOUNTED -d file:///mnt/sdcard'"` for example.