MX

Results 2 issues of MX

## _What_ is wrong? After installing brain.js, trying to run my electron app gives a node_module_version mismatch and when trying to run electron-rebuild.cmd a linker error is throwed ## _Where_...

bug

I'm currently trying to get a room schedule through this code: ```python credential = ClientSecretCredential( config['tenantID'], config['clientID'], config['clientSecret'] ) scopes = ['https://graph.microsoft.com/.default'] client = GraphServiceClient(credentials=credential, scopes=scopes) # GET /users/{id |...

bug