Tim Scarfe

Results 8 issues of Tim Scarfe

Pretty sure it's not leveraging the new model right?

Also wrapped all lines at 80 chars for easier reading, feel free to revert that commit if you want, it was the last one

It installed OK but couldn't run with the sgpt command, I had to add a function into my zprofile ``` sgpt() { python3 /Users/[...]/Library/Python/[version]/lib/python/site-packages/sgpt/app.py "$@" } ``` I think the...

Hello! Great library! I wondered if you considered supported a different image rendering approach rather than using the system.drawing stuff. It's not been possible to get your component working in...

``` Sender:System.Threading.Tasks.Task`1[System.Threading.Tasks.VoidTaskResult] Exception:System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the...

I am using Unity, and was using an old version with no problems. To get this newer version running, I needed to add all of these packages to my packages.config...

``` cat parts000.txt | chatgpt --model gpt-4 --max-tokens 10 ``` I want the program to exit and not hang

wontfix

This doesn't seem to be supported; ``` for i in range(1,10): f = fields[0][0] r = %sql SELECT MAX(DATALENGTH('')) FROM :f ``` I get this; (pyodbc.ProgrammingError) ('42000', '[42000] [Microsoft][SQL Server...