Patrick-clone

Results 8 comments of Patrick-clone

I have the same problem. I cannot select the `bin/git.exe` instance in Git Fork. Does anyone have a solution?

This would be a great (and essential) addition. What is the status of this?

> on. What is the status of this? I use tsdoc in combination with [api-extractor](https://api-extractor.com/). In `api-extractor.json` you can specify which error/warnings to suppress/ignore see: https://api-extractor.com/pages/configs/api-extractor_json/#messagestsdocmessagereporting

For the moment I'm not using the esbuild server but `express`. ``` // configure esbuild.context() const app = express(); function startExpressServer() { app.use(express.static('.')); app.listen(port, () => { console.log(`Listening on port:...

I desperately need a solution for this as well.

This line is problematic as far as I can tell: https://github.com/LottieFiles/lottie-player/blob/0800352487ea64ef593daf04325036761d7009cb/src/lottie-player.ts#L106C1-L106C32 This line will cause the name "lottie-player" and class to be registered to the `window.customElements` object. This is normally...

Please also see this tread and especially this comment I would say: https://github.com/WICG/webcomponents/issues/754#issuecomment-1369561215