-
I apologize in advance, my question may seem stupid, but I don't know how to deal with the problem. I have just recently started programming in GO and I am interested in Air. I am developing a server …
-
### Model Series
Qwen2.5
### What are the models used?
Qwen2.5-32B, Qwen2.5-14B, Qwen2.5-7B
### What is the scenario where the problem happened?
transformers
### Is this a known issue?
- [X] I …
-
I believe this code is extremely risky.
https://github.com/rmosolgo/graphql-ruby/blob/8a21eb17d58902b20867f18b4c25937b75baa830/lib/graphql/dataloader.rb#L80
-
Based on the discussion in [Issue #3175](https://github.com/gofiber/fiber/issues/3175), we need to extend context support to other middlewares for consistency.
Middlewares to update:
- [ ] keyauth…
-
## 🔎 Information
- **Title**: Fiber
- **Category**: Framework
- **Source (.svg)**: [normal](https://github.com/gofiber/docs/blob/master/static/img/logo.svg) and [dark](https://github.com/gofiber/…
-
EDIT: Design proposal https://docs.google.com/document/d/1FuNcBvAPghUyjeqQCOYxSt6lGDAQ1YxsNlOvrUx0Gko/edit?usp=sharing
---
Below (folded) are the initial proposal. However, I have realized the i…
-
Related: https://github.com/luckyframework/avram/issues/804
It's not always the case, but it is technically possible for 2 requests to use the same Fiber instance. Breeze also patches Fiber
http…
-
### Description
on Windows with MSVC, boost fibers has linkage errors and can't be used properly.
MinGW doesn't have this issue. The [prebuilt windows binaries](https://sourceforge.net/projects/…
-
Waiters currently needs a mutex to protect the list of waiting fibers. This prevents us from using it in signal handlers or GC finalizers (see #374). We can't use `Lf_queue` here because we need to su…
-
### Before feedback (在反馈之前)
- [X] There are no features that I want to submit in Issues (当前 Issues 中没有我将要提交的新功能)
### Describe Feature (描述功能)
Add a custom function to gin and fiber configurations.