Olivier Dalang

Results 81 comments of Olivier Dalang

As a workaround for now (hack), you can do that : ```python import sys import qdarkstyle from PySide6.QtWidgets import QApplication app = QApplication() # hack until proper PySide6 support :...

Hi ! Longing for this feature too, it's not clear why https://github.com/pdoc3/pdoc/pull/104 was closed ? From the discussion, it seems it was ready to merge ? I very quickly tried...

@leplatrem OK I just made a PR with a first try on implementing this : https://github.com/makinacorpus/django-leaflet/pull/124 ![geoadmin](https://cloud.githubusercontent.com/assets/1894106/10968671/ae088882-83ba-11e5-8e14-d5b112eef7da.png)

Hi ! This works indeed. But is there a way to load only specific plugins for specific fields ? Here I'm trying to display the other features around the edited...

Confirmed here, makes using pgdiff super difficult when using extensions like postgis

I suggest **not** to close this issue, as https://github.com/farhan0581/django-admin-autocomplete-filter/pull/30 doesn't solve more general case where you span more than one relation (e.g. `article__supplier__country`)

As written in the description, the vulnerability function included is just a draft, so the PR isn't meant to be merged yet, but meant to show what we're up to...

> You already created a previous ticket on QGIS 2.18 with InaSAFE 4 in #5003. Oops :-) I had completely forgotten... Sorry for that. I get : ``` >>> iface.activeLayer().crs().authid()...

Here I fixed it by adding another a `mytheme/scss/configuration/_custom.scss` file and adding an import in `mytheme/templates.scss` instead of using an exact copy of `antimatter/scss/template.scss`. It works pretty well, and is...

Note : I'm talking about theme inheritance capability here. The proposed change has no effect on antimatter itself. From what I understood, when creating a themes that inherits antimatter, you...