-
## Server test code as follows:
```
llm_end_point_url = "http://172.16.21.155:8000/v1/"
model = ChatOpenAI(model="glm4v-9b",base_url=llm_end_point_url, api_key="api_key")
### embedding ###
embe…
-
Hello, after cloning the repo and installing the packages with `npm install` I tried to run the app just like you did in [your video](https://www.youtube.com/watch?v=LCvBPsuHe6g&t=927s)
When I trie…
-
## Environment
My machine (windows, build on a mac mini):
```
System:
OS: Windows 10 10.0.19045
CPU: (4) x64 Intel(R) Core(TM) i5-7600 CPU @ 3.50GHz
Memory: 4.25 GB / 15.94 GB
Binaries:…
-
## Describe the bug
When the page is resized the following error is raised:
`ResizeObserver loop completed with undelivered notifications. `
## To Reproduce
1. create react project or run…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/exciting-meitner-zrdlrs
### To Reproduce
1. Write a Server Action that takes URLSearchParams
2. Try to call it…
-
It seems that React 18 in Safari is not rendering every render call when the props have changed.
It is possible that I don't understand something about React 18's rendering, however, this is not r…
-
### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/suspicious-euclid-qq4zfy
### To Reproduce
Run the repro sandbox and check the console. I log the React Fiber in…
-
Here are some of the dependencies I use.
- Next.js: `^14.2.4`,
- @node-rs/argon2: `^1.8.3`
- node: `18.17.1` and `20.12.2` (tried both)
- macOS M2 Pro, Sonoma 14.2.1
## Build / deploy using bot…
-
This is a async version of React SSR on the server.
See: https://github.com/aickin/react-dom-stream
This is looks pretty interesting and I'm pretty excited to try it out.