ShenCiao
ShenCiao
## Issue Details In the [document](https://doc.cgal.org/latest/Algebraic_foundations/group__PkgAlgebraicFoundationsRef.html#ga975ad8b8b91cd67463c6c2be863d16a2), the `root_of` has signature: `NT CGAL::root_of (int k, InputIterator begin, InputIterator end)` But in actual code the return type comes to `typename Algebraic_structure_traits::Root_of::result_type`: ```...
## Version R3 1.3 installed by nuget, Windows 11, Godot 4.4 ## Issue I installed the R3 in a Godot project. The R3 itself works well, but the subscription status...
## Version R3 1.3, installed by NuGet and used in a Godot project. ## Issue The observable extension function `OfType` takes two class parameters``, but the "T" is unnecessary. And...
The `CGAL::remove_curve` has a bug. When it remove a curve that intersects with other curves, it doesn't try to remove vertices on the other curves. Therefore after dragging a curve...
Really want to try the "Ordered children" feature.
Hi developer. In UniRx, there is an `EveryEndOfFrame` operator. What it's equivalence in R3? How to do the same thing if the equivalence doesn't exist?
To build a list-based inventory system, I need to sort items in a specific order. How to set a particular order when using `GetIncomingLinks()`? Of course, I can do this...
Hi developer, I set up CI successfully for my Godot C# project, and the build passes. But it prints the following errors with autoload and unknown staff. Is it ok...