Mark Street
Mark Street
Per title. I've managed to compile the library, create the jar and compile the tests, but that is as far as I've got. As part of my learning I've created...
Example scratch: https://decomp.me/scratch/z6j5r ```c x = (sp68.unk0 xVelocity.w; z = (sp68.unk2 zVelocity.w; y = (sp68.unk4 yVelocity.w; temp_f4 = sqrtf((s64)x*x + (s64)z*z + (s64)y*y); ``` The sqrtf call results in calls...
**Describe the bug** Selecting a month beyond March chooses the wrong month **To Reproduce** Steps to reproduce the behavior: 1. Go to [example codepen from readme](https://codesandbox.io/s/react-datepicker-jh5s0?file=/src/index.js) 2. Click on 'Simple...
Creating a PR for comments. `.sbss` shouldnt be included in the output (they should be DISCARD'd), however ESA devs were dumb and they include both `.sbss` and `.bss` in the...
We're looking for a lightweight alternative to dosemu2 for running some old dos-based compilers, however instantly hit a hurdle with emu2: ```sh $ ./emu2 /tmp/CC1PSX.EXE ./emu2: error, unimplemented opcode 66...
**Describe the bug** The following exception is thrown, unsure the impact as this is my first time using scalene ``` Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 1016, in...
[This](https://decomp.me/scratch/PXN57) scratch shows an example where `x * 0x500` produces different codegen from `(x * 5)
Turn this static dropdown (and the one on the Scratch Options tab) into a searchable dropdown and enable pagination if user scrolls beyond N items.  Example: https://codesandbox.io/s/searchable-dropdown-omxyr
Currently links to `decomp.me` itself are pretty boring, e.g.  **Describe the solution you'd like** Off the back of the improved opengraph image for individual scratches, we should take the...
Because we are doing `useEffect` in the api.ts, we have to `use client` to ensure all code runs on the client-side. There are functions that could (should?) run on the...