Christoph Ruegg
Christoph Ruegg
Related: #455
Thanks for pointing this out, will have a look at it. Sample: the actual sampling distribution shape is indeed not currently verified in the unit tests (commented out, also Poisson...
I finally had a quick first look at this - the talk page at that wikipedia article is quite interesting, there seems to be a lot of confusion, mostly on...
Related: #455
> I'm not concerned with supporting super old versions of frameworks. I hope this doesn't reflect the general consensus here. .NET 5 doesn't replace anything, it's just one more on...
Thanks for reporting this - would you be ready to provide a test and fix (pull request)?
Thanks! I do wonder, isn't this a generated file? Maybe this would need to be fixed also in the original source. I haven't touched this for a while...
Note that strong naming would make this package significantly more complicated to use, since you need to work around it with binding redirects (or worse) whenever you need to leverage...
It may be a good idea to reorder the target such that we first create both commit and tag locally and then, in the end, push to the remote repo...
Ah yes - the problem is that in Octokit we do not provide the `target_commitish` argument when we create the release, so in case the tag does not exist yet...