Thomas Dy

Results 24 issues of Thomas Dy

Could there be metadata to tell whether an input webp (or heif/avif) image is lossy or lossless? The context is we would like to preserve the lossiness when transforming images....

enhancement
blocked-upstream-dependency

I'm not sure this is a bug, I guess more of a feature request. I'm currently using 7.23.0 of the agent in Kubernetes. I want to monitor only certain namespaces...

This is more of a proof of concept and request for comments. This PR adds support for prioritizing direct dependencies (ones listed in `package.json`). For example, if our `package.json` has...

kustomize's support for URL formats is not well-specified and provides shortcuts for sources like github that do not extend to other repositories and can be cause for confusion. For [kustomization...

kind/api-change
triage/accepted

### Describe the feature you'd like: When using `waitFor` and sinon fake timers enabled, the test gets stuck and eventually times out. This seems to be a consequence of https://github.com/testing-library/react-testing-library/commit/f78839bf4147a777a823e33a429bcf5de9562f9e...

## Question about an existing feature ### What are you trying to achieve? When naively converting non-GIF to GIF, the output GIF is set to loop forever. It might make...

enhancement

**What's the problem this PR addresses?** Yarn shouldn't care if zips in the cache are symlinks or not. The only reason it doesn't work is that finding the mount point...

Version: 0.45.0 With the following dprint.json: ``` { "typescript": { }, "includes": [ "a/**/*.ts" ], "excludes": [ "a/b", "**/node_modules" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.88.10.wasm" ] } ``` And a file `a/b/c.ts`...

bug

Fixes https://github.com/moment/luxon/issues/1189

As far as I understand, most of the changes from https://github.com/legokichi/ts-ebml/pull/42 were merged in but the `matroska` dependency was left around. I don't believe any code still uses it instead...