Florian Karuhtz

Results 11 issues of Florian Karuhtz

The configuration option 'G' can be set to use „German“ quotes instead of "English" quotes.

**Is your feature request related to a problem? Please describe.** Kein Problem, nur Nice to have. Idee kam durch den von dir in https://twitter.com/marudor/status/1213389495565004800 angesprochenen IC 2013 "Allgäu". **Describe the...

feature

I try to use a custom Markdown parser by setting `parser = ./custom-markdown-parser` in my `.prezrc` file. However, I keep getting the following error: ``` /usr/lib/node_modules/prez/lib/convert.js:32 throw new Error("Error while...

I have a model structure similar to the following example: ```python # models.py import uuid from django.db import models from polymorphic.models import PolymorphicModel class BaseObject(PolymorphicModel): id = models.UUIDField(primary_key=True, default=uuid.uuid4) class...

bug
help wanted

The [missing `__str__()` implementation](https://github.com/twisted/ldaptor/blob/master/ldaptor/protocols/pureldap.py#L204) of `LDAPSearchResultReference` can lead to malformed LDAP packets. I tried running [proxybase.py](https://github.com/twisted/ldaptor/blob/master/ldaptor/protocols/ldap/proxybase.py) as a transparent LDAP proxy for (GitLab-)user authentication against a Microsoft Active Directory server...

I was wondering why my CSS did not get any vendor prefixes at all (like Autoprefixer was never used), until I found 69d8b3e59474b32f3cff715d66b878e356c04878 (indeed, it wasn't!). As the latest release...

When generating a page with `gopages -internal -base "https://my-domain/docs/"` the links to the source code (e.g. of an func or Type) are broken since that absolute base url is prepended...

If `background_color` has an alpha component, create output image in mode `RGBA` instead of `RGB`.

### The bug When I view an album and click on "Select album cover" the page jumps back to the top after successfully setting the album cover. This is inconvenient...

### The bug Adding a selection of images from an existing album to another one behaves differently if you click "Add to album" -> "New Album" or select an existing...