Dan Hernandez

Results 10 comments of Dan Hernandez

@joeduffy yeah happy to help here! Let me know what I can do @bermudezmt. I have general recommendations for docs but nothing general on the tutorials, just a few specifics...

Started working on the Azure examples. See sheet for comments and progress: https://docs.google.com/spreadsheets/d/1CA6qzit2AZjDFHP22lkG_TKekar1x0ontTyCYcU5FrY/edit?usp=sharing

Two of the azure examples aren't working for me: 1. [CosmosDB and Functions](https://www.pulumi.com/docs/tutorials/azure/azure-ts-serverless-url-shortener-global/) - Failed at step 6. Was not able to add a url shortener example. Got Warning: Failed...

Those are the only blocking issues I found from the Azure tutorials but left more general feedback here: https://docs.google.com/spreadsheets/d/1CA6qzit2AZjDFHP22lkG_TKekar1x0ontTyCYcU5FrY/edit#gid=0. This is something I'd like to finish. I'll see if I...

Any update or plan to implement this? I think the easiest option would be to add another function that was mentioned by a few above: `getOrganization()` that returns `org`. @justinvp...

Currently, it's best practice to use the name passed into the Component in the names of all resources inside of the Component. I agree that there should be a way...

Random additional side benefit is that it solves the problem loading in templates in environments that don't allow cloning of public repos (which I know is an unlikely case but...

Yeah that's definitely the simplest solution to do a "replace" and actually probably a good place to start that covers an org that wants to replace the default list and...

I just had a realization that what I was describing above is essentially how homebrew taps work... i.e. the following workflow: 1. `pulumi tap pulumi/examples` > Obviously rename tap to...

https://github.com/openai/openai-node/issues/1131