-
### PHP version
7.4
### irazasyed/telegram-bot-sdk version
v3.9
### Laravel version (if any)
_No response_
### Code To Reproduce the bug
$reply_markup = Keyboard::make()
->setResizeKeyboard(…
-
Hello @chaowlert , I tried your package but it doesn't work for me.
I did as you indicated:
```
Install
npm i -g chaowlert/tsoa#dist
npm i -g tsoa-routing-controllers
Usage
tsoa swagge…
rxcai updated
6 years ago
-
> The other thing is I'd like to find a way to have the route names them selves be, if not strongly typed, then created in some sort of standard way. What I really want to be able to do is use the con…
-
**I was trying to:**
I'm currently adding routing-controllers to an existing application and am in the progress of a progressive migration of endpoints.
**The problem:**
Recently I've noticed tha…
-
In a multi-cluster setup, k8gb currently determines whether an IP should be added to DNS based on the health of application pods tied to a specified service. However, this does not account for the hea…
-
I have 2 controllers with the same name, but in different namespaces. Both have GET actions with differing parameter lists. I'm using convention-based routing.
```
// v1
namespace v1
{
…
-
Have a project set up using the following structure,
```
./controllers/auth.ts
./validator/auth.ts
./main.ts
```
Here's a rough implementation of how the files are implemented,
./main.ts
…
-
I've configured the context on ExpressJs app as a dependency on startup and also set it up as global middleware for every request.
The code works like a charm when using _routing-controllers_ for Get…
-
## 包版本号
~3.7.0
## 问题描述
如标题
## 你的代码
![image](https://github.com/user-attachments/assets/8100bff6-434a-4e61-a862-7ebe024d3609)
## 报错详情
[2024-10-12 15:25:33] local.ERROR: 服务未找到: Yansongd…
-
### This issue respects the following points:
- [X] This is a **bug**, not a question or a configuration issue; Please visit our forum or chat rooms first to troubleshoot with volunteers, before crea…