Okiki Ojo
Okiki Ojo
After re-looking though the problem I've determined that the issue I had doesn't require an infinite loop limit, I still believe we should apply a loop limit to the `getDuration()`...
@jasonRufus Chrome is talking about deprecating that API won't it be better to switch to using the alternate `Event.computedPath()` API Plus, it seems there is polyfill available. ```ts if (!Event.prototype.path)...
@hediet The `importScript` syntax doesn't work in esmodule workers, by allowing the TypeScript class to be exported I can make the TypeScript class work in esmodule workers even if the...
@hediet For some reason the CI complains that esbuild hasn't been configured for `.ttf` files, but I never touch `.ttf` files in this pr
@hediet I've pushed a change to the `package-esbuild.ts` file that tells esbuild to treat the `codicon.ttf` file as an external file, from local testing it seems to fix the problem,...
I have no idea why it's doing this
I have created a pr that fixes this issue #3152
Add GitHub link and/or link to the project site (instead of the typedoc site), to the default theme?
It would also be cool if we could add a link that could link to the projects original webpage, I think adding support for common link types should be good...
> Right now, there's not really a way to do it besides checking out parts of the tree to the released commit when building docs, which is a horrible solution,...