Live data from Hacker News

Viewing profile — buttercubz

buttercubz

HN member
Joined
Sat, Jul 11, 2020, 8:48 PM UTC
HN karma
14
Public activity
7 items

About buttercubz

No profile information was provided.

Recent public activity

  1. comment
    Comment #23822720

    Having a package registry has its advantages and disadvantages (npm) but nest.land is trying to make the best of both sides, a very common complaint with deno is that it does not h…

  2. comment
    Comment #23808530

    Trex currently uses deno.land/std, deno.land/x, nest.land and any repository. nest.land provides a blockchain-based service, we just take the way npm is used for our CLI. Trex does…

  3. comment
    Comment #23808421

    what trex does is, downloads and caches the modules and stores them within the name aliases provided by the import map

  4. comment
    Comment #23808397

    it's really a problem that the first letter is upper?

  5. comment
    Comment #23808371

    not really since it is around imports map something native to deno, the purpose is to make it something familiar like npm

  6. comment
    Comment #23805822

    What is Trex? is a Package management for deno similar to npm but maintaining the deno philosophy. packages are cached and only one import_map.json file is generated.

  7. story