embar-

Results 7 issues of embar-

"GenericName" variable (and its translation) should be included in safeeyes.desktop file. See https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#recognized-keys

**Describe the bug** Translation strings in Weblate are outdated. E.g. Lithuanian strings in Weblate are fully translated, but some strings in SafeEyes is still in English - these can not...

bug

One more fix for https://github.com/cmaion/polar/issues/47 : `polar_training2gpx:33:in `output_gpx': undefined method `recording_interval' for nil:NilClass (NoMethodError)` This could happen if SAMPLES file not exist or has no data.

Please fill out the below information as much as possible. - dash version: `3.3.0` - dash-bootstrap-components version: `2.0.2`-`2.0.4` - components affected by bug: `dbc.Label()`, `dbc.Button()` ### What is happening? Till...

Moving multiple imports from same sources into single call. This should reduce DBML parse time more than twice. See https://github.com/Vanderhoof/PyDBML/issues/59

Parsing DBML syntax takes about **7-8 seconds** in my computer using your provided [test_schema.dbml](https://github.com/Vanderhoof/PyDBML/blob/master/test_schema.dbml) or any simple DBML. This parsing time is slow, thus please try reduce it. E.g. https://github.com/pyparsing/pyparsing/wiki/Performance-Tips...

Majority of pp.Combine() are replaced into pp.Regex() for optimization. Only this one line is not changed: https://github.com/Vanderhoof/PyDBML/blob/2bf015cf0d4a242339dad45095afec2c0efa197f/pydbml/definitions/enum.py#L56 This will contribute to https://github.com/Vanderhoof/PyDBML/issues/59 solving Some metrics: | ![Screenshot_20250301_183646-](https://github.com/user-attachments/assets/3c8097e0-f522-4731-80d3-9e186b3f6ba7) | ![Screenshot_20250301_183823+](https://github.com/user-attachments/assets/fa76e8ce-854a-40c4-a2c8-51aa2878a27e) |...