Bartosz
Bartosz
### Official Instance - [ ] The bug is reproducible on the [official hosted instance](http://piped.video/), or is API-related. ### Describe the bug Some mirrors listed in the [README.md mirrors section](https://github.com/TeamPiped/Piped#mirrors)...
blueman: 2.3.5 BlueZ: 5.66 Distribution: LMDE 6 Desktop environment: Cinnamon 5.8.4 * [x] I have consulted the [Troubleshooting page](https://github.com/blueman-project/blueman/wiki/Troubleshooting) and done my best effort to follow. Is there a way...
I'd like to suggest support for exporting/importing (and maybe opening and saving) GEDZIP files as defined by https://gedcom.io/gedzip/ and https://www.gedcom.org/gedcom.html
GEDKeeper uses 5.5.1 version header, but at the same time uses `_LOC` tag, and top-level predefined locations which were first introduced in 5.5.5. Shouldn't the `VERS` tag say 5.5.5 ?...
Following discussion in #190, I would suggest an option to remove `_MARN`/`_MARNM` fields (per entry, from the person edit dialog / person name edit dialog), which would be always available...
From #382, which I think wasn't fully fixed ```js try { resolve(someThrowingFn()) } catch (error) { reject(error) } ``` still errors for me. It doesn't error if I do this:...
After enabling this extension, all icons from VS2017 GUI disappear. Disabling the extension solves the problem
There is a rule in polish language that if the surname ends with -cki/-ski/-dzki, it changes into -cka/-ska/-dzka for females. Not sure if any other language has something like this,...
`Menu` and `Divider` is typed correctly:  But `Item` and `SubMenu` are not:   which is because of `const connected` being of type `any`: 