You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Developer, thank you for this amazing app! I would like to report a couple of issues I encountered while using CodeAssist:
Issue 1: Dependency Download Error for Large/Nested Libraries
Problem: While downloading simple libraries (like Annotations) works fine, downloading larger libraries that require transitive/helper dependencies fails.
Details: This happens when a pom file specifies a dynamic or range version (for example, a helper dependency listed as 3.4.+). The dependency manager fails to resolve it because it expects a fully qualified strict version (e.g., 3.4.0) rather than a wildcard/plus sign.
Issue 2: RTL UI Alignment and Arrow Direction Issues in Arabic
Problem: When the app language is set to Arabic (RTL), some UI elements and directional arrows do not align or point in the correct direction compared to LTR layouts.
Examples (as shown in the attached screenshots):
In project list items or card links, the navigation arrows point to the left instead of adapting to the right for RTL flow.
In the top navigation bar, back/next or action arrows need to be mirrored/flipped to match the Arabic layout convention properly.
📷 Attachments (Screenshots):
Screenshot 1: Shows the top navigation bar where arrow directions need reversal for RTL.
Screenshot 2: Highlights the project cards where the directional arrows (pointing to the left) should be inverted for the Arabic interface.
Hello Developer, thank you for this amazing app! I would like to report a couple of issues I encountered while using CodeAssist:
Issue 1: Dependency Download Error for Large/Nested Libraries
Issue 2: RTL UI Alignment and Arrow Direction Issues in Arabic
📷 Attachments (Screenshots):