Zach Stence
Zach Stence
### Describe the bug When importing FakerJS inside a Histoire story, a Vue warning and a Faker error are printed to the console, and the story no longer works. I...
When trying to self host Tabby (including TCG, web, and a postgres DB), I get an error regarding `psycopg2` ## Reproduction steps 1. Create `docker-compose.yml` with the following contents ```yml...
Hi @OllisGit , great work on the project. I love this plugin and SpoolManager. I'm working on showing data about the current print in a dashboard, and I am looking...
**Expected behavior:** `Examples/Inkplate6COLOR/touchpads.py` should work on the Inkplate 6 Color out of the box **Actual behavior:** The following error occurs: ``` Traceback (most recent call last): File "", line 24,...
Expected behavior: `Inkplate.setPanelDeepSleepState` should work properly Actual behavior: The following error occurs: ``` AttributeError: 'int' object has no attribute 'value' ``` Problem: `EPAPER_RST_PIN` is an integer constant. The function should...
Expected behavior: `Inkplate.readBattery` should read the battery level of an Inkplate 6 Color Actual behavior: The following error occurs: ``` Traceback (most recent call last): File "", line 22, in...
### Description ### Checklist - [x] For UI or styling changes, I have added a screenshot or gif showing before & after - [x] I have added a [changeset](https://github.com/evidence-dev/evidence/blob/main/CONTRIBUTING.md#adding-a-changeset) -...
### Description This PR will have several changes to make timezones easier to understand and work with in Evidence ### Next steps @archiewood Has made a diagram for the eventual...
Can anybody help me understand how to use the values returned from [`Snap.path.intersection`](http://snapsvg.io/docs/#Snap.path.intersection)? Specifically, what do `t1`, `t2`, `bez1`, and `bez2` represent? I've read the docs, and they don't explain...