Tyler Freeman
Tyler Freeman
Added documentation for masking and filtering
I noticed this when browsing the Wire.h source for the Arduino Due: ``` inline size_t write(unsigned long n) { return write((uint8_t)n); } inline size_t write(long n) { return write((uint8_t)n); }...
Great app! I had a lot of fun and added a few extra features I wanted. I just put them all in one PR because it was easier but I...
**Describe the bug** Using the example in the docs for multimodal, I get this error: ``` Must supply a `contentType` when sending File URIs to Gemini. Error: Must supply a...
### Steps to Reproduce 1. Click a post to view comments 2. Unfold phone, or otherwise trigger onConfigurationChange. (e.g. if you don't have a foldable: trigger accessibility > color inversion,...