-
Let's say that we have two methods `void foo(float a)` and `void foo(double a)`. JNIgen generates these as `void foo(double a)` and `void foo1(double a)`, the user can go ahead and use these methods a…
-
```
I found a bug in AbstractAbcDeserializer.as as below.
doubles[++i] = _byteStream.readDouble();
This code should be read in little-endian order.
But the byteStream.endian was big-endian.
```
Ori…
-
```
I found a bug in AbstractAbcDeserializer.as as below.
doubles[++i] = _byteStream.readDouble();
This code should be read in little-endian order.
But the byteStream.endian was big-endian.
```
Ori…
-
```
I found a bug in AbstractAbcDeserializer.as as below.
doubles[++i] = _byteStream.readDouble();
This code should be read in little-endian order.
But the byteStream.endian was big-endian.
```
Ori…
-
So I'm having a weird problem with certain websites that I am trying to screenshoot. Essentially the page is shot and then replicated a number of times down in the png to make a really long screenshot…
-
For version 2.0.
**State I: New Video**
Just start a video. In this case: https://www.netflix.com/watch/81035324?trackId=14170286
Note English subtitles
The extension has not yet been starte…
-
```
Miranda Version : 0.8.19
Unicode Build : Yes
Test Build # (if applicable) :
Plugin Version # (if applicable) :
What steps will reproduce the problem?
1. D…
-
Slider is duplicating slides. If I create sliders with content inside it duplicates the slide twice. So 2 slides become four.
-
the default hash for floats works by casting the value to `size_t`:
```
template struct hash
{ size_t operator()(float val) const { return static_cast(val); } };
```
this is quite bad be…
-
### Godot version
https://github.com/V-Sekai/godot/commit/35b10e36d919247cf9e7c06892bf1c38ef027b0b
### godot-cpp version
https://github.com/godotengine/godot-cpp/tree/fbbf9ec4efd8f1055d00edb8…