Git Product home page Git Product logo

kegan's People

Contributors

derwolfe avatar ehashman avatar irinarenteria avatar lvh avatar reaperhulk avatar

Watchers

 avatar  avatar  avatar

Forkers

ehashman lvh

kegan's Issues

Transfer ownership to Latacora

Some observations:

  1. I'm the primary author either during my time at Rackspace or currently at Latacora
  2. Latacora is using it, and AFAICT Rackspace isn't
  3. I'm the only person who can push releases anyway
  4. We'll be pretty happy to keep maintaining it

It seems like the most straightforward way to fix these issues is to transfer ownership of the repo to me :-)

More helpful ordering of paths in fancy diffs

On an internal project using kegan, @derwolfe noted that maybe kegan could do a better job ordering some of its results. Right now kegan internally produces sets of paths and values. This means that there's no meaningful ordering to them.

[["1" :b :c] 3 4]
[["1" :a] 1 2]
[["1" :b :d] 5 6]

It would be nice if these were ordered in a slightly better order for human inspectability:

[["1" :a] 1 2]
[["1" :b :c] 3 4]
[["1" :b :d] 5 6]

I think this means ordering paths such that shorter paths come first; equal length paths are lexographically sorted. It might make sense to make this optional.

While it currently produces sets, maybe it should produce seqs and not promise anything about order; leaving the set part to the tests only.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.