Max Stoumen

Results 50 issues of Max Stoumen

Automate publish in `prerelease.yml` to the Open VSX registry and the VSCode marketplace.

ci
low priority

Would be nice to support [type predicates](https://www.typescriptlang.org/docs/handbook/2/narrowing.html#using-type-predicates). Right now, they just appear as `boolean`.

enhancement
api
low priority

Add a collapse all button, like in the other views.

enhancement
good first issue
vscode
low priority

Might be nice to have 1-2 extra windows, to allow for something like having multiple locked types.

enhancement
vscode
low priority

In many circumstances, type parameters are not resolved, even if type arguments are. For example: ```typescript declare function name(): Promise; ``` The return type here will show `void` as a...

bug
api

Currently, union types are kept as union types, with their constituent parts recursively merged. This is pretty much the best you could hope to do, although there are a few...

enhancement
help wanted
api

Closes: #1018 Some issues: - Currently the default setting for background will apply to both preview and rendering video settings - we could also introduce two separate settings (maybe best...

**Description** Would be nice to have a separate preview/viewport background color setting which doesn't affect the render. This is particularly useful when you want to export with a transparent background...

b-enhancement
c-accepted
a-core

Could be converted from OpenAPI generation The OpenAPI conversion has a little jank in my experience (auth gets set to `seam-workspace` as a header for all endpoints). Maybe there's something...

Currently I think for arrays in query parameters, the logic erroneously assumes the contents are a string, and does not validate them