Peter
Peter
I have this same issue, basically the static modifier is removed from nested classes, additionally the extra information on the base class about any nested classes are removed.
@Viperfang How did you get it to work with the mobi Pro 32?
We run an onpremises sharepoint 2013, and this works with the new picker in order to SET a new value, but it does not work for getting any information about...
We have this exact issue, confirmed on Django 1.11 running on Python 2.7 (yes old we know) This however did not show up on Django 1.2. This also mostly seem...
Hi @MartinKolarik, I have found that, and I am doing that. But there are a couple of issues with that. 1. As I have said in the #357 the extra...
This is greatly anticipated, another route would be to make it as a defined constant like the gitignore contents. Any way to override it is requested. I you are interested...
It seems that there is a current way of accessing the item by name from rules using the item registry: https://community.openhab.org/t/rules-dsl-get-item-from-string-name/48279 ``` val testItem = ScriptServiceUtil.getItemRegistry.getItem("Virtual_Switch_1") ``` using the import...
I was looking into using this, and it looks very cool, but since it requires changes into the core package and internal classes or a custom build it is really...
I built it and directly referenced the assemblies. Not really happy with that. If you would like I can make a PR for the core with changes so the plugin...
Hi @axunonb I spent a lot of time thinking about this, and I think the thing I keep coming back to is why the need for the strong name assembly?...