kidhab
kidhab
Same here: Userli is running on Debian Bullseye. Do you use any special PHP or Dovecot settings that may incluence behaviour like this?
We installed Userli without the role - just followed your well written documentation.
Saving content with emojis in a non `utf8mb` database throws errors like this: ``` Mysql2::Error: Incorrect string value: '\xF0\x9F\x98\x8A' ``` Hence it's not possible to save such content with emojis....
As far as I understand there is no downside: uft8mb4 extents the character size from 3 bytes (utf8) to 4 bytes. Modify the database and tables should not be a...
> I then noticed that the status data itself is also not exported. I assume this is by design. From the article upload view: >The rows shown here are examples....
I think upgrading to Ruby 2.7 [requires](https://www.fastruby.io/blog/ruby/rails/versions/compatibility-table.html) also an upgrade to Rails 6(.1). Regardless Rails 5.2 is only supported until June 2022. Looking at [RailsBump](https://railsbump.org/lockfiles/a71dc5422c5b62a30db01cc0b789057d55265cca) only [apivore](https://railsbump.org/gems/apivore) isn't supported on...
I would leave the `Gemfile.lock` as it is. It's up to the user to update that file if one adds additional gems to `Gemfile.local`.
Maybe it would be better to do it the other way and include the `Gemfile` in a `Gemfile.local`: ``` # Gemfile.local eval File.read('Gemfile') ``` And then run `bundle install --gemfile...
@vurtn Can you split this MR into different ones: one for the export and one for the updates to the languages files? I think after that we can merge it...
done with #979