Graeme Foster

Results 36 comments of Graeme Foster

As a relative JS noob I'm wondering if it's even possible to fix writing and reading via `buffer[number]`? I'm trying to use https://github.com/creationix/jsonparse with browserify and this is making it...

@ysangkok : Ah, just as I feared. Thanks!

FYI @substack is working on a patch for the `buf[i]` issue (it was mentioned in https://github.com/dominictarr/JSONStream/pull/23#issuecomment-15019910).

Is there likely to be any movement on this? Would be very nice to have full ARM support

This is starting to cause problems - the unnecessary dependencies are becoming outdated which can lead to version downgrade errors when building (especially when targeting linux, it seems), and the...

Would be very nice if it was possible to paste an image into ChitChat. I'm always having to save to a file and then drag it in, which is a...

"July 6th, 2020 (Tentative)" for @azure/msal-browser v2.0.0, according to https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-browser#releases 🤞

^^ I've mentioned this issue in some of the other issues that seem to be caused by the use of implicit flow. I bet there are more!

I tried replacing this library with code from a couple of [examples from the MSAL repo](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples) but didn't get very far. Then I found [this Graph API tutorial](https://docs.microsoft.com/en-us/graph/tutorials/react) which was...

It is not a drop in replacement and is quite specific to our application, that’s why I didn’t share it. If you can’t wait then I would look at the...