Markus Wang Halvorsen

Results 12 comments of Markus Wang Halvorsen

Taken from [Apollo station](https://github.com/Apollo-Community/ApolloStation/blob/master/sound/voice/mscream2.ogg) but the file metadata suggests it's from the Johnson Brand Editing SFX Library. I can't find the original source anymore (probably a dead free SFX site)...

> Without looking much deeper than the OP and CL, im not interested in adding additional sites for people to jump in, call a distress signal, waste explorations time, then...

OP updated with some additional context The blast doors on the space turf are intentional, so may have to include test changes to support exemptions

The blast doors on space turfs are intentional, the latest commit adds a way of exempting them from the door test in a way that I hope can be useful...

@SierraKomodo ended up scrapping the lattices, it's too much of a headache. I've moved the industrial nets out of errant pisces code into base game code and reused those instead

I'll look at the conflict when I can get a commitment from a maintainer that this will be reviewed

Doesn't seem to be related to kwargs, but trailing commas on function args in general. Also happens on arbitrary accesses, not just dicts with string keys. ```python f(a,)[1][2.56] # Becomes......

Thank you for the blazing fast fix @petar-cvit! With the new rc and a fresh install of my template stores/auth rules: * The `curl` test (with the new `sourceType` query...

Error still happens when editing modules as well. Seemingly the same problem as with the validation, no `sourceType` param in the UI's API call

Template stores are fine now, I ran into the error while editing the deployed module from the UI (that is, at `/modules//edit`). Also, no need to release a new rc,...