WJCarpenter

Results 28 comments of WJCarpenter

I have to agree. I've just been trying to find out info about jforum, and actual documentation seems to be a mystery. I've downloaded jforum but haven't installed it. Do...

Do you have that TTF file in the same directory as the YAML file? If yes, I would look at it with a font viewer to see if it got...

I just recompiled the demo YAML with esphome 1.16.3 without complaint. My only change was pointing to a font file in a different location. (I have a "fonts" directory for...

In issue #31, I attached a ZIP of the SVGs for the library's sample app so you can get an idea of what the output looks like. You can also...

Samples were rendered on a TTGO T-Display with screen dimensions of 135x240.

I also found that you could use "-d" in combination with a simple filename for "-p".

I don't think it matters, but we set these feature options: ``` saxParserFactory.setFeature("http://apache.org/xml/features/disallow-doctype-decl", true); saxParserFactory.setFeature("http://xml.org/sax/features/external-general-entities", false); saxParserFactory.setFeature("http://xml.org/sax/features/external-parameter-entities", false); ```

@atlesn You might be interested in some of the conversation taking place on this bugid: https://bz.apache.org/bugzilla/show_bug.cgi?id=65159

I think something is not working here, but it might be something down inside ESP-IDF. First of all, the default value for the duplicates cache is 200, which is way...

I am using ESP-IDF 4.4.1. I have 10-20 BLE advertisers typically visible if I scan for a while. I think I have figured out what's going on, but I'm not...