5 Matching Annotations
  1. Nov 2020
    1. Microsoft announced IronRuby, which uses the same name as Wilco Bauwer's IronRuby project with permission.
  2. Oct 2020
    1. In a browser, deep-diff defines a global variable DeepDiff. If there is a conflict in the global namespace you can restore the conflicting definition and assign deep-diff to another variable like this: var deep = DeepDiff.noConflict();.
    1. The other module on npm that I found to do this

      Too bad https://www.npmjs.org/package/is-plain-object was taken and this library had to resort to is-pojo yuck acronym. is-plain-object is a much better name.

    1. I expressed doubts about the name with because of its existing meaning in javascript, which is a fair point from my past self.