Andrew
Andrew
You should probably search around the internet for basic python lessons. If you want to print only the value... then just print the value. You already have access to everything...
I highly recommend you use a good IDE when dealing with OPC UA. Many of the structures are very complex and you need a debugger to view and understand them....
That is a strange request. I would think that having a server accessible from multiple addresses would be more confusing in the case you describe. This seems like a nonstandard...
I would have to look closer. @oroulet probably has a reason for the current design. Could you try adding more endpoints directly at internal server and test if it actually...
The key word you need to study is `ExtensionObject`. The client doesn't know how to handle the extension object (custom structure) because it doesn't have the definition. Without this it...
The reason the server might only supply 1000 items is for server performance. The server doesn't want to make timeouts for other clients while it tries to retrieve such a...
Any update on this? We tried to insert a picker in our own place and get build errors as well.
Just want to say I'm interested in this, but I need cross platform subscriptions. +1 for iOS subscription support. Thanks.
Over a year later and still no merge to fix app factory pattern?
Also, https://github.com/kennethreitz/flask-sslify/pull/45 didn't work for me, but https://github.com/kennethreitz/flask-sslify/pull/32 did.