Chad Sharp

Results 28 comments of Chad Sharp

Indeed. I created my own Numix theme with elegance-colors and now there are some remnants of stock Gnome 3.16 poking through. For example, the blue lines in the top bar...

Problem 1 is fixed by the above commit. Problem 2 is actually pretty funny and threw me for a loop when I saw it. For internationalization, we use python's `gettext`...

I can't replicate this... Nor do I see how this could be possible based on the code in lib50. This error https://github.com/cs50/lib50/blob/3b542683587183abbc06a3eedffe6b68db6702c4/lib50/_api.py#L865 should be caught here https://github.com/cs50/lib50/blob/3b542683587183abbc06a3eedffe6b68db6702c4/lib50/_api.py#L891 which triggers a...

This should be like a couple line change I think. When switching views, we already add a parameter to the URL (for easy linking), so this should just be a...

Agreed this would be a good feature. Interestingly, we do actually do this to some extent behind the scenes, but at present it isn't expressed to the user. In the...

In order to debug this, I'll need access to the submissions and archives. Would you be able to email me a zip?

Not a max number, no, but it's possible that feeding it so many additional files causes it to use enough memory that the os kills it (what is happening here)....

To my knowledge, this is planned for the eventual compare50 webapp which won't be stateless like the command-line tool is, but a command-line script would definitely be useful in the...

The first one is actually a little more annoying than you might realize at first due to the fact that `compare50` outputs static HTML pages. The top-50 changes based on...

This could work! The only thing I'd worry about is that if you ranked them by a particular pass and then ordered them by a different one, someone might assume...