Adam Coster

Results 35 issues of Adam Coster

## Summary I use JSON Schema to specify my YAML structure, and frequently use enum types as values. This allows VSCode to populate my autocomplete suggestions with the list of...

enhancement

I've created two masks using the same image, and I want to be able to AND them together. All the methods I can see that would have this same effect...

question

Since there are built-in methods doing some of the stuff that SNAP does, and since in general it's useful to know what the performance of tools is going to be,...

feature :thought_balloon:

Typescript 4.8 has is in Beta/RC and will be fully live soon, and 4.9 is in active dev. I tried to use `@deepkit/type` in projects where I'm using Typescript 4.8.1-rc,...

I ran into a problem with the `@deepkit/type-compiler` installation script (), which I tried to fix locally using `patch-package`. After some initial confusion when my fix seemed to not work,...

When using `pnpm` as the package manager, any given package and version is installed only once and then symlinked, at least within a project or workspace. In the monorepo/workspace setting...

The `@deepkit/type-compiler` installation mutations Typescript's `tsc.js` and `typescript.js` files (perhaps other as well?). On Windows (when installing with `pnpm`), part of the injected code looks like this: ```js try {...

I can't figure out *why* that's the case, but when using `pnpm add` to install `@deepkit/type-compiler` to a project, it does not run its install command. Since the docs provide...

Since we use Clip Studio Paint, which doesn't export GradientMap files at all, we used a simple, custom file format for specifying Gradient Maps for sprite recoloring. However, it would...

enhancement
help wanted

The current GradientMap implementation assumes linear interpolation between specified positions. Software like Photoshop and Clip Studio Paint allow specifying different interpolation functions, so support for that in Spritely would be...

enhancement
help wanted