Email or username:

Password:

Forgot your password?
3 posts total
feld
RIP Android

Discontinuing syncthing-android - Announce - Syncthing Community Forum https://forum.syncthing.net/t/discontinuing-syncthing-android/23002
feld
Just spotted an Elixir trick I haven't seen before

def visible_for_user?(%{__struct__: module} = message, user)
when module in [Activity, Object] do


now that's a neat way to match on both struct types
Go Up