Stefan Rinkes

Results 26 comments of Stefan Rinkes

I think I can give you access to an IKEv2 EAP-TLS endpoint with User-Certificate Authentication. You can contact me via Mail if you are interested.

Using it with GitLab CI 5.0.0 aa181ba, no issues so far. But I also changed the execution behavior. All commands are collected in a tempfile as a batch-script. So you...

Cause I'm using Broadcom Network Cards in one server I also added _-lrte_pmd_bnxt_ to _internal/low/low_mlx.go_ See testpmd-Output below which finds my two ports I would like to use, but nff-go...

The driver part seems to work after adding more dpdk libs to nff-go. ```diff diff --git a/internal/low/low.h b/internal/low/low.h index de591d3..2a00d93 100644 --- a/internal/low/low.h +++ b/internal/low/low.h @@ -319,6 +319,8 @@ int...

@gshimansky Thanks for the answer. I had to change some stuff to make it work. nff-go makes some assumptions which seem to not apply in virtual/Azure environments. Ports are not...

Hey, Is there a solution for this? Seems like I now have the same problem after trying to update from Avalonia 0.10.18 to 11.0.5. Worked like a charme before. I...

> @darinkes this.InvalidateVisual() is normally the way to invalidate visual after you changed Path/Segments. No, does nothing in my case: ``` this.InvalidateVisual(); this.InvalidateArrange(); this.InvalidateMeasure(); ```

Ok, tried 11.1.999-cibuild0042499-beta with same result. Here is a minimal repo: https://github.com/darinkes/AvaloniaUITests/tree/avalonia11

Hm, has no effect as far as I can tell: Is this what you meant? ``` static MagicButton() { AffectsRender(StrokeBrushProperty); AffectsRender(StrokeThicknessProperty); AffectsRender(PercentageProperty); } ```

> btw: we have Arc now also as a Control. Indeed, the builtin ArcControl does work. Thanks!