Robert

Results 39 issues of Robert

The issue came up in https://github.com/Yonaba/awesome-one-person-games/pull/6. The game in question was programmed and designed by one person, which would make it a perfect fit for this list according to the...

For example `love.window.restore` caused some issues for love-atom, because the empty variants table was omitted. ``` { name = 'restore', description = 'Restores the size and position of the window...

enhancement

### Godot version 4.0.rc6.mono.official ### System information macOS 12.0.1 ### Issue description Just a minor visual issue. When opening an empty directory the focus highlight is drawn incorrectly. It looks...

bug
topic:editor
confirmed

Removed the instancing.zip as discussed in #6793 and replaced it with text and image references to the godot-projects instancing demo: https://github.com/godotengine/godot-demo-projects/tree/4.0/2d/instancing Added a small section about instancing via code. Closes...

enhancement
needs work
area:getting started

As discussed in PRs #6187 and #5374 the instancing demo from the "Step by step" tutorials could be moved to the godot-demo-projects repository for v4. But I think it would...

enhancement

**Describe the bug** When using server side data handling, I get inconsistent results with pagination, especially when changing search terms, but also when the sort order changes. As far as...

wontfix

Let's say I have a situation where an incoming collections needs to be mapped onto an existing collection. `src.Adapt(dest)` doesn't produce the intended outcome since (I assume) Mapster doesn't know...

Today I noticed, that RegExr seems to provide inconsistent / false matches for unicode pattern matching. Maybe I'm missing something... 1. Pattern with non-unicode string: Pattern: `[\p{L}]+` Test: `Example` =>...