Edward Shen

Results 43 comments of Edward Shen

I'm not sure if this is feasible, but it looks like it might be possible to route pin 6 and 7 on the ATTiny and move over R8 and C6...

`git-config` author here, we can definitely parse this information out of the config :)

Solving #24 would also probably help with this.

If anything, you won't get anything by asking nicely: >Hello Edward, > >Sorry for the delay in response, I was gathering information on our privacy policy in regards to your...

Not without requiring the users to sign in with NEU's SSO, which might just be oauth2 or might also be something else.

Nice! I had something in the works as well for TRACE (edward-shen/tea) but development stopped just before I implemented searching.

https://github.com/bentekkie/BannerApi-npm Friend found this repo, maybe useful? Also, worst case scenario we could just see what https requests the [actual website](https://nubanner.neu.edu/) uses and then adapt them to our usecases.

The primary issue is that Banner v9 is placed behind SSO auth and it uses cookies to verify your session. Finding what API calls through what paths are pretty easy...

It's kinda weird that you need to auth your cookies to access this data (is it really public or is it just a mistake on their end), but a god...