kirpit

Results 9 comments of kirpit

That didn't show up for me in Grappelli admin fyi. Solved it like this (and actually I liked it better): ``` def display_color(self): return '{color}'.format( color=self.color, ) display_color.short_description = _('Color')...

Sure, even though it was just a note to myself. There should be a command. This command should take an argument "db". The argument should define the database engine on...

Sweet as. Any feedback is always welcome.

Well, without explicit testing I can tell there is a few different minor issues with your media files configuration and I also believe you found a bug for the same...

Hi, thanks for the clarification. This long-pressing behaviour is somehow confusing and/or misleading. I've got into the same situation; tried the wrapper in my own project - didn't work, downloaded...

Unfortunately, this may not be only iOS related.. I'm seeing the same behaviour on Android with the latest flutter_map version 6. To be honest, I didn't experience this problem with...

Able to produce this simply by defining the `initialCameraFit` on map options, not somewhere else like `OnMapReady` as in #1684 so these two issues may be related somehow. ``` initialCameraFit:...

> Hi @kirpit, Thanks, this might be a missing puzzle piece. If you've got a moment, can you describe your display setup and window setup - number, size, resolution, position,...