Hanxing Yang

Results 119 comments of Hanxing Yang

Related: https://github.com/qiniu/js-sdk/issues/692

Notes for upcoming tasks (not included in this issue): * Improve social media sharing process * Record game video for sharing

Complete response from Vercel Support > ### nighca September 4, 2024 at 2:39 PM > > We configured `rewrites` in project to proxy our APIs, while it is causing high...

Now we will notify user the sprite list with diagnostic errors when trying to run / debug project in editor. See details in https://github.com/goplus/builder/blob/c3278ff945c637383189eafa5dc042362a1e4ccc/spx-gui/src/components/editor/preview/EditorPreview.vue#L117-L133 That's a very basic solution, which...

> ### Adjustments > 1. Time-consuming operations (including `animate`, `play`, etc.) default to blocking, with non-blocking versions provided. > 2. Transition versions should have a "trans" prefix. > 3. Non-blocking...

As discussion with @JiepengTan , support for multi-scenes of spx will be postponed until the product design finished. There are still [undecided problems](https://github.com/goplus/builder/issues/588#issue-2345180256) with the product design.

* No clue in service log * No way to reproduce now

We may use a standalone (invisible) sprite to extract common logic & use embedding to share it: `Common.spx`: ```spx var ( count int ) func increase() { count++ } ```...

API incompatibility introduced by `openai/gpt-5`: * `max_tokens` -> `max_completion_tokens` * temperature 0.7 is not supported ``` Unsupported value: 'temperature' does not support 0.7 with this model. Only the default (1)...

Other problems introduced by `openai/gpt-5`: ### 1. Slow response Can be optimized by setting `ReasoningEffort`. * `ReasoningEffort: minimal`: The quickest, quicker than Claude 4.0 Sonnet, while more stupid. * `ReasoningEffort:...