-
### Tested versions
v4.2.2.stable.official [15073afe3]
### System information
Godot v4.2.2.stable - Windows 10.0.22631 - GLES3 (Compatibility) - NVIDIA GeForce RTX 4070 Laptop GPU (NVIDIA; 31…
-
Great work on the fragments library so far; I've found it very helpful in upgrading from the old Ember Data to the new 1.0 Beta series.
However, I am wondering if we could re-enable relationships ins…
-
We use the `Rational` field for tests, but this is mostly for historical reasons. Rationals are not very efficient and we're not going to use them in production, so maybe we should just ditch them ent…
-
One trick Trinity uses in several places is that if multiple objects match the one you've typed, the ```GENERIC``` routine for those objects is set up to pick the object that matches ```P-IT-OBJECT```…
-
### Problem description
Some plugins about "highlighting" have to set colors for `sublime.Region`s. E.g., https://github.com/jfcherng-sublime/ST-RainbowIndent
Currently, the only way to set fore…
-
## Background
I think some of the motivation for verbatim syntax #224 is driven by the ambiguity of how we currently link `defcal` and `gate` definitions by matching on name. This has a couple of imp…
-
### Context
We are using Resilience4J (in particular the CircuitBreaker and Bulkhead components) in an application designed as a service-mesh, with a BFF (back-end-for-front-end) component. One call…
-
It's not uncommon for CSS authors to take advantage of the fact that a browser must ignore a CSS property in its entirety if a parse error or unsupported token is encountered in the value. For example…
-
Hello everybody
I have a very general, conceptual question regarding streaming data in scenarios in which not only real-time, but also history matters. The question is not confined to KSQL (nor eve…
-
The hazards of unsigned arithmetic in C/C++ are well known, and modern style guides generally discourage their use for anything except bitwise manipulation and cases where the extra bit of positive ra…