Kosala (KP) Perera

Results 13 comments of Kosala (KP) Perera

I tried [spinning up a Bun Development Container on a Windows 10 with WSL 2][gh-discussion-win-support] and did not come across any issues. Of course, I just tried the quick-start code...

@Chuxel @AarynSmith Shouldn't this be a [feature](https://github.com/microsoft/vscode-dev-containers/tree/main/script-library) instead of its own container, say, vue, and then provide versions and other parameters as part of the feature?

How does this work with the Azure Functions v4 net6 isolated approach? Especially in the Middleware? I get a Null Reference Exception when I tried `context.Features.Get()` or `Activity.Current.AddTag()` or `Activity.Current.AddBaggage()`.

Just thot of bringing this conversation to live. I've been using Quartz for some time now and having a Dashboard is a great deal. I came across Hangfire and Coravel...

Where can I find the service fabric project templates that VS uses to generate the scaffoldings?

I too wonder why the live reload isn't working when using devcontainers. See code [@alertbox/devcontainers-try-docsify](https://github.com/alertbox/devcontainers-try-docsify). It appears to be the live reload works if exposed according to https://github.com/docsifyjs/docsify-cli/issues/26 but the...

> > > @borisdiakur I'm now using [deno's formatter (`deno fmt`)](https://docs.deno.com/runtime/manual/tools/formatter) alongside bun. > > > > > > @Barzi-Ahmed @borisdiakur I am also interested to use deno's formatter and...

The Visual Studio team has already done this with the latest preview version (see [Improving the spell checker for the complete list of settings](https://devblogs.microsoft.com/visualstudio/improving-the-spell-checker/#customizing-the-spell-checker)), but I would expect the spell...

In GitHub Pages, isn't README.md is the index.html or default.html behavior? I mean it would make more sense to have a README.md as a convention.

@trusktr Of course `index.md` would do. But, I would expect the sub-folders must be treated similarly to the root. I think it should behave the same way how Docsify currently...