Results 14 issues of Stefan Bertels

Issue similar to #42 but when actor is asked. Can be reproduced with: ``` using System.Reactive.Disposables; var actor2 = spawn("actor2", () => new BooleanDisposable(), (state, msg) => { using (observeUnsafe(Self).Subscribe(_...

Is there a reason for having ProcessId typeless? I guess this might have something todo with generic handling of processes but isn't something like this more typesafe: ``` public static...

Alarm via head set only (media output) There should be some option to play alarm via ear phones only. Currently alarm is played simultaneously via both speaker and bluetooth connected...

feature

Thanks for the great lib. I have an option class like this: ``` public class TargetArguments { [Option('m', Required = true, HelpText = "might be an empty string?")] public string...