John McCann Cunniff Jr

Results 63 issues of John McCann Cunniff Jr

We may be able to add some simple structured data: https://developers.google.com/search/docs/advanced/structured-data/search-gallery

feature

![Screenshot 2022-02-20 at 18-19-38 Anubis LMS](https://user-images.githubusercontent.com/36013983/154868784-75901ec2-1c2e-4216-b797-a07f35da2c09.png)

bug
help wanted
housekeeping
frontend

# Overview Many of the items that start here will likely get their own issues at a later date. The purpose of this issue is to start to plan the...

epic

Professor Gustavo has verified that the Anubis website and TheiaIDE works on recent versions of IpadOS. We can disable the browser warnings for it.

good first issue
housekeeping
frontend

```python from difflib import SequenceMatcher import json import pandas as pd def similar(a, b): return SequenceMatcher(None, a, b).ratio() a = json.load(open('./assignment-final-question-assignments.json')) netids = list(a.keys()) first = next(a.values()) pools = list(map(lambda...

feature
backend

good first issue
housekeeping
frontend

Even though we have hardcore reoccurring backups running on the cluster, we should make class data accessible to admins. ### Overview of feature Basically only myself and Teo will have...

feature
frontend
backend