Patrick Valsecchi

Results 37 comments of Patrick Valsecchi

It's not in the store. You have to install it manually from github. Something like that: ``` cd {whereNextCloudIsInstalled}/apps git clone https://github.com/weeman1337/nextcloud-gravatar.git gravatar ```

@frakman1, I'm just a passer by. I don't maintain this plugin, it's @weeman1337. I have nextcloud 16.0.4 and this plugin runs fine. Doesn't have much configuration, though. Just a checkbox...

Example of test: ```python def test_typed(self): class SubparserA(Tap): bar: int # bar help class SubparserB(Tap): baz: Literal['X', 'Y', 'Z'] # baz help class ArgsTyped(Tap): foo: bool = False # foo...

Looks like you can do a map export to jpg but not a jasper export. I see no particular reason for this. You could try to add that around there:...

The classes at the top of that stacktrace have all been refactored out of existence. My guess is that this NPE is gone in newer versions of the print.

@JakobMiksch, what version did you try?

Is it still the case?

We have to follow what is specified by SLD (mitre): http://docs.geoserver.org/latest/en/user/styling/sld/reference/linesymbolizer.html#cssparameter

Hi Tom, No, I don't see any obstacle to that. I'd say something along the lines of adding an optional "metadata" section in the "templates" sections of the config.yaml file...