Manuel Freiberger

Results 7 comments of Manuel Freiberger

Things I have tried: - Change the culture with `Thread.CurrentThread.CurrentCulture = System.Globalization.CultureInfo.InvariantCulture;` Unfortunately, `Thread` is not available in all C# modules. - Set the default culture via `CultureInfo.DefaultThreadCurrentCulture = CultureInfo.InvariantCulture;...

I assume that the behavior of mono under Linux and OSX is the same so OSX should be affected as well. I tried to use `execvpe()` instead of `execve()` to...

I think that limiting the maximum number of tokens to the initial value is no good idea. There are scenarios where it is possible that the semaphore count increases past...

One more thing: When introducing an upper limit for the semaphore, one should also re-think the behavior of `osSemaphoreRelease()` when calling it on a semaphore that has already the maximum...

This feature would be really useful for me as well. I have the start investigators two times and do not like that the app warns about too many duplicates, when...

I have tested the behavior with the Mythos Buster podcast just now. As soon as I start it, I get similar controls in the global menu. When I close the...

Such a hook would be really great. Please add it to the RTOS. Nitpicking: I would prefer if the function was called `rt_preswitch_hook()` because it is a hook that is...