lukemovement
lukemovement
I've been trying to figure out how I can get full coverage of Vue files that contain TypeScript code. So far I have tried virtual every combination of setting with...
When reexporting a style sheet from a typescript file, with a file extension of `.scss?inline`, running `resolve-tspaths` does not update the dynamic imports in the relevant type definition file. ```ts...
Would it be possible to have an option to skip dependencies that cause issues? I want to preform a general update to my dependencies and find that I am regularly...
Hey, can you allow us more control over the behaviour of the interface? Passing `Partial` through `shellFacade.bootstrap` or have it return the readline interface? My end goal is the implemented...
Hey, I was just taking a punt at rewriting this into TypeScript to make it easier to use, but I ran into a few issues. So far I have gotten...
**System information** - TensorFlow.js version (you are using): 4.19.0 - Are you willing to contribute it (Yes/No): yes **Describe the feature and the current behavior/state.**  **Will this...
### Question I'm finding that VSCode is extremely slow when reading type definitions from the `@xenova/transformers` path. Is there anything I might be doing wrong? I've noticed that it uses...
I think the export for the `Document` class might be missing. It's not present in `llamaindex` nor is `@llamaindex/core/schema` a valid import path. ```ts import { HuggingFaceEmbedding, Settings, VectorStoreIndex }...
The [documentation](https://www.tensorflow.org/install/pip) has recently been updated to instruct the installation of CUDA 12.3, however `@tensorflow/tfjs-node-gpu` seems to be looking for version 11. ```sh 2024-08-24 22:24:04.039287: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load...