Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / google/ink-stroke-modeler issues and pull requests
#126 - Use 4 threads for cmake build and test execution.
Pull Request -
State: closed - Opened by copybara-service[bot] 7 months ago
#125 - Migrate to v4 checkout action for GitHub CI workflows.
Pull Request -
State: closed - Opened by copybara-service[bot] 7 months ago
#124 - Add an acceleration field to `ink::stroke_model::Result`
Pull Request -
State: closed - Opened by copybara-service[bot] 8 months ago
#123 - Add some missing includes to ink_stroke_modeler
Pull Request -
State: closed - Opened by copybara-service[bot] 8 months ago
#122 - Remove unused dependency on out of date protobuf library.
Pull Request -
State: closed - Opened by copybara-service[bot] 8 months ago
#121 - Use fuzztest_gtest_main to run Fuzztests
Pull Request -
State: closed - Opened by copybara-service[bot] 8 months ago
#120 - Add constants to both the Ink stroke modeler and Ink for kPi and kSqrt2.
Pull Request -
State: closed - Opened by copybara-service[bot] 8 months ago
#119 - Avoid using M_PI and M_SQRT2 directly
Pull Request -
State: closed - Opened by copybara-service[bot] 8 months ago
#118 - No public description
Pull Request -
State: closed - Opened by copybara-service[bot] 8 months ago
#117 - Automated Code Change
Pull Request -
State: closed - Opened by copybara-service[bot] 9 months ago
#116 - Configure Publish to BCR app
Pull Request -
State: closed - Opened by copybara-service[bot] 9 months ago
#115 - Use three-component versioning for Ink Stroke Modeler
Pull Request -
State: closed - Opened by copybara-service[bot] 9 months ago
#114 - No public description
Pull Request -
State: closed - Opened by copybara-service[bot] 9 months ago
#113 - No public description
Pull Request -
State: closed - Opened by copybara-service[bot] 9 months ago
#112 - Avoid float overflow in Vec2::AbsoluteAngleTo
Pull Request -
State: closed - Opened by copybara-service[bot] 10 months ago
#111 - Stop supporting non-Bzlmod Bazel builds
Pull Request -
State: closed - Opened by copybara-service[bot] 10 months ago
#110 - Add fuzztest target
Pull Request -
State: closed - Opened by copybara-service[bot] 10 months ago
#109 - Add missing override keywords in Ink Stroke Modeler
Pull Request -
State: closed - Opened by copybara-service[bot] 10 months ago
#108 - No public description
Pull Request -
State: closed - Opened by copybara-service[bot] 10 months ago
#107 - No public description
Pull Request -
State: closed - Opened by copybara-service[bot] 10 months ago
#106 - Fix non-portable cast in ink_stroke_modeler's kalman_predictor.cc
Pull Request -
State: closed - Opened by copybara-service[bot] 10 months ago
#105 - Clean up BUILD / CMake
Pull Request -
State: closed - Opened by copybara-service[bot] 10 months ago
#104 - Fix non-portable cast in ink_stroke_modeler's kalman_predictor.cc
Pull Request -
State: closed - Opened by copybara-service[bot] 10 months ago
#103 - Update direct dependencies in CMake config
Pull Request -
State: closed - Opened by copybara-service[bot] 10 months ago
#102 - No public description
Pull Request -
State: closed - Opened by copybara-service[bot] 10 months ago
#101 - Upgrade to the 20240116.0 LTS release of Abseil.
Pull Request -
State: closed - Opened by copybara-service[bot] 10 months ago
#100 - Add `AbslStringify` functions, replacing some `ostream` insertion operators.
Pull Request -
State: closed - Opened by copybara-service[bot] 10 months ago
#99 - Return an error when computing the angle between non-finite vectors.
Pull Request -
State: closed - Opened by copybara-service[bot] 10 months ago
#98 - No public description
Pull Request -
State: closed - Opened by copybara-service[bot] 10 months ago
#97 - No public description
Pull Request -
State: closed - Opened by copybara-service[bot] 10 months ago
#96 - Handle NaN angles between vectors in the internal PositionModeler.
Pull Request -
State: closed - Opened by copybara-service[bot] 10 months ago
#95 - Fix angle-based upsampling
Pull Request -
State: closed - Opened by copybara-service[bot] 10 months ago
#94 - Avoid computing duration twice in NumberOfStepsBetweenInputs
Pull Request -
State: closed - Opened by copybara-service[bot] 10 months ago
#93 - No public description
Pull Request -
State: closed - Opened by copybara-service[bot] 10 months ago
- 1 comment
#92 - No public description
Pull Request -
State: closed - Opened by copybara-service[bot] 10 months ago
- 1 comment
#91 - No public description
Pull Request -
State: closed - Opened by copybara-service[bot] 10 months ago
- 1 comment
#90 - No public description
Pull Request -
State: closed - Opened by copybara-service[bot] 10 months ago
- 1 comment
#89 - Fix types names in params validation error output
Pull Request -
State: closed - Opened by copybara-service[bot] 11 months ago
#88 - Fix typo
Pull Request -
State: closed - Opened by copybara-service[bot] 11 months ago
#87 - Add parameter to upsample input based on estimated turn angle
Pull Request -
State: closed - Opened by copybara-service[bot] 12 months ago
#86 - Extract and test NumberOfStepsBetweenInputs method
Pull Request -
State: closed - Opened by copybara-service[bot] 12 months ago
#85 - fix: replace usage of nonstd `uint` type
Pull Request -
State: closed - Opened by flxzt 12 months ago
- 1 comment
#84 - Add SamplingParams.min_distance_resolution
Pull Request -
State: closed - Opened by copybara-service[bot] 12 months ago
#83 - Add workspace name to workspace
Pull Request -
State: closed - Opened by copybara-service[bot] about 1 year ago
#82 - Migrate dependency management to Bzlmod
Pull Request -
State: closed - Opened by copybara-service[bot] about 1 year ago
#81 - Fix .bazelrc to use C++20
Pull Request -
State: closed - Opened by copybara-service[bot] about 1 year ago
#80 - Remove misplaced paren
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#79 - fixed redundant parentheses
Pull Request -
State: closed - Opened by Mr-Spade over 1 year ago
- 4 comments
#78 - Use `std::hypot` to implement `Vec2::Magnitude`
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
- 1 comment
#77 - Improve accuracy of `Vec2::Magnitude()`
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
- 1 comment
#76 - Tweaked the stroke modeler in a couple places to avoid casting NaN to `int` when calculations blow up (as they tend to do for extreme input values).
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
- 1 comment
#75 - Support mobile
Issue -
State: open - Opened by KPDeng over 1 year ago
#74 - Removed extra parenthesis in cmake file that prevents to build project from outside the root folder
Pull Request -
State: open - Opened by rulyone over 1 year ago
#73 - Remove Abseil dependency to allow cleaner Python bindings
Issue -
State: open - Opened by rulyone over 1 year ago
- 1 comment
#72 - Fixed cmake file to allow building from non-root folder
Pull Request -
State: closed - Opened by rulyone over 1 year ago
- 1 comment
#70 - Make Save/Restore void
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#69 - Don't clear the output vector in StrokeModeler::Update
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#68 - Use std::clamp in Clamp01
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#67 - Simplify initialization of predictor
Pull Request -
State: closed - Opened by copybara-service[bot] over 1 year ago
#66 - Test change to verify CI integration
Pull Request -
State: closed - Opened by copybara-service[bot] almost 2 years ago
#65 - Fix Bazel build
Pull Request -
State: closed - Opened by copybara-service[bot] almost 2 years ago
#64 - add_subdirectory(ink-stroke-modeler)
Issue -
State: closed - Opened by iflyyun almost 2 years ago
- 2 comments
#63 - have another version in javascript?
Issue -
State: open - Opened by iflyyun almost 2 years ago
- 2 comments
#62 - Add support for saving and restoring state and for disabling the internal predictor.
Pull Request -
State: closed - Opened by copybara-service[bot] almost 2 years ago
- 1 comment
#61 - Fix typo
Pull Request -
State: closed - Opened by copybara-service[bot] almost 2 years ago
#60 - MSVC fixes
Pull Request -
State: closed - Opened by clemenswasser almost 2 years ago
- 1 comment
#59 - Internal-only change to BUILD files
Pull Request -
State: closed - Opened by copybara-service[bot] almost 2 years ago
#58 - Update APIs to fill output parameters with results instead of always returning new allocations.
Pull Request -
State: closed - Opened by copybara-service[bot] about 2 years ago
- 1 comment
#57 - Avoid integer overflow.
Pull Request -
State: closed - Opened by copybara-service[bot] over 2 years ago
- 1 comment
#56 - Internal change
Pull Request -
State: closed - Opened by copybara-service[bot] over 2 years ago
- 1 comment
#55 - Internal change
Pull Request -
State: closed - Opened by copybara-service[bot] over 2 years ago
- 1 comment
#54 - Internal change
Pull Request -
State: closed - Opened by copybara-service[bot] over 2 years ago
- 1 comment
#53 - Weight running average of position in WobbleSmoother
Pull Request -
State: closed - Opened by copybara-service[bot] over 2 years ago
#52 - Improve debugging output from ResultNear matcher
Pull Request -
State: closed - Opened by copybara-service[bot] over 2 years ago
#51 - Weight average of speed in WobbleSmoother
Pull Request -
State: closed - Opened by copybara-service[bot] over 2 years ago
#50 - Validate position/time inputs in StrokeModel::Update are not inf/NaN
Pull Request -
State: closed - Opened by copybara-service[bot] over 2 years ago
#49 - Add WobbleSmootherParams.position_resolution
Pull Request -
State: closed - Opened by copybara-service[bot] over 2 years ago
#48 - Update stroke_model::PositionModelerParams comments and naming.
Pull Request -
State: open - Opened by copybara-service[bot] over 2 years ago
- 1 comment
#47 - Improve matcher error messages
Pull Request -
State: closed - Opened by copybara-service[bot] over 2 years ago
#46 - Add a linear coefficient to adjust the effect of PositionModeler
Pull Request -
State: closed - Opened by copybara-service[bot] over 2 years ago
#45 - Add a placeholder for experimental params
Pull Request -
State: closed - Opened by copybara-service[bot] over 2 years ago
#44 - Add installation configuration for CMake build
Pull Request -
State: closed - Opened by copybara-service[bot] over 2 years ago
#43 - Temporarily roll back validating inputs in StrokeModel::Update.
Pull Request -
State: closed - Opened by copybara-service[bot] over 2 years ago
- 1 comment
#42 - Add a no-arguments Reset method that keeps same parameters
Pull Request -
State: closed - Opened by copybara-service[bot] over 2 years ago
#41 - Fix variable markup typo
Pull Request -
State: closed - Opened by copybara-service[bot] over 2 years ago
#40 - Remove use of absl::variant, absl::optional, absl::memory
Pull Request -
State: closed - Opened by copybara-service[bot] over 2 years ago
#39 - Administrivia.
Pull Request -
State: closed - Opened by copybara-service[bot] over 2 years ago
- 1 comment
#38 - Don't return the same smoothed position again when duration is zero for kUp
Pull Request -
State: closed - Opened by copybara-service[bot] over 2 years ago
#37 - Add an option to skip building tests and testonly libraries
Pull Request -
State: closed - Opened by copybara-service[bot] over 2 years ago
#36 - Internal change
Pull Request -
State: closed - Opened by copybara-service[bot] over 2 years ago
#35 - Avoid segfault in StylusStateModeler::Query
Pull Request -
State: closed - Opened by copybara-service[bot] over 2 years ago
#34 - Fix mislabeled output in ValidateSamplingParams
Pull Request -
State: closed - Opened by copybara-service[bot] over 2 years ago
#33 - Fix dependency
Pull Request -
State: closed - Opened by copybara-service[bot] over 2 years ago
#32 - Avoid crashes if inputs are too far apart
Pull Request -
State: closed - Opened by copybara-service[bot] over 2 years ago
#31 - Always model at least one step for each Input
Pull Request -
State: closed - Opened by copybara-service[bot] over 2 years ago
#30 - Build fails on Windows: error C7555: use of designated initializers requires at least '/std:c++20'
Issue -
State: open - Opened by daljit97 over 2 years ago
- 1 comment
#28 - Remove some unnecessary static_casts
Pull Request -
State: closed - Opened by copybara-service[bot] over 2 years ago
#27 - Handle start==end correctly in Normalize
Pull Request -
State: closed - Opened by copybara-service[bot] over 2 years ago
#26 - Don't use GMock unnecessarily
Pull Request -
State: closed - Opened by copybara-service[bot] over 2 years ago
#25 - Validate inputs in StrokeModel.Update are not inf/NaN
Pull Request -
State: closed - Opened by copybara-service[bot] over 2 years ago