-
I have a custom widget that has an animation. After opening two windows with it inside, I found only the focused one was redrawn. The other ones won't redraw even if there's a data change. After delet…
-
### Describe the project you are working on
2D destructible terrain multiplayer game. And rendering smooth font outlines with msdf. PR here: https://github.com/godotengine/godot/pull/44772
#…
jordo updated
3 years ago
-
There are various places in the SVG code where we hard code units & padding, e.g. to make space for node labels, axes (in the case of `ts.draw_svg`) or for the root branch if there is one. Previously …
-
Hello!
I am experiencing multiple issues with current mate-desktop. Don't know why during few years of development it becomes worse, not better, but anyway.
Is it possible to hire someone to get t…
-
At present, [`ExecutionWorld`](https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/scripting/ExecutionWorld) requires values to be uppercase, specifically `MAIN` or `ISOLATED`. Simila…
-
In react a custom component can be notated like this: ``, in hyperx you have to notate is like this ``.
I would like to notate optionally closable, non-html tags that could or could not be closed …
-
Hi
I get this issue, probably something wrong am doing/got wrong understanding. I have a check where it only loads images when texture is available, if not available then show some text.
The issue…
-
I've been trying to get the simulator working on my Mac (M1), but it keeps failing when linking the main `infinisim` executable to what I assume is the `lvgl` library:
```
[100%] Linking CXX execu…
-
Frequently requested feature is a text reflow on window resize. See #250 and linked issues. The gist of the problem is this:
1. output records are usually created during display
2. redisplaying ev…
-
```
//
// ViewController.m
// TableView Refresh
//
// Created by hackeru on 17/05/2017.
// Copyright © 2017 juda. All rights reserved.
//
#import "ViewController.h"
@implementation …