Micah Lindley

Results 193 comments of Micah Lindley

This is pretty important - this library has been used by thousands of people. It going out of support is going to cause a lot of issues @DylanVann.

That did it! Thanks a lot 😊 Why does `electron-acrylic-window` require `window.show()`? My application worked fine without it when I wasn't using it. Just curious!

This fix would be amazing to have in the next release!

After further research, it appears that promotion, inviting, and removing curators has not moved away from the `site-api` endpoint ([source](https://github.com/LLK/scratch-www/blob/dcf2682f09121ab0b49c23a74df7dbc491d10cdd/src/views/studio/lib/studio-member-actions.js#L143)).

> is your app a web app (meaning it'd be subject to browser security measures, like CORS), or is it a mobile/desktop app, which generally have free reign to make...

So technically everything is server-side, meaning that I phrased this incorrectly. Technically without a server or at least a CORS proxy it's not possible.

> If you'd like to document that, that's very much welcome - just be sure to include a note near the top explaining that CORS policies will prevent access through...

To minimize security vulnerabilities, we ended up switching over to an Ionic plugin that will send requests directly to Scratch (bypassing our servers) through the native Android HTTP request interface....

Okay, finally getting around to writing docs for this. I'll be submitting a PR very, very soon!

#71 is opened. An early apology for the mess of comments - I realized that I haven't pulled from your repo recently.