gzhhong

Results 11 issues of gzhhong

Hello all, I can't find in the docs if I can define a parameter in this way: // @Param some_id cookie string true "Some ID" Can anyone confirm there are...

Hello, I can run the docker image by "docker run -it -p1000:8080 notaitech/nudenet:classifier", and everything works fine. The correct log as below: 2020-12-02 03:46:53.690994: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions...

请问是否支持kotlin语言的集成?

Hello, I read the example: ... type User struct { Name string Age int64 Male bool } func (u *User)GetNum(i int64) int64 { return i } func (u *User)Print(s string){...

good first issue

Hello all, I am working on Android by kotlin to develop a client receiving websocket message. The server team provides sample in python showing that the server side will assign...

Hello all, the request interceptor print the log and shows that scarlet use http instead of ws to send request, and the server side return code 101, "switching protocols", how...

## Describe the bug 1. I use golang and upgrade go micro from v4.5 to v4.6 2. I expected that all of my integration test should pass 3. What happens...

Hello, Here is my code: ``` import expressJwt from 'express-jwt'; import User from "../models/user"; function jwt(){ const secret = process.env.JWT_SECRET; return expressJwt({secret, algorithms: ['HS256'], isRevoked}).unless({ path : [ { url:...

I created a dropdown list and a carousel as question and answer in bot, but the two widgets not displayed well in whatsapp. The dropdown list displayed as plain text,...

bug

Hello, I am reading your source code but I haven't found how to stop the subscription to discover the UPnP devices. Could you give some hints? Thanks, James