snapCloud
snapCloud copied to clipboard
Official cloud backend and community site for the Snap! programming language
took a swing at #51, untested Two knobs to consider adjusting: * `gzip_min_length` - recommendations can range from (256, 500, 1024) bytes. * `gzip_comp_level` - set at 6, but not...
This adds backend logic to allow for processing one-by-one accounts approved for verification The original code returns an HTML for when the user is already successfully verified, but it can...
* We should save the banners * Show the banners on the collection's page * Make it more obvious what to do / how to do
The API endpoint to view user information (described [here](https://github.com/snap-cloud/snapCloud/blob/568635e62d1d1ad5b16ff9edf70646f078bf8f9b/static/API#L13-L14)) appears to be down. This is problematic for NetsBlox as we rely on it when automatically creating NetsBlox accounts when a...
- production: figure out why DB is throttled so frequently - investigate error.log timeout statements - see if I can figure out what errors are/aren't reported to sentry - some...
Right now the `pageSize` and `linkTarget`parameters are not sent to the view.
Hi, please find the file attached. Greetings _ [sl.txt](https://github.com/snap-cloud/snapCloud/files/11686626/sl.txt)
We should only set `Expires` on the cookie when persist_session is true. I think this will require some refactoring...