-
Hi,
The index.d.ts file has several classes without "export" in front of it, e.g. Query. From my understanding, for an ambient (=declared) namespace, typescript implicitly treats all members as exp…
-
```
Using the latest libgdx, the BodyEditorLoader will throw an exception as soon
as it try to cast a Long to a Float since the current behavior changed.
The fix is quite easy: just perform an "inst…
-
```
Using the latest libgdx, the BodyEditorLoader will throw an exception as soon
as it try to cast a Long to a Float since the current behavior changed.
The fix is quite easy: just perform an "inst…
-
```
Using the latest libgdx, the BodyEditorLoader will throw an exception as soon
as it try to cast a Long to a Float since the current behavior changed.
The fix is quite easy: just perform an "inst…
-
### Describe the bug
When going through checkout without a payment method, the plugin throws the following warning:
```
[30-Jul-2024 18:58:42 UTC] PHP Warning: Attempt to read property "id" on f…
-
-
String types via embind sometimes fail with:
```
Failed to execute 'decode' on 'TextDecoder': The provided ArrayBufferView value must not be shared."
```
When the embind functions are called throu…
-
getClosestMatch doesn't work when providing an array of Color objects.
> foreach($colors as $key => $color) {
if (false === ($color instanceof Color)) {
$c = new Color…
-
Now the method `hasMessageAvailable` just is announced in ConsumerImpl and MultiConsumerImpl.
If we want to check is there message available, we should transfer Consumer to ConsumerImpl or MultiCons…
-
### Describe the bug
https://github.com/yomotsu/camera-controls/blob/dev/src/CameraControls.ts#L1987
A recent update using "isSphere" instead of instanceof to check the type of a sphere object is …