warriorstar-orion

Results 20 comments of warriorstar-orion

It's entirely possible, let me take a look. FWIW I don't like the existing serialization strategy, it relies too heavily on the expected order of slots instead of using perfectly...

I tested 3dfa53187cea36cbdd552d782c3d9bb836a1dda6 versus the commit before it, and the returned JSON appears to be "correct": ```json {"type":"/obj/item/storage/backpack","content":[],"slots":21,"max_w_class":3,"max_c_w_class":21} ``` I don't think #17436 is the offending change.

Okay, I just bisected this. The first offending commit is https://github.com/ParadiseSS13/Paradise/commit/78dd3765384e20a868e25b639597231bc256889c. The change in `/atom#serialize` is probably what caused the regression.

@AffectedArc07 would you be able to shed some light on this? The change https://github.com/ParadiseSS13/Paradise/commit/78dd3765384e20a868e25b639597231bc256889c was included in #17636, which has already had some of its implementation reverted in #17701 due...

@cpsauer I'd also be interested in what you managed to pull together, especially if it works in a project with multiple WORKSPACEs, keeping autocomplete suggestions isolated to the relevant sub-project.

FWIW I attempted to build the sdl2widgets example (@ ceea04aaf7cbab101a149b6f4a64a99719d959a5) on SDL 2.0.8, SDL_ttf 2.0.14, SDL_image 2.0.5, and SDL2_mixer 2.0.4, with OpenGL entirely disabled in my SDL2, and I'm receiving...

If we're still taking name suggestions I humbly submit "Pranksimov".

Kicked the tires a bit. Full disclosure I'm just reporting everything I see so if it's a known issue, sorry for the repetition. I joined in after roundstart as a...

PTAL. Also, currently it appears the "CI / Unit Tests + SQL Validation" will automatically cancel the unit tests for all maps when one returns a failure, instead of letting...

@AffectedArc07 friendly ping about the test failure strategy for CI; it makes the most sense to set https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast to false for these tests as now they can return different results...