Dave T

Results 23 issues of Dave T

# What does this implement/fix? Following #2490 addressing ili9341 buffer esp32 RAM limitations with a palette mode, this PR adds an adaptive RGB palette mode. This allows a custom 8bit...

not-stale
integration: ili9341

## Description: Describes the image adaptive pallet mode feature **Related issue (if applicable):** fixes **Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** esphome/esphome#2502 ## Checklist: - [x] Branch: `next`...

has-parent
next

I run rpi-clone to backup my OS drive. When my SD card starts showing errors, I swap out the failing SD and order a new one. Works great! Thanks for...

I have found that there is a small issue when transferring dependency files if the current working directory for a dispy client python script is a root directory (e.g. c:\)....

## Proposed change As per issue #80802, svg still images were rejected if the image file started with - [ ] Dependency upgrade - [x] Bugfix (non-breaking change which fixes...

Hacktoberfest
cla-signed
small-pr
integration: generic
has-tests
by-code-owner
bugfix
hacktoberfest-accepted
Quality Scale: No score

## Breaking change ## Proposed change Cleanup - remove some strings that are never used in the UI. ## Type of change - [ ] Dependency upgrade - [ ]...

Hacktoberfest
cla-signed
small-pr
integration: generic
by-code-owner
code-quality
Quality Scale: No score

@padelt How do you feel about pylint? Could be a code improvement? Probably a dedicated PR with no functional change, just formatting/renaming. All tests should pass before and after. To...

**What I did:** Created test.html: ``` text ``` Run `java.exe -jar wordinator_1.0.3/wordinator.jar -i test.html -o out -x wordinator_1.0.3/html2docx/html2docx.xsl -t wordinator_1.0.3\src\test\resources\docx\Test_Template.dotx` Open html and docx files **What I expected to happen:**...

What I did: java.exe -jar ../Tools/wordinator_1.0.3/wordinator.jar -i wordinator_1.0.3\src\test\resources\simplewp\simplewpml-test-02.swpx -o out -t wordinator_1.0.3\docx\Test_Template.dotx What I expected to happen: - docx created with styles from Test_Template.dotx What actually happened: - All heading...

A common problem (at least for me) while trying to use wordinator is styles being ignored and dropping to the default style (Body text/Normal) for the document when converting from...