Results 20 issues of Gilad S.

# The current situation Given this configuration: ```json { "node/file-extension-in-import": ["error", "always"] } ``` And this file: _(a typescript file that imports from another typescript file)_ ```typescript // file1.ts import...

### Describe the bug When I turn a LED strip on or off using a Google Nest device or using the Magic Home app, the LED controller state doesn't update...

bug

* Switched from `axios` to `easydl` library for downloading files since `easydl` overcomes connection errors better and also supports multithreaded downloads, significantly improving the download speed. * Added support for...

## How to use this beta To install the beta version of `node-llama-cpp`, run this command inside of your project: ```bash npm install node-llama-cpp@beta ``` To get started quickly, generate...

Support creating these types of projects: * Node with TypeScript using `vite-node` * Electron app with TypeScript * Node with plain JavaScript

new feature
roadmap

Also, automatically set the right `contextSize` and provide other good defaults to make the usage smoother. * Support configuring the context swapping size for infinite text generation (by default, it'll...

new feature
roadmap
released on @beta

When `llama.cpp`'s support for this will be stable. Hopefully, there will be an official API for this after https://github.com/ggml-org/llama.cpp/pull/11292 is implemented.

new feature
roadmap

### Description of change * feat: split gguf files support * feat: `pull` command * feat: `stopOnAbortSignal` and `customStopTriggers` on `LlamaChat` and `LlamaChatSession` * feat: `checkTensors` parameter on `loadModel` *...

### What package is the bug related to? typedoc-plugin-markdown ### Describe the issue After upgrading to version 4.0.1, the links to MDN generated by [`typedoc-plugin-mdn-links`](https://www.npmjs.com/package/typedoc-plugin-mdn-links) include a space in the...

bug