Yehyoung Kang
Yehyoung Kang
vue-authenticate has `acorn` 6.0.0 and `acorn-dynamic-import` 4.0.0 as peer dependencies. However, the package already uses `acorn` 6.1.0 as a dependency, so the peer dependency entry is redundant. Also, `acorn-dynamic-import` is...
**Describe the bug** According to the [v9.0.2 documentation](https://sinonjs.org/releases/v9.0.2/assertions/#sinonassertcalledoncewithexactlyspyorspycall-arg1-arg2-), `sinon.assert.calledOnceWithExactly()` can accept a single, dedicated spy call, instead of a spy. However, it throws an error instead: ```js const sinon =...
Is it possible to create a graph for all images in a local or remote docker registry? I have a large private registry, and pulling *all* images on a machine...
`snap-shot-it` depends on `snap-shot-core`, which depends on `mkdirp`. Version 0.5.2 of `mkdirp` used to depend on `minimist` 0.0.8, which was recently marked as vulnerable by CVE-2020-7598. [`mkdirp` 0.5.3](https://github.com/isaacs/node-mkdirp/releases/tag/v0.5.3) has recently...
We got an internal request regarding the "EngineData" field of the [Type Tool Object Setting](https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/#50577409_19762) structure, which encodes information about a text layer. The Type Tool Object Setting structure is...
A task that parses a large PSD file can often exceed the [16ms budget in web browsers](https://web.dev/rendering-performance/#60fps-and-device-refresh-rates) and block UI updates. To avoid this, it's natural to attempt parsing a...
It would be nice to expand our test suite and test our library more rigorously. I don't have a clear plan, so I'm open to suggestions. Some ideas: ## Opening...
[Adobe's PSD file format document](https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/#50577409_26431) claims that there are four compression methods for image channels: uncompressed (0), RLE (1), ZIP (2), ZIP with prediction (3). However, I have yet to...
Currently, packages in our monorepo have the following dependency graph: ``` psd-decoder psd
*This is a discussion topic and a work in progress.* We should specify our project goals and/or principles to help us focus on the right things. ## What goals? Some...