-
```
What steps will reproduce the problem?
1. Decompile a binary containing the rsub-int/lit8 instruction
What is the expected output? What do you see instead?
The registers should be interpreted in…
-
```
What steps will reproduce the problem?
1. Decompile a binary containing the rsub-int/lit8 instruction
What is the expected output? What do you see instead?
The registers should be interpreted in…
-
```
What steps will reproduce the problem?
1. Decompile a binary containing the rsub-int/lit8 instruction
What is the expected output? What do you see instead?
The registers should be interpreted in…
-
Not sure if this intentional or not, but `ignore rsub` produces the same lookup as `ignore sub`. The following two lookups:
```fea
lookup test { …
-
SUB and RSUB are currently identical
SUB and RSUB calculate borrow but incorrectly - it should be 1 if there is _no_ underflow in the subtraction
SKEQR Checks for equality with the instructions's thi…
T045T updated
10 years ago
-
Please help! =(
> **[~]> cat ~/.ssh/config**
Host router
User me
HostName 192.168.1.1
Port 65000
RemoteForward 52698 localhost:52698
**[~]> ssh router**
ASUSWRT-Merlin RT-AC5300 384.8-2 Sa…
-
https://github.com/opengeospatial/ets-wcs20/blob/54cbb864eea8fe186531f0f2a531680afd2ff2bf/src/main/scripts/ctl/ext_get-rsub.xml#L30
the content of this variable is the concatenation of all availa…
-
I'm trying to use rsub with multiple computers on the same server, however, it only works for one. When I try to use it from other computers, files are opened in the first computer. I tried following …
-
The following fea:
```fea
feature test {
rsub a b c' e by NULL;
} test;
```
when compiled by fonttools, ends up producing a GSUB type 6 lookup; I assume that the logic for handling NULL …
-
# Bug report
In the test file `Lib/test/test_set.py`, the only path to trigger `set.__rsub__` is `TestOnlySetsInBinaryOps::test_difference`.
But this test only tests `__rsub__` raises `TypeErr…