Results 226 comments of afourney

Ok, more progress. When working in visual studio, adding: <Capability Name="privateNetworkClientServer" /> to the manifest file fixes the problem. However, this does not work when side loading apps. When side...

@nguyenjk No. I was not able to resolve this problem with this plugin. I ended up implementing the OAuth exchange myself using the InAppBrowser plugin and MSAL. (https://docs.microsoft.com/en-us/azure/active-directory/active-directory-appmodel-v2-overview). Specifically: https://docs.microsoft.com/en-us/azure/active-directory/active-directory-v2-protocols-oauth-code...

Here's another example. Task 643. ``` "intent": "Post a notice on a virtual meetup for racing cars enthusiasts on Oct 21st in the nyc subreddit", "required_contents": { "must_include": [ "racing...

Agreed that changing scoring function now would diverge from runs already completed. Perhaps some versioning of the benchmark would be key here. But I'm pretty convinced that addressing such issues...

I think the broader point is that "New" does not appear to be accurate. There's something functionally wrong with the sort order.

> > Hi @gagb @peterychang, the demo websites we hosted are not recommended as test environments for the exact reason you mentioned. They are only for demonstration purposes. > >...

Thanks. Yes I can fudge the URLs. I’ll report back — but I think a longer term approach for a future version would be to find and replace Reddit in...

Please elaborate on what issue is being resolved here. This project already takes a dependency on defusedxml. Is the concern that we're not enforcing a specific version?

Love this idea, but I'm thinking of using [magika](https://github.com/google/magika) for type detection (See #1108). Since magika can do code language detection as well, would you consider updating this PR to...