Darrell

Results 117 issues of Darrell

See cascading parameter concept in Blazor : https://github.com/dotnet-presentations/blazor-workshop/blob/master/docs/05-authentication-and-authorization.md Dotnettency could offer a similar cascading parameter to allow access to the current TTenant information retrieved from the server.

Idea

To be done after #14 This is similar to what I do for `PerTenantHostingEnvironment` but it would be an additional sandbox around each module, that could isolate it's filesystem from...

Idea

Is it possible to provide the files to `madge` from an in-memory store rather than it going off to disk? UPDATE: tracking status of dependencies here before work on `madge`...

core

swarmpit seems like a great management UI for swarms. https://github.com/swarmpit/installer I think it would be a good addition to this stack.

The aspnet example starts two containers, the Web app and the sql server database. However the Web app doesn't appear to utilise or connect to the database from what I...

I am wondering if it might be possible to enhance the C# JsMin implementation to also produce sourcemaps. Is this something you would be interested in? I found a C#...

enhancement
help wanted

Hello! I'm struggling a bit with this currently. For some unknown reason, when I request a bundled file, i'm just seeing an empty file contents in the browser. So for...

Here is a typical one for Visual Studio development: https://github.com/Danimoth/gitattributes/blob/master/VisualStudio.gitattributes I think you just add it to the root of the repo. I am guessing that without this file, different...

Does this sound like a good idea? If so perhaps I'll work on a PR? For example in my project I have several typescript files, and a `tsconfig.json` file. ![image](https://cloud.githubusercontent.com/assets/3176632/13494588/227a817c-e13d-11e5-90f3-88353c9e3736.png)...

**Summary: What are you wanting to achieve?** I have a question, i'm using `http client factory` and I would like to handle transient errors, but would also like to log...

question