Chirag Ghosh
Chirag Ghosh
## What does this PR do? This PR upgrades the vue-demo app to Appwrite 1.0 ## Test Plan I setup an appwrite server using gitpod and ran the demo locally....
## Which problem is this PR solving? - Resolves #4899 ## Description of the changes - Created go module at `/model`. Used replace in go.mod at `/` and `/model` -...
Removing `myframe` fixed the error of it not being defined. Fixes #5
Currently we need to manually deploy frontend by creating a build in local and running `pnpm run deploy`. Automate this process such that the deployment is always from the most...
Changes to be made: - [x] Move frontend to main repo (#27 ) - [x] Rewrite first year scraper (#38 ) - [x] Make the directory structure cleaner (#38 )...
Since the data served is static and needs to be updated once a semester, I don't see a need for backend. We can let go with the flask app and...
https://github.com/actions/languageservices/blob/7c0bffb677e6e254ae96372042d9ae627cb6e4f9/languageservice/src/action.ts#L70-L71 The base uri is hardcoded in this file. As a result, any action reference link always gets redirected to github.com. Since the LanguageServer already takes [gitHubApiUrl](https://github.com/actions/languageservices/blob/main/languageserver/src/initializationOptions.ts#L30), it leads to...