Live data from Hacker News

Viewing profile — frankwallis

frankwallis

HN member
Joined
Mon, Oct 19, 2015, 8:12 PM UTC
HN karma
4
Public activity
4 items

About frankwallis

No profile information was provided.

Recent public activity

  1. comment
    Comment #31970985

    Snowpack is no longer maintained and they recommend switching to Vite.

  2. comment
    Comment #17861534

    This is untrue. If you need to update one dependency; npm/yarn will update the lockfile with the minimal changes needed to update that one dependency. You do not need to regenerate…

  3. comment
    Comment #14807175

    Perhaps prop-making in the movie/tv business, prop-makers build one-off things all the time, use them in whatever show/movie they are making, and after filming they are not needed …

  4. comment
    Comment #13125951

    Deduplication of helper methods is now available in typescript too, using the 'importHelpers' compiler option. It will automatically add import statements to include the helpers fr…