McLive

Results 13 comments of McLive

@chickeneer Maybe something like this? https://stackoverflow.com/a/1901275

I can't even get anything to pass tests ¯\_(ツ)_/¯ With ``this.type = param.getClass();``: ``CommandManagerTests.initEach:48 » InvalidCommandContext Parameter Parameter of...`` With ``this.type = (Class) ((ParameterizedType) getClass().getGenericSuperclass()).getActualTypeArguments()[0];``: ``CommandManagerTests.initEach:48 » ClassCast java.lang.Class cannot...

Let me know if there's something I can try to solve this

@Unknwon Any plans when this will be added? I'm really looking forward to this feature. :)

@Unknwon Ok but not to have to do this for every repository would be nice. :smile:

Praktisch fände ich solch ein Feature auch, so ist das nicht.. Kann aber natürlich auch die Gegenargumente verstehen... ;)

> Der Wunsch wäre somit, das man Rega Systemvariablen auch mittels xml-rpc "bereitstellt", damit diese auch eventbasiert abgefragt werden können. Genau! Aktuell nutze ich auch den Workaround mit der virtuellen...

It currently doesn‘t support dyndns. How should a feature like that look like? For now you can easily create dynamic DNS records with the REST-API.

You have to use an apiKey like this: http://127.0.0.1:8000/api/domain/1/record/?apiKey=1234567890 Then PUT a json string: `{ "id": 11, "content": "192.168.178.2" }` This will set the content of record **11** to _192.168.178.2_