Steven Vancoillie
Steven Vancoillie
My own (naive?) way would be to walk up the directory tree of an imported file if there is no associated tsconfig, and if a new `tsconfig.json` file is found,...
The esbuild author replied in my issue, but that seems to be also about how esbuild itself finds tsconfig files. That doesn't seem to be the info you're after, I'm...
LGTM. @cwillison94 any review comment on this? If not then I can merge this. I would rather see the original author in the commit, can you cherry-pick and add your...
Starting a new PR is no problem. But you can checkout someone's PR locally on a new branch, and then add new commits on top, and push as a new...
It depends how Angular bundles stuff, unfortunately I don't know anything about Angular. If you import like @lekoaf wrote, you'll need to bundle the browserify parts yourself.
The documentation is mostly on the component level, and in the source itself, so you should get some kind of docs or autocomplete in your editor/IDE when using TypeScript. So,...
Thanks for your short investigation! At first sight it looks like we have a bug? Feel free to make a pull request with your workaround, it's always easier to discuss...
Very good question, but the answer is very long. This library is mostly a toolbox to deal with RTP streams in JavaScript (most of the stuff works both in a...
1. Yes, that seems to be the case looking at the ONVIF documentation. 2. It is confusing, but as you already hinted at, the WebSocket connection is just a tunnel,...
Could you rebase your changes so that they include latest main branch? Thanks!