Nicholas-Westby

Results 23 comments of Nicholas-Westby

I'm good, nice to meet you @rafaelcamargo 🙂 Correct, ES6 modules. The use case is that I tend to write JavaScript now that is modular and I don't bundle it...

@rafaelcamargo This looks like a great solution, good thinking regarding a generic solution that allows for any attribute! 👍 I have one minor technical comment that I'll add to the...

Man, I really had to dig to find the code I was working on (**checks watch**) 3 years and 4 months ago. No time for a pull request at the...

If configured via an attribute, I would recommend the string specified in the attribute be the name of the property that will return the default value. This is in contrast...

Looks like this is missing again from the latest few releases. I was able to figure out how to get it thanks to this previous similar issue: https://github.com/github/fetch/issues/819 In short,...

Since you asked for a minimal example to reproduce, here one is: [triumvelte.zip](https://github.com/dotnet/aspnetcore/files/7859275/triumvelte.zip) Here's what it's supposed to look like (works with IIS Express): Here's what it looks like with...

@pranavkm I ran `dotnet publish -c Release` and the DLL was still missing: I also ran `dotnet publish -c Release /bl` and here was the file it created (which I...

@pranavkm Yes, the file exists in the `publish\refs` directory. Here is a file that lists all the files recursively in the `net6.0` folder for your reference (just ran `dir /s`...

I mentioned a workaround at the bottom of my original post.

What does your label template look like? And what sort of picker is that (e.g., content picker, multi node tree picker)?