-
```
The htmldiff tool should have a way of comparing floats so that for
instance 1.000000 = 0.9999999
```
Original issue reported on code.google.com by `twa...@gmail.com` on 14 Feb 2010 at 3:19
-
I very much like comparisons and created (i) a list of all available comparisons and (ii) a framework to host a comparsion.
http://ultimate-comparisons.github.io/ is the page listing all resources.…
-
Hello,
vhdl-linter won’t detect length mismatch on comparing two registers e.g.:
slv_output(13 downto 0)
-
Consider adding checks against the game's files to provide information about which mod files are overriding existing game files, and which are adding new ones.
This would require setting up a way of …
-
### Description
HI. Thank you for your wonderful workong! I was wondering if there are any plans to implement FDR correction in the future? FDR correction is more commonly used and popular compared t…
-
Hi
I notice that you claimed in your abstract that this method outperforms previous approaches by large margins. Although Table.1 has shown this superiority, one of the important issues I have to p…
-
I run the ORB-SLAM with test the absolute trajectory error and got an error of 1.221392, and following plot.
![plot](https://user-images.githubusercontent.com/14134622/37279376-389a1496-261d-11e8-8…
ghost updated
5 years ago
-
| Lines | Assigned to | Status |
| --- | --- | --- |
| 0-10000 | Dhaval | Ongoing |
| 10001-20000 | | |
-
This issue will be a collection of information I've found (and find) when doing some performance comparisons and analysis.
A quick `pref record` showed the current log implementation to be an issue (…
-
There is a wrong comparision in datePickerUtils (isAfter, isBefore).
In the version before it was implemented correctly.
GOOD:
```
isBefore: function (model, date) {
model = (model !== undefined) …