Gerrit Birkeland

Results 23 issues of Gerrit Birkeland

This would be very helpful when transferring a few dozen images from an iPhone to PC, it would be great to download all of them at once rather than hitting...

[TypeScript 4.3](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-3.html#override-and-the---noimplicitoverride-flag) introduced the `override` keyword, which appears to have the same semantics as this tag, with the benefit of being directly recognized by the language. As such, for recent...

It would be useful to be able to share a link to the playground which pre-fills the input based on the URL much like how the official TypeScript playground lets...

TypeScript allows multiple comments to be attached to a symbol. Consider: ```ts /** Comment one **/ enum A { a } /** Comment two **/ enum A { b =...

general discussion

I think I'll regret this in a week, so pushing to a branch for now...

While TypeDoc technically supports plugins, it isn't very friendly right now to develop a plugin for... even ignoring the lack of documentation. What would be helpful when developing plugins? Lets...

discussion

## What does this change? This removes the `cpx` dependency which was used in only one location, and can be replaced with a trivial copy function. This removes several deprecation...

ts-node has supported custom transformers for over a year now, and with that, has included support for doing transformation with swc. In recent versions (released February 2022), it also supports...

This is admittedly a bit of a stretch, and I might be getting to the point where I should just be using vscode-textmate directly... but... it is awfully convenient to...

Since we're using ts-node for tests now, it's not uncommon to not necessarily run a build before testing a bunch of changes. There are a couple files in the scripts...

help wanted
good first issue