Joe Cellucci

Results 45 comments of Joe Cellucci

Done! Have a look at #49

What was the resolution on this? I am running into this right now and would _really_ like to be able to use `AddMicrosoftIdentityWebApi`.

This sounds like a domain issue to me - what happens if the process is interrupted, so it didn't complete successfully, or the process never stared? Is it still "correct"...

In your webpack you can define extra entry points, this will create separate files based on the key: ``` const entry = { polyfill: ["core-js/stable", "regenerator-runtime/runtime"], functions: "./src/functions/functions.ts", helpers: "./src/functions/helpers.ts",...

Does it work like you expect if you escape the backslash?

Haha, totally understand! Maybe v1 is just a list of them, they can be expanded later ;)

Hello; Has there been any updates on this?

Here's a similar bug I have for the CLI (which you are tagged on also): https://github.com/Azure/azure-cli/issues/23626#issuecomment-1229777435 But I am using the REST API like so: `https://dev.azure.com///_apis/git/repositories//pullRequests//labels`, then parsing the JSON...

How can I use this simplified method for variables without a parent object? Something like ```typescript export function get_some_info( date: string | number, ...etc ) { if (!date) { console.log(`${nameof(date)}...