Tig

Results 218 issues of Tig

In `Keypad.h` the following macros are defined ```c #define OPEN LOW #define CLOSED HIGH ``` Because of this, any code that includes `Keypad.h` can't use `OPEN` or `CLOSE` for enum...

This PR also merges the fixes provided in PR #29 (default initalizers & crashing bugs) as they are def needed. This PR also merges the Timed Transition Timer Reset #34...

I'm using a samd (P1AM) board. I'd like to use this library. What would it take to get it supported?

From TODO.md, which I'm about to delete: >## Color and Dialogs > >Replaces `Colors.Base.Normal` with `Attributes.Normal`, and perhaps attributes points to the container.

enhancement
design

There is a LOT of common code across the three (now four with Fake) Drivers. I was just thinking about how to fix bugs related to non-printable chars causing rendering...

design

This is the master Issue for revamping the Color system in v2. Dependencies: - #2381 - #2797 - #2798 - #2799 - #219 - #2801 - #2800 See also: -...

enhancement
design

**Describe the bug** I've noticed this a few times in past few weeks. It happened again today after pulling the latest `main` down locally. **To Reproduce** Steps to reproduce the...

bug
build-and-deploy
testing

I've seen this before, but never captured it. ![aCYOb97 1](https://user-images.githubusercontent.com/585482/173106977-26a938c7-68db-4d83-9af5-a676a1e1f578.gif)

bug

In Wizards Scenario, I have what is essentially a modal dialog box with a TextView filling the client area: Note how it's actually very hard to tell that this is...

bug

In addition, strings (both `string` and `ustring`) should be initizlied to `.Empty` and not `null`. Fixing this may be a breaking change.

bug
breaking-change