Vedant Roy

Results 94 issues of Vedant Roy

Adding some sample code for a ECALL and OCALL, and finishing the TODOs in the readme would be very helpful for beginners, like me.

# 🚀 Feature ## Motivation This package compiles slowly. And I need to build it from source, since I can't use a conda install (I'm using pytorch nightly that I...

How well does this model perform on a CPU? Are there benchmarks for running some of the bigger models (like LLaMA-65B) on a CPU)?

issue:documentation

``` console.log(deepMap({x: new Date}, x => x)) ```

Hi! I'm building something similar. I am wondering, if you could explain the rough architecture of this project / any gotchas or odd edgecases that you ran into. My first...

I'm running into an odd error where Pino is not printing logs unless an exception is thrown. Here's my config: ``` const opts: PinoOpts = { redact: { // these...

I have the following setup with logtail: ``` let logger = pino({ redact: { // these are just clutter paths: ['pid', 'hostname'], remove: true } }) if (LOGTAIL_SOURCE_TOKEN) { logger...

The debug package shows a very nice millisecond diff feature: ![image](https://github.com/debug-js/debug/assets/8407819/794fe287-3257-43f6-a90c-e483b7d09edc) But for some reason, in my logs, I don't see it. (Although I do see timestamps). I prefer seeing...

I'm trying to use wetty in a docker container running as root. When I visit the webpage, I see the following: ``` vedantroy login: ``` I'm mostly confused as to...

no-issue-activity

### Basic info: - **Node.js version:** 12.18.1 - **jsdom version:** 16.4.0 ### Minimal reproduction case (Download test.html.txt & rename it to test.html) [test.html.txt](https://github.com/jsdom/jsdom/files/5294438/test.html.txt) ```js const fs = require('fs') const {...

maybe fixed (add tests to confirm)
selectors