• 0 Posts
  • 58 Comments
Joined 4 years ago
cake
Cake day: June 24th, 2020

help-circle
  • I think most orgs would want to own the server and for messages to not be end-to-end encrypted. All connections to the server would still be encrypted.

    That would be more in-line with slack or something.

    If you’re referring to federation specifically then that’s going to get pretty complicated with security policies.


  • Something which notifies you whenever a new comment or reply is made to a selected post/comment, so that you can keep track of any new conversation.

    Something like this would be awesome as a core Lemmy feature IMO. It would essentially turn a post (or maybe any comment tree?) into a matrix style room. Lemmy is actually decent for long term discussion (e.g. helping someone with a problem), but not if there are more than two people involved.







  • There’s a couple of ways I could imagine debugging this.

    One would be to disassemble MapEngine.MapsContainer.IsExists and see why it would throw that exception. It’s quite strange because it should act like it’s running on windows.

    The other would be to enable WINEDBG stuff or possibly use strace to figure out what it did before throwing that exception.

    Have you tried 32-bit wine?