Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / servo/euclid issues and pull requests

#536 - Add `Vector2D.to_isize()` and `Vector3D.to_isize()` (closes #535)

Pull Request - State: closed - Opened by rand128 11 days ago - 1 comment

#535 - Vector2D/Vector3D should implement `.to_isize()`

Issue - State: closed - Opened by rand128 13 days ago

#534 - Fix `clippy::needless_borrow` lints

Pull Request - State: closed - Opened by waywardmonkeys 26 days ago

#533 - Fix `clippy::semicolon_if_nothing_returned` lints

Pull Request - State: closed - Opened by waywardmonkeys 26 days ago

#532 - Improve doc formatting and linking.

Pull Request - State: closed - Opened by waywardmonkeys about 1 month ago

#531 - ci: Update to `actions/checkout@v4`

Pull Request - State: closed - Opened by waywardmonkeys about 1 month ago

#530 - Remove dependency on `derive` feature of `arbitrary`.

Pull Request - State: closed - Opened by kpreid 3 months ago

#529 - Version 0.22.11

Pull Request - State: closed - Opened by nical 3 months ago - 1 comment

#528 - Implement `Arbitrary` for all remaining types.

Pull Request - State: closed - Opened by kpreid 3 months ago

#527 - Add `Debug` and `ApproxEq` impls for Rotation2D

Pull Request - State: closed - Opened by staticintlucas 4 months ago

#526 - Make Box2d::contains and Box2d intersects faster

Pull Request - State: closed - Opened by nical 4 months ago - 1 comment

#525 - `Rotation2D` does not implement `Debug`

Issue - State: closed - Opened by staticintlucas 5 months ago - 1 comment

#524 - Fix the notation in Transform2D's documentation

Pull Request - State: closed - Opened by nical 6 months ago

#523 - Documentation of Transform2D does not reflect the actual calculation

Issue - State: closed - Opened by paxbun 6 months ago - 1 comment

#522 - Rename `master` branch to `main`

Pull Request - State: closed - Opened by mrobinson 6 months ago - 1 comment

#521 - add contains_inclusive and clean up description

Pull Request - State: closed - Opened by ua-kxie 7 months ago

#520 - Adds the `Box3D::from_origin_and_size` associated function.

Pull Request - State: closed - Opened by kyp44 7 months ago

#518 - Version 0.22.10

Pull Request - State: closed - Opened by nical 7 months ago

#517 - Fix `Size3D::is_empty()`.

Pull Request - State: closed - Opened by kpreid 7 months ago - 1 comment

#516 - Fix feature = "cargo-clippy" deprecation

Pull Request - State: closed - Opened by rex4539 7 months ago - 2 comments

#515 - Add splat function for SideOffsets2D

Issue - State: closed - Opened by auberisky 7 months ago - 1 comment

#514 - Fix typos

Pull Request - State: closed - Opened by jayvdb 8 months ago

#513 - Set rust-version in Cargo.toml

Pull Request - State: closed - Opened by atouchet 12 months ago

#512 - Use SPDX license format

Pull Request - State: closed - Opened by atouchet 12 months ago - 1 comment

#511 - Add a fallible Rect::try_inner_rect method that never panics

Pull Request - State: closed - Opened by delan 12 months ago

#510 - Loosen bounds on `RigidTransform3D`.

Pull Request - State: closed - Opened by kpreid about 1 year ago

#509 - Add `map()` and `zip()` to point and vector types.

Pull Request - State: closed - Opened by kpreid about 1 year ago

#508 - Reformat and configure for auto-formatting

Pull Request - State: closed - Opened by kpreid about 1 year ago - 1 comment

#507 - Implement `Add/Sub` of `Translation*` for `Point*`

Pull Request - State: open - Opened by ids1024 about 1 year ago

#506 - Add `cast` and `to_*` methods to `Translation2D`/`Translation3D`

Pull Request - State: closed - Opened by ids1024 about 1 year ago

#505 - Fix compile of `arbitrary` feature.

Pull Request - State: closed - Opened by kpreid about 1 year ago

#504 - Point2D/Point3D missing Add<Point2D<T, U>> impl

Issue - State: closed - Opened by ua-kxie about 1 year ago - 1 comment

#503 - Box inclusive contains

Issue - State: closed - Opened by ua-kxie about 1 year ago - 7 comments

#502 - Enable merge queue

Pull Request - State: closed - Opened by mukilan about 1 year ago

#501 - Fix https://github.com/servo/euclid/issues/500

Pull Request - State: closed - Opened by ArtHome12 over 1 year ago - 4 comments

#500 - Unresolved Import `num_traits::Euclid`

Issue - State: closed - Opened by ctiedt over 1 year ago - 3 comments

#499 - Scale `mod`, `div` by scalar

Issue - State: closed - Opened by ArtHome12 over 1 year ago - 3 comments

#498 - Add num_traits::Euclid

Pull Request - State: closed - Opened by ArtHome12 over 1 year ago - 18 comments

#497 - Poor accuracy in Vector2D::angle_from_x_axis

Issue - State: open - Opened by willhansen over 1 year ago - 1 comment

#496 - Implement more `num-traits` (e.g. checked arithmetic)

Issue - State: open - Opened by Patiga almost 2 years ago - 2 comments

#495 - Add tags for releases on crates.io

Issue - State: closed - Opened by notpeter almost 2 years ago - 1 comment

#494 - Switch to num_traits::real::Real instead of num_traits::Float where possible.

Pull Request - State: closed - Opened by nical over 2 years ago - 4 comments

#493 - Optionally implement bytemuck Zeroable and Pod on all types.

Pull Request - State: closed - Opened by nical over 2 years ago - 4 comments

#492 - Add some simple missing features

Pull Request - State: closed - Opened by nical over 2 years ago - 4 comments

#491 - missing `AddAssign` impl for `SideOffsets2D`

Issue - State: closed - Opened by ennis over 2 years ago - 1 comment

#490 - Switch to num_traits::real::Real instead of num_traits::Float where possible.

Pull Request - State: closed - Opened by adtennant over 2 years ago - 6 comments

#489 - Replace TravisCI with Github Actions.

Pull Request - State: closed - Opened by jdm almost 3 years ago - 4 comments

#488 - Distinguish between orientation and rotation.

Issue - State: open - Opened by porky11 almost 3 years ago

#487 - Fix Box2d::from_origin_and_size

Pull Request - State: closed - Opened by nical over 3 years ago - 4 comments

#486 - Make Box::union behave like Rect::union

Pull Request - State: closed - Opened by nical over 3 years ago - 4 comments

#485 - Implement is_finite for most types

Pull Request - State: closed - Opened by nical over 3 years ago - 4 comments

#484 - Add missing methods in Box2D/3D

Pull Request - State: closed - Opened by nical over 3 years ago - 5 comments

#483 - Support for bytemuck Pod and Zeroable

Issue - State: closed - Opened by marningmol over 3 years ago - 2 comments

#482 - Add component-wise ceiling division of 2d and 3d vectors

Pull Request - State: closed - Opened by alexkirsz over 3 years ago - 6 comments

#481 - Add component-wise division of 2d and 3d vectors

Pull Request - State: closed - Opened by alexkirsz over 3 years ago - 4 comments

#480 - Component-wise division for Vector2

Issue - State: closed - Opened by alexkirsz over 3 years ago - 2 comments

#479 - Implement Size::contains

Pull Request - State: closed - Opened by nical over 3 years ago - 4 comments

#478 - Add support for the Arbitrary trait

Pull Request - State: closed - Opened by jrmuizel over 3 years ago - 4 comments

#477 - Make vec shorthand constructors const fns

Pull Request - State: closed - Opened by rsaarelm over 3 years ago - 5 comments

#476 - Add component-wise multiplication of 2d and 3d vectors

Pull Request - State: closed - Opened by nical over 3 years ago - 6 comments

#475 - Component-wise multiplication for Vector2

Issue - State: closed - Opened by alexkirsz over 3 years ago - 2 comments

#474 - Add splat ctor and Vector.D::one

Pull Request - State: closed - Opened by dhardy over 3 years ago - 4 comments

#473 - Constructors: splat, one

Issue - State: closed - Opened by dhardy over 3 years ago - 3 comments

#472 - Support for numeric casts through `az` crate

Issue - State: closed - Opened by haibane-tenshi over 3 years ago - 2 comments

#471 - Fix typo in `Rect` documentation

Pull Request - State: closed - Opened by cole-miller over 3 years ago - 4 comments

#470 - Sum traits for Angle, Size, Length, Vector

Pull Request - State: closed - Opened by mikepurvis over 3 years ago - 7 comments

#469 - Vector missing the Sum trait

Issue - State: closed - Opened by mikepurvis almost 4 years ago - 3 comments

#468 - Make the no-default-features build not fail

Pull Request - State: closed - Opened by notgull about 4 years ago - 1 comment

#467 - Fails to compile with --no-default-features

Issue - State: closed - Opened by notgull about 4 years ago - 2 comments

#466 - Improve the documentation of Transform3D::perspective

Pull Request - State: closed - Opened by nical about 4 years ago - 4 comments

#465 - Fix perspective projection transform

Pull Request - State: open - Opened by hannobraun about 4 years ago - 9 comments

#464 - Add back Floor, Ceil, and Round on integer types

Pull Request - State: closed - Opened by kyren about 4 years ago - 4 comments

#463 - (breaking change) Make intersection return Option<Self>

Pull Request - State: closed - Opened by nical about 4 years ago - 7 comments

#462 - Add Intersection_or_zero

Pull Request - State: closed - Opened by nical about 4 years ago - 6 comments

#461 - Add getters providing strongly typed Length values

Pull Request - State: open - Opened by nical about 4 years ago - 8 comments

#460 - Add transform_box

Pull Request - State: closed - Opened by nical about 4 years ago - 4 comments

#459 - (breaking change) Some Rect and Box adjustments

Pull Request - State: closed - Opened by nical about 4 years ago - 7 comments
Labels: breaking change

#458 - Version 0.21

Pull Request - State: closed - Opened by nical about 4 years ago - 6 comments

#457 - (breaking change) Replace Scale::ONE with Scale::identity

Pull Request - State: closed - Opened by nical about 4 years ago - 4 comments
Labels: breaking change

#456 - (breaking change) Simplify the code by requiring Copy instead of Clone

Pull Request - State: closed - Opened by nical about 4 years ago - 4 comments
Labels: breaking change

#455 - (breaking change) Take self by value for small structs

Pull Request - State: closed - Opened by nical about 4 years ago - 4 comments
Labels: breaking change

#454 - (breaking change) self vs &self and non-copy scalars

Issue - State: closed - Opened by nical about 4 years ago - 5 comments
Labels: question

#453 - Derive Serialize/Deserialize for Transform2D/3D

Pull Request - State: closed - Opened by nical about 4 years ago - 4 comments

#452 - Adopt the column-major-column-vector notation

Pull Request - State: closed - Opened by nical about 4 years ago - 5 comments
Labels: breaking change

#451 - (breaking change) Move away from pre_transform/post_transform terminology

Pull Request - State: closed - Opened by nical about 4 years ago - 7 comments
Labels: breaking change

#450 - (breaking change) Define round(x) as floor(x + 0.5)

Pull Request - State: closed - Opened by nical about 4 years ago - 5 comments
Labels: breaking change

#449 - (breaking change) Don't implement Floor, Ceil and Round on integer types.

Pull Request - State: closed - Opened by jrmuizel about 4 years ago - 7 comments
Labels: breaking change

#448 - (breaking change) Merge is_empty and is_empty_or_negative.

Pull Request - State: closed - Opened by nical about 4 years ago - 5 comments
Labels: breaking change

#447 - Implement Length::min and max

Pull Request - State: closed - Opened by nical about 4 years ago - 5 comments

#446 - (breaking change) Remove Display implementations

Pull Request - State: closed - Opened by nical about 4 years ago - 5 comments
Labels: breaking change

#445 - (breaking change) Fix Scale::inverse, remove Scale::inv

Pull Request - State: closed - Opened by nical about 4 years ago - 5 comments
Labels: breaking change

#444 - Return true in the presence of NaN in is_empty_or_negative.

Pull Request - State: closed - Opened by nical about 4 years ago - 4 comments

#443 - Rect::intersection should return None in the presence of NaN.

Issue - State: closed - Opened by nical about 4 years ago
Labels: bug

#442 - Format code using 'cargo fmt'

Pull Request - State: closed - Opened by Atul9 over 4 years ago - 6 comments

#441 - Add constructor which takes angle and length

Pull Request - State: closed - Opened by gnxlxnxx over 4 years ago - 4 comments

#440 - Add casting methods to `Angle`

Pull Request - State: closed - Opened by hannobraun over 4 years ago - 4 comments

#439 - Why cloned scale is used only for the first coordinate?

Issue - State: closed - Opened by stephanemagnenat over 4 years ago - 1 comment

#438 - Scale::inverse negates the scale instead of inversing it.

Issue - State: closed - Opened by klotzambein over 4 years ago - 1 comment
Labels: bug

#437 - Euclidean constructor

Issue - State: closed - Opened by gnxlxnxx over 4 years ago - 2 comments