-
**Describe the bug**
offset() on a 3d shape can crash.
Oddly enough, I am only able to reproduce this if (1) The 3d shape dimensions are large, and (2) the offset r is small.
**To Reproduce**
…
-
### Steps to reproduce
1. Install flutter_localization and intl packages
2. Enable generation in pubspec.yaml
3. add l10n.yaml at the root of the project
the specified information in this file w…
-
### Description of the bug
After a while of having PrusaSlicer open, PrusaConnect tab stops being updated and eventually shows up blank. The upper-right user dropdown shows the logged in account.
…
-
**Describe the bug**
When rendering large Polyhedrons sometimes strange things happens to the polyhedrons.
In this example I have created two polyhedrons (generated with JavaCSG). They are in two se…
-
### Steps to Add a New Language Translation
1. **Get the Language Code**:
- Visit [Flutter's GlobalMaterialLocalizations documentation](https://api.flutter.dev/flutter/flutter_localizations/G…
-
There are date formats in [`DateFormat`](https://pub.dev/documentation/intl/latest/intl/DateFormat-class.html), like [`yMMMMd`](https://pub.dev/documentation/intl/latest/intl/DateFormat/DateFormat.yMM…
-
**Describe the bug**
I right-click an object in the preview pane, then click on an entry in the resulting popup list. The client crashes. No error message observed.
**To Reproduce**
Steps to repr…
-
## Use case
In the current app development, you cannot split your localizations into multiple files to better categorize them. You also don't have the ability to add comments to JSON files in o…
-
I have a flutter components library package that uses intl.
It has a l10n.yaml file like this
```
synthetic-package: false
arb-dir: lib/l10n
template-arb-file: intl_en.arb
output-localizatio…
-
It should only add to arbs on the first location that it finds, not all locations found.
I have a folder called "extension" at the root level of my app.
I decided to give it it's own l10n.yaml a…