Marijn van der Werf
Marijn van der Werf
Managed to match up some tilemaps with tilesheets. Not 100% sure about all of them, but in general these seem to make sense.       ...
**Expected:** Image with both `src` and `srcset` has both images included ``` html ``` **Actual:** Image only has `src` included as data URI. `srcset` is left unchanged
Found out that (simplified) `trans_choice(":count messages", 2)` throws an error, while Laravel itself is fine with it. Did a bit of digging, and found that there's various cases where I18n.js...
(Source: https://decomp.me/scratch/xtJVv) The target has 0x1, but the current version of the assembly displays 1. I'd expect it to not count as an _actual_ difference. Originally reported as https://github.com/decompme/decomp.me/issues/816
**Reproduce:** ```php add_filter('filter', function($one, $two) { return 123; }, accepted_args: 2); ``` **Expected:** No errors **Actual** ``` Callback expects 2 parameters, $accepted_args is set to 1. ```
If there's an empty line in symbol_addrs, `diff_evt.py` crashes instead of producing output ``` Traceback (most recent call last): File "/Users/marijn/Projects/papermario-jp/diff_evt.py", line 168, in main() File "/Users/marijn/Projects/papermario-jp/diff_evt.py", line 165, in...
Based on this linker script, you'd expect that you can use `charset_postcard_png` to refer to the pixel data, and `charset_postcard_pal` to refer to the palette, but that's not the case......
It's hard to see, but when you open the side-menu, the draggable split lines overlap the menu. Seems to be a Z-index issue, but I can't find the origin. **Base...
**To Reproduce** 1. Be logged-out 2. Open a scratch page 3. Press login **Expected behavior** You're on the same scratch page you were at, but logged in. **Actual behavior You...