Nils Andresen

Results 123 comments of Nils Andresen

@KishkinJ10 everyone is welcome to help! I would suggest to start with referencing/documenting the [built-in logging aliases](https://cakebuild.net/dsl/logging/#Built-In) and adding some examples for using those. I think having examples twice, one...

Got to admit I've not seen #78 when I wrote #475. Probably #475 should be marked as (kind of) duplicate. @AdaskoTheBeAsT thanks for the PR. While I've not looked at...

After discussing this on Slack: > most closest things I could think of is rendering a top-level component of Editor that allows interaction/clicking away > > com.intellij.ui.EditorNotifications.Provider

I'm on my first day of using my Keyboardio, using the json from Peter. (Will check one of the others, later.) Am I holding it wrong, if I have the...

Looking at the current implementation, I would mentally "group" the testing-related extensions in two categories: * Determine test projects * [`IsDotNetCliTestProject`](https://github.com/cake-contrib/Cake.Incubator/blob/develop/src/Cake.Incubator/Project/ProjectParserExtensions.cs#L84) looks fine: It only checks if `dotnet test` is...

People, could you please stop adding "+1" comments?! **There are reaction buttons for this purpose.** With "+1" comments, you only ping everyone subscribed to this issue. People subscribe to track...

So this would mean something like ```json { "matchPackagePatterns": ["eslint"], "milestone": "vNext" } ``` And then we assign the milestone `vNext`, only if it exists?

Cool. (I'll start nagging for optional milestone creation after this is implemented, then. 😄)

Would it be ok if I try to take a stab at this issue?

Does anyone have an idea for a better unit test? I feel the test I provided is not very "resilient" by expecting to get three api calls in the "correct"...