NeilMacMullen

Results 15 comments of NeilMacMullen

Not sure if this task is just talking about extending the theme flexibility but my feature-request may be related... https://github.com/microsoft/terminal/issues/3687 ?

We have a bunch of VS deployproj projects which are useful in development (since they automatically build dependencies and feed artefact paths etc to the deploy-azureresourcegroup script. The development flow...

>Since you don't need that, you should be able to either deploy the bicep code directly with Az PowerShell or Az CLI Ah - just to be clear , we...

@bmoore-msft Actually what would be really nice would be to do away with the deployproj type entirely and just allow "Deploy" as an action on a function/webapp just as you...

Sorry for the delayed response.... I was hoping to be able to hang onto the current IAppCache. In the context where I want to Flush it, the reference was passed...

There is now a [scriban.js syntax file](https://github.com/NeilMacMullen/Textrude/tree/main/TextrudeInteractive/Resources/scriban.js) that was originally based on the csharp syntax but it really needs extensive work to provide a good experience.

Jump list is now implemented. Could do with "recent" added to menu bar but that's for another day....

This probably means walking the object tree created by the yaml/csv deserialisers to get a bit more type information. This should be quite straightforward.

After reading #2656 I think the attached example would be better written as ``` output rbacRoles object = { // Grants full access to manage all resources, but does not...

@raxuser100 this is something I considered for my project https://github.com/NeilMacMullen/Textrude and would still be keen on. I didn't progress it because I couldn't see how to bring together all the...