Nicholas A. Lourie

Results 7 issues of Nicholas A. Lourie

* alexafsm version: 0.1.0 * Python version: 3.6.0 * Operating System: El Capitan ### Description Running flake8 on the master branch I get a lot of style errors, which seems...

When developing HITs, it's common to change the title of successive versions so they can be easily distinguished in the sandbox. Adding a feature that'd allow the user to specify...

enhancement
help wanted

A common use-case is having different HIT type properties for the live site versus the sandbox, since test accounts on the sandbox often don't have high enough qualifications to work...

enhancement
help wanted

Until now, amti's testing has been entirely manual. There have been three reasons for this decision: 1. amti began as a tool I built for myself. Originally, I wanted to...

enhancement
help wanted
good first issue

The `amti` CLI has grown a number of commands (14 by my current count). Grouping the commands hierarchically into several topics would present a friendly help interface to users. I'd...

enhancement
help wanted

Currently, the HIT preview server simply displays the rendered HITs. The following enhancements could provide a better user experience: 1. [ ] Add an index page at the `/hits/` URL,...

enhancement
good first issue

When an objective function uses a tqdm progress bar, the output is not properly removed from the screen. The bug occurs both when `fmin` is used with `show_progressbar=False` as well...