Alexander Köpke

Results 26 comments of Alexander Köpke

Handling this issue as feature request to support Compression of (OSI Soft?) PI Server. Heartbeat bug is tracked in #1133

Hi @BjornO95 it is currently not possible to set the QueueSize in the orchestrated mode of OPC Publisher. @jehona-m this would be a feature request

The `SourceTimestamp` should be the value from OPC UA Server when the Value had changed last time. A heartbeat publishing (as feature of OPC Publisher) shouldn't update this data. _DataChangerFilter_...

I comment on one pull request, but maybe I should have better posted here: https://github.com/kubernetes-client/csharp/pull/1042#issuecomment-1263282400

We used in our code the `GenericKubernetesApi` to watch kubernetes resources (namespaces scoped and global), this class was removed from nuget `9.0.x` ```csharp // constructor _genericClient = new GenericClient(_kubernetesClient, GROUP,...

When I try to install the tool manually `dotnet tool install --global Microsoft.dotnet-interactive --version 1.0.607001` I can start it without that error, but when opening a new polyglot notebook, it...

Just tested again * Close all VS Code Insiders * Switch to pre-release version of Polyglot notebooks * Restart of VS Code Insiders And it now works for me again.

I used `infomodel/types/{identifier}` because the original `infomodel/type` API doesn't exist anymore. And currently don't see, how I can query the type-definition of a concrete type. Just tested, still don't work.

I expect that I can query the details of a certain type like `MachineryItemState_StateMachineType` in the namespace `http://opcfoundation.org/UA/Machinery/` to get the JSON representation of that type... Or is cloud library...

Is it already deployed? I tested via https://uacloudlibrary.opcfoundation.org/swagger/index.html and still only get 404.