Chad Sharp

Results 31 comments of Chad Sharp

To expand upon the above, these are the new instructions for adding translations: 0. `mkdir check50/locale` 1. First, ensure that `babel` is installed and that `check50` is installed in development...

Also, we'll want to have travis build the translations just `lib50` does: https://github.com/cs50/lib50/blob/6b94953569791f4ab6b896f8b3e2e42ef64a4edc/.travis.yml#L8

This is a good suggestion. Unfortunately, from the error alone, we can't tell if there was actually a prototype earlier in the file. That is, we can't tell the difference...

I think (hope) it is documented somewhere that you can not have two problems where one slug is the proper prefix of another. However, a pretty exception doesn't really help...

What makes "depends" standard? Why make this a verb when every other key is a noun? EDIT: we also use `dependencies` as a key in the `.cs50.yaml`. Would you propose...

> We can print messages like this (or a gif in the webview) every n runs, Ewww state (kidding). Though we could do this without state if you relax that...

So there's two ways GitHub is used by check50/submit50 1. where the actual checks are located (e.g. https://github.com/cs50/problems/tree/2019/ap). Does not require the student to have a GitHub account. 2. where...

> For this issue I really meant your point 1. From reading the check50 sources I have the impression that this really is a low-hanging fruit so to speak, and...

A couple thoughts: (1) I don't really understand the semantics of `unready` as described here. If it is successful it returns a Self::Token? Should it not drop the token if...

Thinking about this more, one unfortunate aspect of the GAT approach here is that to implement e.g. `ReadyCache` where you have to store a service and the permit that potentially...