Oliver
Oliver
Maybe ping @inolen ? He also lists an email on his GH profile…
+1 same issue with macOS 14.4 Sonoma Symtpom: «Syntax Highlight» doesn't start - bounces indefinitely in the Dock…
> This is not a fix but Erasing Controller Settings in Game Controller did the trick for me: > > 1. Disconnect controller > 2. System Settings -> Game Controller...
Cool, looking forward to it! 👍 So long I'm taking server-side care of possible duplicates due to the same @mentions...
> Hi @broken-gage , You need to copy and paste the below lines in chat_service.py, > > ``` > .... > memory = ChatMemoryBuffer.from_defaults(token_limit=8192) # ..... > memory=memory, # ........
Awesome contribution, thanks a lot! **Two issues / limitations…** 1. Any transparency in the base64 of the PNG image is being "discarded" (despite contained in base64-string) 2. And unfortunately only...
This is how I added DB-support to the PHP IRC-Bot (it's a dirty hack, but works): 1) In **config.php** I defined new variables for my MySQL connection: ``` php return...
+1 I could really need something like this for my implementation of the IRC-Bot ;)
I tried that once, but didn't get it to work properly - always had a problem that the widths & heights which were somewhat off... But here's what I tried...