Cretezy

Results 60 issues of Cretezy

Hi, it would be useful to be able to get and set the exact scroll position (currently can only do by page). It would also be useful to have a...

GDScript supports the [`#region` and `#endregion` comments](https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_basics.html#code-regions) designed for code organization. In the Godot script editor, these are folds. If possible, this package should support these to be folded (through...

Hi, I'd like to be able to display ping between the client and server in my game. Can this library do that?

Closes https://github.com/zed-industries/zed/issues/23069 Hi! First contribution. This was bugging me on a 4K screen as small is very small, and all other options are very big. I choose the values 20%/35%/50%/65%/80%...

cla-signed

Screenshot: | Before | After | | -------|------| | ![image](https://github.com/user-attachments/assets/629e7da2-6070-4abb-b469-3b0824524ca4) | ![image](https://github.com/user-attachments/assets/99e54412-2e0b-4df9-9c40-a89b0411f6d8) | | ![image](https://github.com/user-attachments/assets/e99da846-f39b-47b5-808e-65c22a1af47b) | ![image](https://github.com/user-attachments/assets/ccd4408f-8cce-44ec-a69a-81794125ec99) | Release Notes: - Added `zoomed_padding` to allow disabling of padding around zoomed...

cla-signed

Example 1: ```gdscript func random_color() -> Color: return Color.from_hsv( randf(), randf_range(0.2, 0.6), randf_range(0.9, 1.0), ) ``` ```gdscript func random_color() -> Color: return ( Color . from_hsv( randf(), randf_range(0.2, 0.6), randf_range(0.9,...

enhancement
topic:gdscript
area:manual
cherrypick:4.4

## Description Using one of the following does not apply arguments correctly: ```toml ui.editor = "nvim --cmd 'let g:flatten_wait=1'" # or ui.editor = "code '-w'" ``` ```shell EDITOR="nvim --cmd 'let...

- Add validation for required environment variables (CLOUDFLARE_D1_ACCOUNT_ID, CLOUDFLARE_D1_DATABASE_ID, CLOUDFLARE_D1_API_KEY) with clear error messages - Add optional onProgress callback parameter to createBackup function for progress logging - Add detailed progress...