Results 17 comments of Samuel

For anyone using msal.js and `acquireTokenSilent` you'll have a very mysterious time where your app won't work except for localhost. The reason being is this line in msal: https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/UserAgentApplication.ts#L82 In...

@estrada9166 Sure thing, here it is: https://github.com/engineersamuel/easygraphqlrepro with instructions.

Ahhh, great catch! Not sure on my bandwidth for a PR here, but let's leave this open and I'll try to get to it.

Side note, I made this blog from [GistPad](https://marketplace.visualstudio.com/items?itemName=vsls-contrib.gistfs#gistlog) in VSCode and it worked amazingly, gistlog is simple but fantastic, great work authors!

Ok now this is interesting. I added that `` but either github or gistlog modified the actual link once rendered, inspecting in dev tools shows it, in the dom, as...

Hi @m8ram I haven't maintained this project in a very long time, I'll happily accept PRs!

@msfm If you have one or more custom formats that you commonly use C&P them here with 5-10 lines for each format. Adding more regex formats isn't too tricky, and...

In terms of parsing new logs or different formats I took a regex approach, so I'll gladly accept PRs for new regexes that parse the logs you are looking for....

At the moment I am not personally doing development work on this (too many other projects!) but I would happily accept PRs.

That is strange, haven't seen that before, there isn't even that variable in the code, looks like it's coming from babel? You may try using an older or newer node...