Patrick-clone

Results 5 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:...