Giter Club home page Giter Club logo

Comments (5)

ardatan avatar ardatan commented on June 8, 2024 1

This seems to be a bug
However I don't think you need validation cache plugin since it is builtin in Yoga. Now it uses cached documents from the parser cache with a Yoga specific parser/validation cache plugin.

from envelop.

eugene1g avatar eugene1g commented on June 8, 2024

Introduced by adding a new dependency sha1-es in #1727 and released as @envelop/[email protected] -

import SHA1 from 'sha1-es' does not work in ESM environments. This does work -

import SHA1module from 'sha1-es';
const SHA1=SHA1module.default;

A temporary workaround is to pin @envelop/validation-cache to 5.1.1

/paging @n1ru4l

from envelop.

n1ru4l avatar n1ru4l commented on June 8, 2024

@eugene1g Can you send a PR for inlining the dependency?

from envelop.

eugene1g avatar eugene1g commented on June 8, 2024

@n1ru4l Not a fan of inlining code nobody will ever understand. Can I recommend an alternative library for generating the hash: https://github.com/planttheidea/hash-it It's well-maintained, works in all environments targeted by Envelope, and run 5-10 times faster than sha1-es?

from envelop.

n1ru4l avatar n1ru4l commented on June 8, 2024

@eugene1g fine with me

from envelop.

Related Issues (20)

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.