Sam A. Horvath-Hunt
Sam A. Horvath-Hunt
Is this possible somehow? Perhaps as a submodule? `git submodule add [email protected]:microsoft/TypeScript.git tslib`
```ts export as namespace export = // e.g. in @types/react export = React; export as namespace React; ```
Output similarly to subtypes, before the `=>`?
--reason
Sometimes I need to install a dependency that's not marked as such (with Pacman's `--asdeps`), or otherwise install something that I'm only using indirectly. It's easy to forget why these...
Nord doesn't appear to support `LspReferenceRead` (or its siblings, though I'm unclear when those are relevant). At the moment I'm doing [this](https://github.com/samhh/dotfiles/commit/80b8806e6b095ec5c49a1a9b5b4d3459e47a8243#diff-88579b35c29c2f405633ca07f269059469b0517cb93f74bbf201f5991f6bf667R29) to hack in highlight support.
If/when exploits are found you're left to your own devices. It'd be really useful if there was a catalogue of advice somewhere about resolving these exploits, perhaps in this project's...
Per [this](https://docs.docker.com/engine/security/rootless/) guide. The exploit via `-a` will fail.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Issue description Pass completions for fish aren't loaded or otherwise don't work. Pass...