Cole Tobin
Cole Tobin
I get the argument, and I could agree it’s better than “implicit/explicit” extension, but I can’t shake the feeling that “role” is *weird*. Because an explicit extension/role is still *conceptually*...
That is what I ended up doing when I found #1222. I’m not necessarily saying the limit should be increased, but the error message is extremely cryptic, and could be...
This belongs in [dotnet/dotnet-api-docs](https://github.com/dotnet/dotnet-api-docs).
The XML doc comments are *not* what is shown on the documentation website. The website is generated from the `dotnet/dotnet-api-docs` repository.
Child *namespaces* are not documented on the API browser. You need to look [elsewhere](https://learn.microsoft.com/en-us/dotnet/api/?view=net-8.0) to find them. I, personally, would like to see that changed; There's no discoverability.
I'm encountering this in Avalonia. I've created a custom `TextBox` control (`public class NumericTextBox : TextBox`). They've declared `TextBox.Text` as `string?` for whatever reason. I have a method that definitively...
I was able to hack a solution by changing the shebang from `pwsh` to `bash`. I can't see a reason they'd *need* to be executed in PowerShell instead of Git...
Yeah. I was digging through the code to see where they're generated, and I saw it uses `setting.ScriptType` https://github.com/go-gitea/gitea/blob/b573512312d82e894db7aac89f4938a6b61e1e70/modules/repository/hooks.go#L16-L106 However, considering scripts run under Git Bash (on Windows), is there...
Yes, the ideal solution would be for Microsoft to revert the change. But it’s been two years since they said they’d consider it and haven’t given any updates. Perhaps the...