Babak Vahdat
Babak Vahdat
### Expected behavior The displayed `Parent Id` & `Operation Id` fields should display the effective real values. ### Actual behavior The `Parent Id` & `Operation Id` fields are displayed as...
Consider this PR as a continuation of #16
### Expected behavior The trace logs provided by app-insights should reflect the _effective_ container logs of a given application. ### Actual behavior To have custom dimensions for our structured logging...
### What happened? It seems when the registry has a port other than the default `80` then parsing the registry URL for pushing the tag fails. For more details see...
**Citrus Version** 4.8.0 **Expected behavior** Expect no NPE on [this line](https://github.com/citrusframework/citrus/blob/v4.8.0/endpoints/citrus-camel/src/main/java/org/citrusframework/camel/actions/CamelVerifyIntegrationAction.java#L175). **Actual behavior** Getting NPE on `Windows 11 Enterprise 23H2` and `SUSE Linux Enterprise Server 15 SP6` as the following...
- better make use of the torchvision provided MNIST dataset instead of the one by keras, see: https://github.com/MaximeVandegar/Papers-in-100-Lines-of-Code/issues/26 - remove the usage of `torch.Tensor.expand` as broadcasting already takes care of...