Results 62 comments of mkpaz

Ok, I think it's a bug. Chart labels should start from 2012, not from 2011. ```java List x = new ArrayList(); List y = new ArrayList(); x.add(LocalDate.of(2011, 12, 1)); y.add(10);...

Yes, the breadcrumbs does not support auto hiding items when their size exceeds the container width. It's on the backlog, but for now you can only limit the number of...

I think it's a bug and the problem is here: ```java FontIcon.this.setFont(Font.font(font.getFamily(), n.doubleValue())); FontIcon.this.setStyle(normalizeStyle(getStyle(), "-fx-font-size", n.intValue() + "px")); ``` It's sets the font size twice and the second line forces...

Same here. Any workarounds? EDIT: Looks like this project is basically abandoned. Then it's better to use something else instead.

@lmangani Thanks for the response. Yes, I've attached all info including pcap for both SIP and HEP side. [isup_encoding_issue.zip](https://github.com/sipcapture/heplify-server/files/13672682/isup_encoding_issue.zip)

@lmangani Any suggestions would be greatly appreciated. I've tried to compile a look at it myself, but I'm not a Go coder.

No longer interested. Feel free to reopen if the project is still maintained.

Yes, there's something with JavaFX when it loads styles. Here's an another issue https://github.com/mkpaz/atlantafx/issues/65 but with other controls. Unfortunately, there's nothing I can change.

Yes, the focus should be cleared somehow before moving the front layer to the back. The only issue is that JavaFX does not provide an API for this.

I dug a little deeper into this issue and don't see anything that can be done without platform support. When one press TAB, the control that has the focus (e.g....