Charlie Powell

Results 26 issues of Charlie Powell

#### What does this PR do and why is it necessary? This PR has the necessary code changes to allow multiple file uploads to work in the UI with no...

approved
targets maintenance

Closes #4611 The contrast between enabled/disabled is not great across the board for Bootstrap 2 when there is no enabled button beside it to compare with.

approved
targets maintenance

This is required for the newer password hashing libraries used in OctoPrint 1.8.3. We should have tested it on Octo4a as well, but as these fixes were only tested privately...

Seemed like a lot of redundant code to just change one class name, so rather than duplicating I've condensed it. #### What does this PR do and why is it...

approved
targets maintenance

### Is your feature request related to a problem? Please describe. The temperature graph starts out of nowhere in OctoPrint 1.10.0 ### Describe the solution you'd like With the temperature...

request
done

### Compatibility Issues * #4685 * https://github.com/giampaolo/psutil/issues/2252 * Issue with psutil - see trace below * ~~https://github.com/mrabarnett/mrab-regex/issues/509~~ * Issue with `regex` as needed by `awesome-slugify`, see [trace in comment below](https://github.com/OctoPrint/OctoPrint/issues/4760#issuecomment-1746521768)...

done
task
approved

### The problem Following https://community.octoprint.org/t/warning-message/53242/9 I searched the source to find this one line that is still looking for the 'old' way of getting a snapshot URL: https://github.com/OctoPrint/OctoPrint/blob/ed4a2646fb4e2904892c895580192987242834c8/src/octoprint/server/__init__.py#L934 Could be...

bug
done
approved
bugfix release relevant

### Is your feature request related to a problem? Please describe. This command doesn't work in the field because no one understands that it creates a systeminfo bundle, rather than...

bug
done

### Is your feature request related to a problem? Please describe. Currently, when a tab is not being used for a little while (5 mins on my laptop), Edge puts...

request

### Problem Seems that the file `plugins.json` is grabbing its plugin ID from the name of the file under `_plugins/`, rather than the `id: `field in the data at the...

help wanted