Marijn van der Werf

Results 32 issues of 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. ![image](https://cloud.githubusercontent.com/assets/737603/21624572/f2817676-d207-11e6-928c-96849f25e1b1.png) ![image](https://cloud.githubusercontent.com/assets/737603/21624579/fb8bf84a-d207-11e6-8763-0d298a7bfc1c.png) ![image](https://cloud.githubusercontent.com/assets/737603/21624586/01c43b6e-d208-11e6-83e1-15970202f454.png) ![image](https://cloud.githubusercontent.com/assets/737603/21624599/0b821932-d208-11e6-9d12-0418d9ea37a0.png) ![image](https://cloud.githubusercontent.com/assets/737603/21624600/10074432-d208-11e6-9679-86301aa87326.png) ![image](https://cloud.githubusercontent.com/assets/737603/21624611/151e4e70-d208-11e6-8fae-ec34467d1fa5.png) ![image](https://cloud.githubusercontent.com/assets/737603/21624625/1b0cba2e-d208-11e6-899d-dd8c5518a081.png)...

**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

help wanted

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. ```

enhancement

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...

bug

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...

bug
frontend

**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...

frontend
ux