Malte Meister

Results 28 comments of Malte Meister

Duplicate of https://github.com/rstaib/jquery-steps/issues/8 I would recommend @rherring's fix, but be aware that you also need to override/modify the CSS as follows: ``` .wizard > .content { min-height: 0; } .wizard...

@KelseyDH You may want to check out [this issue](https://github.com/lynndylanhurley/devise_token_auth/issues/375) (see my comment at the bottom), its related issues, and also [this one](https://github.com/lynndylanhurley/devise_token_auth/issues/398). We had the same symptoms that you are...

Have a look at [this GitLab Issue](https://gitlab.com/gitlab-org/gitlab/-/issues/322598) and discussion. GitLab made a breaking change in 13.9, which was resolved in 13.10. However, there is a good chance that the [resource...

The error suggests a DNS resolution failure.

Related: https://github.com/makinacorpus/django-geojson/issues/75

Unclear if this is still a problem, would need to hunt for it in the server logs.

TODO now: disable UI option for Partner role Should non-owners be able to change member roles?

Regular expression queries have a case insensitive marker ('CI'), but this has not been documented. Perhaps this should be a general query option, if possible.

What caused the system clock jump, and can it be prevented?

With how central a function synchronization is in collaborative projects, there has been some discussion on whether "hiding" this functionality (especially the synchronize button itself) in the drawer is the...