wong2

Results 51 issues of wong2

### Describe the bug `const app = await client("user/space-name")` I'd expect this `await` throws exception, if the initialization fails, for example, if fetch `/config` fails due to network reason. ###...

bug
svelte
gradio_client

At first, I met the error in #1 , then I tried to install the `eyes` module by myself with `sudo npm install -g eyes`, then I run this command...

Hi, I removed the comment before `corpus.lda(100, 30, 2.5, 0.1)` in `usage/dev.py`, then run it, and I got this error: ``` Traceback (most recent call last): File "dev.py", line 19,...

`Parallel.map 1..10, fn i -> i * 2 end, size: 2` expected: `[2, 4, 6, 8, 10, 12, 14, 16, 18, 20]` got: `[18, 20, 16, 14, 12, 10, 8,...

Hi, I'm wondering how could I run manage.py in background? I tried `python mange.py celeryd &` but it doesn't work, when I exit the terminal celery seems to stop too

## 🚀 Feature Proposal Implement SWR behavior, that the cached data is returned while new data are fetched in the background. ## Motivation This can help prevent the splash blank...

Hi, thanks for your work, but without docs or examples, it's really hard to figure out how to use this with my projects. could you please give me some examples?

### Feature Description We're using the AI SDK on the server side only, as our client-side code already includes the logic to handle message states and API calls. It would...

enhancement
ai/ui