decomp.me icon indicating copy to clipboard operation
decomp.me copied to clipboard

Collaborative decompilation and reverse engineering website

Results 148 decomp.me issues
Sort by recently updated
recently updated
newest added

Reported by @marijnvdwerf > Think it has to do with egcs being long ![image](https://user-images.githubusercontent.com/9429556/218430552-142c7978-ec43-4153-ab51-268aba36646c.png)

bug
frontend
responsiveness

The GitHub link appears to be left aligned based on the username, instead of being centred horizontally. ![IMG_3897](https://user-images.githubusercontent.com/737603/220568368-50f3a5e6-2616-4419-81b8-45e7dfc91ce4.jpeg)

frontend
responsiveness

The platform-picker grid doesn't seem to scale down gracefully for mobile, causing horizontal overscroll. #### Default view ![IMG_50295E6ED48B-1](https://user-images.githubusercontent.com/737603/223750119-3f7c76ee-779a-431b-838f-b3211942986b.jpeg) #### Full page ![New scratch - decomp me](https://user-images.githubusercontent.com/737603/223750387-d9464ab9-bcd8-4760-969b-61cc83782c24.png)

bug
frontend
responsiveness

https://user-images.githubusercontent.com/9429556/214747516-8dfad56b-0a68-4d80-a9d0-fffa5d0eb1a7.mp4

bug
frontend

This is a dramatic resimplification of how we are handling projects. Instead of having decomp.me pull scratches from GitHub, we let project authors do it, either from the frontend by...

frontend
backend

## What and why With reference to https://www.saaspegasus.com/guides/modern-javascript-for-django-developers/client-server-architectures/: we're definitely a client-first app right now, using DRF and Django never speaking HTML. I want to stay client-first, and therefore not...

frontend
backend

with Cypress https://nextjs.org/docs/testing#manual-setup As an initial suite, we should just check that all pages load without errors

testing

These can almost certainly be generated with a DRF plugin or otherwise use reflection

frontend

The translation system shouldn't use `string` as the type: - frontend: we should instead use `keyof typeof TranslationsJson` - backend: `flags.py` should error if the translation key doesn't exist

frontend
backend