Raunak Raj

Results 18 issues of Raunak Raj

When i have installed this theme, then i am not able to install `npm i node-pty` it gives error. But without this theme There is no problem in installing. Please...

### Question I have tried to use starcoder model by bundling it using your ONNX script but it failed with some exception. Model: https://huggingface.co/HuggingFaceH4/starchat-beta or https://huggingface.co/bigcode/starcoderbase logs: ```bash $ python...

question

### Problem description Error while installing node-pty(or any npm package which need node-gyp). Tried in many devices still same issue . Before it used to work . Stopped working recently....

bug report

added and modified typings

1. Added UnoCSS LSP extension (https://github.com/zed-industries/extensions/issues/473) 2. Updated SCSS extension to `v0.0.3`

cla-signed

This PR replaces text with existing Zed icons in the extension card. These ideas are inspired by the Zed extension website. It replace following texts: - "Author" and adds a...

cla-signed

- Logger system - Removed some old `console.log` and `console.error` with logger api - Added new log method to `window` object - Now avoid using console logs instead use logger...

enhancement

I am trying to use this in [Zed](https://github.com/zed-industries/zed) using the LSP extension. I downloaded the lsp-ai using Cargo, bound it to different file types, and passed the following initialization options:...

enhancement

Why this project need `javascriptcore-rs-sys` outdated version ? Due to which it fails to build with following log: ``` ❯ cargo run warning: profile package spec `cranelift-codegen` in profile `dev`...

I created a custom backend wrapper for my Android filesystem using `lighting-fs` and simulated symlink functionalities. However, when attempting to clone a Git repository, the process fails after successfully showing:...