Dorian
Dorian
The new search url in material.io has changed. This PR should fix #1
If an app uses an `app.json` file with required env var without default value, the app is not created. I'm working on an update to get the env vars defined...
This PR updates the "Shortcut" link in the README.
This PR adds `fr-FR` (french) locale support to univer. Most translations are AI-generated from `en-US`, but I reviewed most of them manually as a native French speaker. **Remaining:** - [x]...
If a frozen Hash is passed to `Axlsx::Styles::add_style`, a `FrozenError - can't modify frozen Hash` is raised. The `add_style` method mutates the provided `options`. https://github.com/caxlsx/caxlsx/blob/66bc9f7d0c7be68563948553a7bc9dba42bf22d0/lib/axlsx/stylesheet/styles.rb#L239 Duplicating `options` with `option.dup` to...