The app seems great.
@matteinim@feddit.it I’m getting an error when trying to create the DB tables: Reason:
SQL Error [1273] [HY000]: (conn=517001) Unknown collation: 'utf8mb4_0900_ai_ci'
Does it support MariaDB 10.6.17?
Well, if you don’t link an instance, it won’t work. And you need to know the instances’ name (some of them don’t support account creation, which you’ll need if you want to import your YouTube’s subscriptions).
So, compared to a normal app, like NewPipe where you install it and it just works, they are not wrong on saying that it’s s a bit of a pain.
I use and recommend Baikal.
I don’t know, I had to use Slack because of a specific customer, and I can’t stand the UI of it.
The way it displays the reply’s… the confusing crap of the workspaces (which each one has it’s own account, and they are independent)… the (lack of?) inline images…
I don’t like those two, but I surely hate Slack!
They’re both shit, mate! It just happens that Teams is cheaper, since it’s included in 0365.
To make it work, I had to remove some things from the script, which didn’t work for me:
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci
(like you suggested)COMMIT;
(In Alter Tables, since as far as I remember, DDL commands don’t need to commit, only the DML ones. So I did the commit manually)If I need to remove the registration, do I have to update the Value column on tarallo_settings table or are there any settings’ menu which I’m not seeing?