Bartosz

Results 38 issues of 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)...

bug

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...

feature

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

enhancement

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 ?...

enhancement
question
discuss

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...

enhancement

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,...

enhancement

`Menu` and `Divider` is typed correctly: ![image](https://user-images.githubusercontent.com/2940958/68764342-ce671580-061a-11ea-9b92-d9b6c4de292e.png) But `Item` and `SubMenu` are not: ![image](https://user-images.githubusercontent.com/2940958/68764326-c7d89e00-061a-11ea-84a5-0f5f378a3925.png) ![image](https://user-images.githubusercontent.com/2940958/68764355-d757e700-061a-11ea-8947-71549e32ebc6.png) which is because of `const connected` being of type `any`: ![image](https://user-images.githubusercontent.com/2940958/68764418-f2c2f200-061a-11ea-9ec8-67b8b1013c39.png)