.. and today I re-encountered this issue and wanted to report a bug, only to find out that I already did a year ago.
@aaronpk That's awesome! Is it something that an API newbie could learn to do?
I’m really looking forward to seeing your implementation for authenticated feeds!
I recently set up Lasso for a private site that holds my notes and find it both a bit too heavy (I don’t want multi-domain SSO at the moment) and not flexible enough (no ACL support).
Ah, yes, using the .env file makes sense. I've got only one database and so it doesn't matter. But I could see someone using different databases for different purposes (one for day trips, another for hiking?) and so need different maps.
But as I said, while writing it, I decided to move permanently to the mapbox tiles and have made the change on my install.
Say, what and how do you use different databases? Is your installation used by different people?
Not exactly an issue but why should the server have the option to only return true
/ false
for the unread count on a channel? Could it not be selected on the client and just use if > 0
logic?
I suppose maybe some servers will only be able to return true
/ false
which makes it easier to build a server...