Alex
Alex
e.g. https://github.com/decompme/decomp.me/network/members Including parents
is_you only exists to identify whether an anonymous user is you or not - instead the frontend can check this by having the backend provide the AnonymousProfile.id in the response
Binary space partitioning by dragging tabs to create new panes, like in VSCode
@ethteck and I agree that a tab is a weird place to put it, we should ideally show the scratch owner etc. in its own box with a close button
From @Trevor89 on 2021-11-07: > Is it possible to output the pre-processed C (using -E) to the output window if said flag is enabled (might need to use a checkbox...
This is probably due to ASM_PRELUDE - we either need something akin to `#line` in C or to parse the error messages and change the line numbers. The latter may...