Ben Ford

Results 14 issues of Ben Ford

### Describe the bug I have two monitors. One 4k and one samsung G9 (5120x1440). I'm getting: ``` convert_to_openai_messages.py", line 138, in convert_to_openai_messages assert content_size_mb < 20, "Content size exceeds...

Bug

OS: PopOS Shell: Fish I've downloaded and unzipped GT from the website. from the unzipped folder I run: ``` $ ./bin/GlamorousToolkit [2023-09-04T10:52:37Z ERROR winit::platform_impl::platform] X11 error: XError { description: "BadValue...

Simple change to the regex to allow negative numbers

How do you go about expressing a sum type like this: ```haskell data WithdrawlResult = WithdrawlError ClientError -- ^ Error with http client error | WithdrawlSuccess Transaction -- ^ Success...