Sujit Kumar
Sujit Kumar
Looks like this might be possible using the [Microsoft Teams API](https://docs.microsoft.com/en-us/graph/api/resources/education-overview?view=graph-rest-1.0), It'll take a while though.
This warning occurs due to the use of `async: false` in the `$.ajax()` function. This is done because we need to wait to get the result before saving the data,...
@CrypticVader yes, the data was displayed for the old UI, I still haven't decided how to go about displaying the data in the current UI. Since grades are only available...
You can use [this link](https://githubwrapped.vercel.app/) until they renew the domain. Though I think it's not ready just yet.
I've added updating the node version as a task here. ~ https://github.com/vatz88/FFCSonTheGo/issues/231#issuecomment-1785983401
@Cigoler I haven't looked at your code, but I faced a very similar issue with Astro and the reason for this is Astro's island architecture. [This guide](https://spacemadness.dev/docs/add-a-shadcn-ui-component/) explains the problem...
> Am i crazy, there's no node_modules folder in the folder? @Nishant-Pall what exactly do you mean? `node_modules` should never be committed to any repository, it only contains dependencies defined...
@EvanZhouDev are you sure? I just tested it and I still get the error.
I am on **2.0.2**, building still gives the same error. ``` npm i [email protected] ```
@ThatXliner sorry for the late response, was a bit busy. [This is the code](https://github.com/therealsujitk/chrome-ext-litcode-solver/blob/2aecb57a4b6d9d5fc8149384570da5391628dff9/src/pages/Home.js#L22-L49) that uses the `bard-ai` package. The build works when I comment out all of this code...