Luke Weiler

Results 24 issues of Luke Weiler

It's uncomfortable to have the text reach all the way to the edge of the screen. I would suggest allowing the user to use a `-m` option with an optional...

Fixes #2170 Replace instances where ENV properties are set with `ENV[PROPERTY] = 'VALUE'` with `with_modified_env(PROPERTY: 'VALUE') do`. Removed setup and teardown methods. ┆Issue is synchronized with this [Asana task](https://app.asana.com/0/1202821104799596/1202822767397897) by...

component/dashboard

Fixes #2097 Checks and corrects filenames that may be duplicates when files are added to the upload queue. Also created dupSafeName function into a separate file so that it can...

component/dashboard

**Example Problem:** Find the equation of the line between points (0,1) and (2,5) in slope-intercept form. **Example Solution:** y=2x+1 **Further explanation (optional):** Coordinates should be between positive and negative 20

New generator

neat kwarg can tell the generator to generate a problem with a neat solution. For example: a problem would result in an integer like 3 or -1 instead of a...

enhancement

**Name or Id of generator:** calculus/stationary_points, 110 **Issue:** ``` Traceback (most recent call last): File "/home/luke/todarith/todenv/lib/python3.8/site-packages/mathgenerator/__init__.py", line 36, in __call__ return self.func(*args, **kwargs) File "/home/luke/todarith/todenv/lib/python3.8/site-packages/mathgenerator/funcs/calculus/stationary_points.py", line 14, in stationaryPointsFunc if...

bug

**To Reproduce** Steps to reproduce the behavior: 1. Use Dark Reader extension 2. Go to sign up page 3. Fill out details and click create account 4. Check box to...

bug

### Is your feature request related to a problem? Please describe. When I’m on my university’s network, I cannot transfer files between my devices. I’m not completely sure why this...

enhancement