Morgan Aubert

Results 42 comments of Morgan Aubert

@luisfaceira It is a true that LXD is a networked daemon, but it also provides other functionalities: an image system (LXD is image-based), snapshots, profiles, ... All these functionalities contribute...

@robvdl I've just invited him to the group. 😉 Regarding the list of authors, feel free to change it to whatever seems right to you. But I think that a...

I don't use it anymore neither. What you said regarding vagrant-lxc makes sense so yes, let's write somewhere that LXDock became unmaintained. 😉

> This PR adds a new option called "Hide results" to polls which allow polls without seeing the results during the voting process which could influence the outcome of a...

> in my case: yes - the vote needs to be hidden during the vote and until a certain time (not necessary the end of the voting period) as the...

Privileges? There are no "privileges" in django-machina but a permission system (and there is no `forum_privileges` package). You can easily apply common permissions to all your users by creating groups...

There is no `post_view` URL (although it could be possible to add one). If you need to link to a post specifically you can make use of the `post` GET...

> I really do not understand why get_absolute_url() was removed because it provides a natural Django way to refer to the forum, topic, or post without the long reverse(slug, pk,...

Could you copy the stack trace please? I think it'd help. I'd say that the problem could be related to the attachments cache: each attachment file is "cached" in a...

👋 I'm not able to reproduce this problem (even if your description is fairly detailed). The `TopicReadTrack` record is created as expected in my test app. Perhaps could you give...