Results 39 issues of Victor B.

It could be cool to have an encrypted storage for this app with fingerprint needed each time I want to access notes

Hello ! Your app is very cool

It would be useful to export the app data, which would include, for example : - Added external supports like SMB servers - Bookmarks - The FTP server config -...

enhancement

**Is your feature request related to a problem? Please describe.** We can kinda say it's related to a problem, I'd like to get icons easily **Describe the solution you'd like**...

enhancement

### The SVG I have ![bildo](https://user-images.githubusercontent.com/39555268/130991190-3297adc9-3364-43d4-a40f-a50a2e75c09d.png) [svg source](https://dpaste.org/GP85/slim#L3,4,5,6,7,8,11,14) ### The PNG it produces ![bildo](https://user-images.githubusercontent.com/39555268/130991097-32cba04d-c768-4d09-80b9-284216909072.png) ### Additionnal context OS: Windows 10 / Arch Linux (this happens on both) svglib: 1.1.0 reportlab:...

### Issue description When *enable_recursive_icon_lookup* is enabled, the icon size is blocked at 40x40, it's impossible to scale it up (didn't try scaling it down), however when I disable it,...

Bug

I'm running the electron version and ungit crashes if there is an app.asar (seems to depend on which app.asar it is, and where the file is located) in the folder...

**Is your feature request related to a problem? Please describe.** The interface is way too big by default I think, at least on my computer, so it should at least...

# Screenshot ![image](https://user-images.githubusercontent.com/39555268/52169149-49b6a500-2734-11e9-8b4c-2103aa8b5875.png) # Bug Comme vous pouvez le voir sur le screen le design de la fenêtre est trop en bas par rapport à la vraie fenêtre . Vous...

```python with open("torrent.torrent", "rb") as f: qb.download_from_file(f) ``` works, but ```python with open("torrent.torrent", "rb+") as f: qb.download_from_file(f) ``` raises ``` requests.exceptions.HTTPError: 415 Client Error: Unsupported Media Type for url ```