Ibrahim Ahmed

Results 20 comments of Ibrahim Ahmed

Here's an example code block: ```ts try { console.log("OK"); return await tx.wait(); } catch (err) { const e = new Error(); console.error("Failed to send transaction, stacktrace", e.stack); console.trace(err); } ```...

@ayshptk submitted another review.

Can confirm the code for the `playtimer` event is not even in the `napster.js` file anymore.

Our use case is hooking events up in our Discord channel. When a users subscribes to a session, we want to be able to fire off a message in our...

> I decided to downgrade to 2.4.7 because this bug Can confirm that 2.4.7 does not have this bug, and that the latest package still has the bug.

![image](https://github.com/user-attachments/assets/2ed06403-88c4-4a53-ad86-34da8b46b09f) might be helpful -- sounds like this was thrown by one of workers who is running on a Mac

Happening to me too, so so frustrating considering the apps just "disappear"

I'm seeing similar behavior on an H200 run google gemma 3 27b fp16, what information can we provide to help diagnose this? ``` ERROR 05-26 17:40:00 [backend_xgrammar.py:167] Failed to advance...

Hi @hlky why was this PR closed? I noticed that the `Florence2ForConditionalGeneration` architecture support still hasn't made it into the latest `transformers` version and attempting to run the model with...