Kegan Dougal

Results 262 comments of Kegan Dougal

Also, we should make `camel_case_vars` produce an error. xref https://github.com/matrix-org/complement/pull/354#discussion_r840792976

Indeed, there is no consistent mandated way to name test files. There's a few constraints you need to consider: - Up until [12 days ago](https://github.com/matrix-org/complement/pull/230) it was not possible to...

Yeah CI runs the last published semver release and then the pushed commit over the top, as it takes a while to run every single release on CI all the...

100% agreed, I just haven't thought of a good way to do this yet. It's a bit of a shame that blueprints are mostly just used to create servers /...

We do - this is done via labels on the docker image. The problem comes in the API. It's easy to say map `user_id -> access_token`, but for rooms it...

> shall we just clear all the room-creation out of the blueprints? Room functionality is used with Homerunner and the whole account snapshot stuff, so we cannot just remove them...

Alternatively we could allows snapshots in tests. This would allow people to roll back to earlier states to test things. This is similar to blueprints but instead of having them...

Yes, I will be defining constants as this project progresses.

Very much so. However, longer term it's likely that I will end up doing what so many others do and autogen the structs using something like go-swagger. This means this...

It never existed in the first place.