Per Rovegård

Results 53 comments of Per Rovegård

+1 Just tried to migrate a project from the original compiler to redux. I think I'm encountering this issue for code like this: ``` angular.module("foobar", ["dep1", "dep2"]) ``` I get:...

Correction: My case can be fixed with a backslash to explicitly indicate a continuation line, except on Windows where the CR isn't properly handled by the preprocessor. I'll open a...

+1 I have a lot of code exactly like this. AFAIK this is the only way to specify arguments after a function argument, unless you define the function separately and...

I haven't tested the current code for a while, but if services are created I suppose they should be visible to AirPlay clients. I can only test on iPhone and...

Note that RAOP is Remote Audio Output Protocol, and AirPnp doesn't support that. So exposing a service for it is rather pointless. Which applications are you testing with?

Then that's pretty much expected until AirPnp supports RAOP.

Which, by the way, would be very useful. It's just that I have to get AirPlay working properly with more devices first, and that requires a rewrite ATM.

Why not! Whenever I find the inspiration for it, I need to rewrite AirPnp completely anyway. Among other things, it needs to act as a UPnP media server so that...

I'm using Windows. The issue is in a private repo, but I will try to replicate the issue with two public repos.

I just tested Nancy (pre1911) with Core 2.1 and it works just fine. I changed a few things compared to the code you posted: * `GetMyModel` is async, so it...