Lukas Kahwe Smith

Results 397 comments of Lukas Kahwe Smith

I tried my best but I am stuck in virtualenv hell here. pip needs to be updated to even install the package and I am somehow unable to figure out...

thank you for this package and caring about reports such as this one!

Here is the "solution" I found by inspecting the generated HTML but it feels very hacky: ``` forward=( # Hacky workaround for https://github.com/yourlabs/django-autocomplete-light/issues/1346 forward.Field("children-__prefix__-parent", "ignore_id"), forward.Field("language"), ), ``` It seems...

I am looking to setup an RTMP Server to HDMI solution and pondering to use restreamer. Is this bug still relevant as it sounds like it would prevent my setup...

ok figured out I can just set `extra = 0` but would still be nice if grappelli would handle this better out of the box (ie. with extra > 0)

I cannot definitively say so but I tried to quickly reproduce the issue on an inline model without ordering and I was unable to.

guess it makes more sense to just migrate to https://github.com/jpadilla/pyjwt

The package is not maintained, so no changes can be done to it.

guess it makes more sense to migrate to https://github.com/jpadilla/pyjwt

not really sure either .. maybe: ``` merge remote changes into local repository => git pull synchronize local repository with remote changes => git pull --rebase ```