Inze Bielderman
Inze Bielderman
What happens in the code is (or, should be), described in the book itself. When writing code comments, I'd say it's good practice to reference to these certain parts of...
I can see that, in that case we should define what we see as a "language-specific thing." Would we set up a list of "universal things," where everything that doesn't...
Requires implementation of `WHISPER` event
https://github.com/tmijs/tmi.js/pull/356#issuecomment-531628449 > Requires implementation of `WHISPER` event Implemented in https://github.com/tmijs/tmi.js/pull/356/commits/150b6e6855619f2430561afd62280699c3f1d4f5
Tried replicating this with the code currently on Git. --- **Test details:** *Operating Systems:* - Ubuntu 18.04.3 LTS - Windows 10 Home (build 18362.356) *Node version:* - v10.16.3 - v10.16.1...
@EightyNine What does your `options` object like? (You can leave out the oauth (`identity.password`) token) This would allow us to test more accurately
I'm getting this issue too. Compilation errors occur on methods like `StateHasChanged`, `OnInitializedAsync`, `OnAfterRenderAsync` and other Blazor-specific methods. I believe this might be caused by the fact that I am...
Seems that the `partial class` is indeed the cause of this problem. I create two test projects that can be found here: https://github.com/InzeNL/stryker-net-blazor-test Running `dotnet stryker` for `InzeNL.Stryker.Blazor.NoPartialClasses` will result...
I changed my code to this: ```csharp This is a label Enter valid name! ``` While the error message shows up correctly, with the `AddonType.End` in the right place, the...
I would want the "This is a label" in the top picture to have rounded corners like the label in the bottom picture. It doesn't do that because it's not...