Matteo Manchi
Matteo Manchi
I've a database schema (MySQL in my case) which has no key named `id` but it uses `idcustomer` as primary key. In this way, `node-sql-fixtures` can't work. ``` ER_BAD_FIELD_ERROR: Unknown...
I've discovered the browser doesn't start with the same viewport's resolution. Checking the parameters, I've found a bug in the syntax of `--window-size` arg's value, which should be comma separated....
# Description When the inspector doesn't recognize a CoValue as an account, it is shown as CoMap. Accounts have no `.group`, and the inspector crashed. This PR addresses this case,...
# Description Improved CoPlainText in the inspector with: - inline editing - consecutive character changes are now grouped in a single history row. **Caution:** This implementation adds time traveling to...
# Description Started the discussion in #3050 To be consistent and to give appropriate feedback, `group.removeMember` now throws an error if it fails (it was failing silently before). This is...
Currently, the [invites](https://jazz.tools/docs/react/groups/sharing#invites) do not expire and cannot be revoked. The invites could be considered invalid if the invite's author has been revoked.
Some of the `ssl_ciphers` declared in [default.ssl.conf.erb:22](https://github.com/SteveLTN/https-portal/blob/master/fs_overlay/var/lib/nginx-conf/default.ssl.conf.erb#L22) are now considered WEAK. Here is a screen from https://www.ssllabs.com I don't know if dropping those ciphers will cause a breaking change. At...