Mason Adams

Results 23 comments of Mason Adams

I can confirm I was able to reproduce this issue on angular 18 using the most recent version of the msal angular library. edit: after further review my issue may...

> Seems a bit overkill for the 2 seconds it takes to publish a project. I think having cmd functionality for export when that comes around is a necessity but...

> > > Seems a bit overkill for the 2 seconds it takes to publish a project. I think having cmd functionality for export when that comes around is a...

![image](https://github.com/user-attachments/assets/e852b89b-c5ff-41f1-bf14-4af94da3c963) The above is an example of the implementation

One thing to note here is that there are no tests, which depend on a mocking library here, which was not included in the base test library. If there is...

This then functions later when the client is actually functional. Seems to be a timing issue. that being said, is there a way to trigger an event when the client...

A ticket is successfully able to be generated would be my idea. Maybe some additional callback?

Couldn't get this working as a callback with any current functionality. Workaround is to retry with a delay: ```typescript ipcMain.handle('steam-session-ticket', async () => { const getRetryableSteamAuthTicket = async (delay: number,...

For those struggling getting this working, or for those on expo > 52, you will notice that starting with expo 53 they do not support the same app delegate as...

Just a heads up for all those looking at the gist, there are a couple key things that I figured out as I continued development: 1. I had to completely...