Sherzod Mutalov
Sherzod Mutalov
Yep, just tested with latest builds. When it will be published to nuget.org?
@Gexon сочувствую )
I had same issue on Debian Bullseye with 5.10.70 kernel. Stranger, if you still looking how to resolve that issue then try next steps (it works for me, with latest...
@appel1 sorry for late response. You wrote: > ResetSheetData afaik doesn't reset the reader to the beginning of the current worksheet. It does, checked, using in prod (`O___O`) > What...
> What version of ExcelDataReader? 3.6.0
What is the last version which worked with Ollama?
I am able to run the MCP if I provide a full path to the `npx` binary:  ```json { "command": "/Users/shahzoda_air/.nvm/versions/node/v22.14.0/bin/npx", "args": [ "-y", "@modelcontextprotocol/server-filesystem", "/Users/shahzoda_air/Project/phoenix" ], "env": {},...
I checked the [code](https://github.com/menloresearch/jan/blob/v0.5.18-rc6-beta/src-tauri/src/core/mcp.rs#L142), Jan replaces `npx` command with `bun` command, and tries to start the mcp server with the pre-packaged `bun` binary, but it looks like platform dependent (I...