Subscribe to On github feed
Updated: 1 min 7 sec ago

clemens-tolboom commented on pull request MikeSchulze/gdUnit4#214

Mon, 2023/06/19 - 2:10pm
clemens-tolboom commented on MikeSchulze/gdUnit4#214 · June 19, 2023 12:10 clemens-tolboom commented Jun 19, 2023

I somehow did not get notification on this or just missed it. Yours a link from where? I can link to https://github.com/MikeSchulze/gdUnit4/blob/ma…

clemens-tolboom pushed to add-scrolling in clemens-tolboom/godot-openai

Sun, 2023/06/18 - 11:53am
clemens-tolboom pushed to add-scrolling in clemens-tolboom/godot-openai · June 18, 2023 09:53 1 commit to add-scrolling
  • 6844757 Wrap and no horizontal scrollbar.

clemens-tolboom opened a pull request in Buri/godot-openai

Sun, 2023/06/18 - 11:52am
clemens-tolboom opened Buri/godot-openai#2 · June 18, 2023 09:52 Add scrolling. #2

+18 -10

clemens-tolboom forked clemens-tolboom/godot-openai from Buri/godot-openai

Sun, 2023/06/18 - 11:11am
clemens-tolboom forked clemens-tolboom/godot-openai from Buri/godot-openai · June 18, 2023 09:11 Buri/godot-openai

Prototype to implement OpenAI to Godot 4. Inspired by https://github.com/keijiro/AICommand

GDScript 9 Updated Mar 21

clemens-tolboom opened an issue in Buri/godot-openai

Sun, 2023/06/18 - 10:51am
clemens-tolboom opened an issue in Buri/godot-openai · June 18, 2023 08:51 Are you aware of other Godot OpenAI plugins #1

I'm checkout out this repo GPTIntegration GodotGPT I like your reload and execute and having 'decent' scenes with controls *.tscn. The others hav…

clemens-tolboom opened an issue in finepointcgi/Godot-Open-AI-GPT-Integration

Sat, 2023/06/17 - 3:48pm
clemens-tolboom opened an issue in finepointcgi/Godot-Open-AI-GPT-Integration · June 17, 2023 13:48 invalid_api_key: when editing API key using Godot editor is overridden on save #6

When I edit the API key in addons/GPTIntegration/settings.json using Godot text edit and save it this new value is not used and overridden when clo…

clemens-tolboom starred finepointcgi/godot-location-plugin

Fri, 2023/06/16 - 9:14pm
clemens-tolboom starred finepointcgi/godot-location-plugin · June 16, 2023 19:14 finepointcgi/godot-location-plugin

Android Location API implementation for Godot

Kotlin 6 Updated May 27

clemens-tolboom starred finepointcgi/godot-location-plugin

Fri, 2023/06/16 - 9:12pm
clemens-tolboom starred finepointcgi/godot-location-plugin · June 16, 2023 19:12 finepointcgi/godot-location-plugin

Android Location API implementation for Godot

Kotlin 6 Updated May 27

clemens-tolboom opened an issue in MicrosoftDocs/edge-developer

Fri, 2023/06/16 - 5:13pm
clemens-tolboom opened an issue in MicrosoftDocs/edge-developer · June 16, 2023 15:13 _manifest.json should not have the underscore #2651

└── part1 ├── _manifest.json <====== has an underscore ├── icons │ ├── nasapod16x16.png │ ├── nasapod32x32.png │ ├── nasapod48x48.png │ └── nasapod…

clemens-tolboom opened a pull request in finepointcgi/Godot-Open-AI-GPT-Integration

Fri, 2023/06/16 - 4:08pm
clemens-tolboom opened finepointcgi/Godot-Open-AI-GPT-Integration#5 · June 16, 2023 14:08 Check for response json error #5

Initial fix for HTTP response errors (like no more credit, too many requests) and json parsing, and json error errors. See ie https://platform.open…

+27 -6

clemens-tolboom pushed to check-for-response-json-error in clemens-tolboom/Godot-Open-AI-GPT-Integration

Fri, 2023/06/16 - 4:00pm
clemens-tolboom pushed to check-for-response-json-error in clemens-tolboom/Godot-Open-AI-GPT-Integration · June 16, 2023 14:00 2 commits to check-for-response-json-error
  • 3205203 Check for some response or json error states.
  • c501352 The response can have many error states.