Johannes Michael

Results 4 comments of Johannes Michael

`json.dumps` works fine, or use the provided `JsonDumper`. Just be sure to include `marshal=True` in your `diff`: ``` data_diff = diff(d1, d2, marshal=True, syntax="explicit") print(json.dumps(data_diff, indent=2)) dumper = JsonDumper(indent=2) print(JsonDumper(data_diff))...

I believe you just manually edit `config/version` file to "3.5.11" and restart the containers `bin/up [-d]`.

Just to support this from our institution (University of Rostock): Admins need to be able to add users to _their_ team and promote them to team-admin, without having that ability...

This behavior is not restricted to sysadmins. In 5.3.9 team-admins can also not remove users from their team anymore, only archive them.