Fred Mitchell

Results 4 issues of Fred Mitchell

![image](https://github.com/keshavbhatt/whatsie/assets/1420684/8290ce11-e710-4ef2-acad-53a5b67cb616) If I let it run, it will exhaust all available RAM. Version 2.2350.1 ![image](https://github.com/keshavbhatt/whatsie/assets/1420684/b89e7e1a-19fd-40a2-961e-a1ac5d0da307)

bug
enhancement

**Describe the bug** The "Write Text" field does not output precisely the text that is in it (this used to work). For example, I have this text in the Write...

bug

**Describe the bug** https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html#font-size-and-offset-methods Because the various calls were deleted, File "/home/eltoro/.local/lib/python3.11/site-packages/streamdeck_ui/display/text_filter.py", line 43, in initialize label_w, _ = backdrop_draw.textsize(self.text, font=self.true_font) ^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'ImageDraw' object has no attribute 'textsize' **To...

bug

I would like to do something like: `impl_op! (& |a: &BitSparseArray, b: &BitSparseArray| -> BitSparseArray {...} ` But currently there appears no way to do that. Would you like to...