Yoshifumi Kawai
Yoshifumi Kawai
Minimal benchmarking shows that Span is better than the original. However, manual fixed value optimisation using Unsafe.WriteUnaligned was even better.
thank you but in my environment(VS 17.13.0 Preview 3.0, language pack Japanese) can not reproduce it. 
Thank you. I made some changes to MAUI's TimeProvider the other day, so there may still be some problems. I'll check it out.
Thank you for trying it out! I understand the functionality you're requesting. I can see the usefulness when thinking of it as a Discriminated Union for arguments. Since `Argument` are...
Thanks for the request. The feature itself is good! However, as a priority, it will be a while before I implement it myself.
Yes, it's welcome!
Currently retrieve from `main` or `master` or `develop`. https://github.com/neuecc/Open-on-GitHub/blob/master/OpenOnGitHub/GitRepository.cs#L54-L55 Yes, it is not configurable.
To begin with, that code was not released. It was newly released in 2.1.0, so I think it includes support.
v 2.1.1 adds develop(development) in menu if branch exists.
I think that prefix removal is irrelevant because it is comparing with Contains. However, I've made a few modifications to the logic. I think it's working on my environment, so...