IjzerenHein / kiwi.js

Fast TypeScript implementation of the Cassowary constraint solving algorithm 🖖
Other
249 stars 24 forks source link

update dependencies #18

Closed cancerberoSgx closed 4 years ago

cancerberoSgx commented 5 years ago

Great work, thank you so much, I wonder, would you accept PR to transform tests to TypeScript and add some generics ? Also, do you have any plans to support (or test integration) for high level languages like these https://github.com/gss/vfl-compiler#readme, https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/AutolayoutPG/VisualFormatLanguage.html . I'm a total beginner with "Cassowary constraint" but as I was researching the work is almost done, Probably I will adapt some of those syntaxes to work with this project , if I'm successful I would be glad to PR. Thanks again, keep it up!

codecov-io commented 5 years ago

Codecov Report

Merging #18 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #18   +/-   ##
=======================================
  Coverage   73.89%   73.89%           
=======================================
  Files           1        1           
  Lines         632      632           
  Branches       94       94           
=======================================
  Hits          467      467           
  Misses        165      165

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 35816fb...66cae42. Read the comment docs.

cancerberoSgx commented 5 years ago

nevermind about the visual language, I just discovered you are the author of https://github.com/IjzerenHein/autolayout.js . Thank you very much. Building some command line UIs with JSX and this. THANKS AGAIN

IjzerenHein commented 5 years ago

@cancerberoSgx This looks good! I'll have a closer look within the next two week when I have more time. Cheers!

IjzerenHein commented 4 years ago

Hi, I've merged your PR and updates the deps to their current latest versions. Thanks for the contribution!