-
How can we resolve a CORS issue?
-
Could you please add support for PG12?
Sadly the changes from PG11 to PG12 are too many for me to provide you with a proper patch: my C skills are not good enough.
I'd like to help testing the …
-
### Verify steps
- [X] Is this something you can **debug and fix**? Send a pull request! Bug fixes and documentation fixes are welcome.
- [X] I have read the [Wiki](https://github.com/metatube-commun…
-
Distributed querying for goQuery, aggregating `results.Result` structures. This allows to run queries and flow aggregations against a global fleet which has goProbe/goQuery deployed.
-
**Environment info:**
* KrakenD version: 2.0.4
* System info: Darwin 21.6.0 arm64
* Backend technology: Django Web Framework
**Describe what are you trying to do**:
I want to run simple Djang…
-
此代码运行在aistudio上,环境信息如下:
CPU:4
RAM:32G
GPU:V100
显存:16GB
磁盘: 100GB
Python版本:python3.7
paddle版本:v.1.80
模型代码为pgl中的gin模型,为官方示例,修改了一部分内容,代码如下:
~~~
def __call__(self, graph_wrappers, inputs,la…
-
Use [Gin Web Framework](https://gin-gonic.com/docs/)
-
[Gorilla Web Toolkit is now in archive only mode](https://www.reddit.com/r/golang/comments/zh0w0p/gorilla_web_toolkit_is_now_in_archive_only_mode/), that is, we'll have to replace it in the medium run…
-
想把nbio的logger接入zaplog,代码如下
``` go
zapLog := logger.NewZap(logger.Level(cfg.Log.Level))
logging.SetLogger(zapLog)
```
但是zaplogger没有实现SetLevel(lvl int)接口,所以没法接入。看下能否去掉SetLevel接口?
日志级别应该是日志实现者的职责…
-
```go
router.GET("/:something/", Blabla)
router.GET("/:something/else", Bleble)
router.GET("/:something/:different/:again", Blibli)
```
`panic: wildcard route ':different' conflicts with existi…